org.apache.geronimo.management.geronimo
Interface J2EEApplication

All Superinterfaces:
J2EEApplication, J2EEDeployedObject, J2EEManagedObject

public interface J2EEApplication
extends J2EEApplication

Represents the JSR-77 type with the same name


Method Summary
 AppClientModule[] getClientModules()
           
 EJBModule[] getEJBModules()
           
 J2EEModule[] getModulesInstances()
           
 ResourceAdapterModule[] getRAModules()
           
 J2EEResource[] getResources()
          A list of J2EEResources deployed with this application.
 WebModule[] getWebModules()
           
 
Methods inherited from interface org.apache.geronimo.management.J2EEApplication
getModules
 
Methods inherited from interface org.apache.geronimo.management.J2EEDeployedObject
getDeploymentDescriptor, getServer
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getResources

J2EEResource[] getResources()
A list of J2EEResources deployed with this application. This is not a standard JSR-77 feature, I guess because most servers deploy most resources at the top level, but RARs can always be embedded...


getModulesInstances

J2EEModule[] getModulesInstances()

getWebModules

WebModule[] getWebModules()

getEJBModules

EJBModule[] getEJBModules()

getRAModules

ResourceAdapterModule[] getRAModules()

getClientModules

AppClientModule[] getClientModules()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.