org.apache.geronimo.management
Interface J2EEApplication

All Superinterfaces:
J2EEDeployedObject, J2EEManagedObject
All Known Subinterfaces:
J2EEApplication
All Known Implementing Classes:
J2EEApplicationImpl

public interface J2EEApplication
extends J2EEDeployedObject

Identifies a J2EE application EAR that has been deployed.

See Also:
"JSR77.3.6"

Method Summary
 String[] getModules()
          A list of J2EEModules that comprise this application.
 
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

getModules

String[] getModules()
A list of J2EEModules that comprise this application.

Returns:
the modules in this EAR
See Also:
"JSR77.3.6.1.1"


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.