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

Version:
$Rev: 393803 $ $Date: 2006-04-13 15:43:49 +0200 (Thu, 13 Apr 2006) $

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

public 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

public J2EEModule[] getModulesInstances()

getWebModules

public WebModule[] getWebModules()

getEJBModules

public EJBModule[] getEJBModules()

getRAModules

public ResourceAdapterModule[] getRAModules()

getClientModules

public AppClientModule[] getClientModules()


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