org.apache.geronimo.j2ee.management
Interface J2EEApplication

All Superinterfaces:
J2EEDeployedObject, J2EEManagedObject

public interface J2EEApplication
extends J2EEDeployedObject

Identifies a J2EE application EAR that has been deployed.

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:58:52 $
See Also:
"JSR77.3.6"

Method Summary
 String[] getmodules()
          A list of J2EEModules that comprise this application.
 
Methods inherited from interface org.apache.geronimo.j2ee.management.J2EEDeployedObject
getdeploymentDescriptor, getserver
 
Methods inherited from interface org.apache.geronimo.j2ee.management.J2EEManagedObject
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
 

Method Detail

getmodules

public 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-2005 Apache Software Foundation. All Rights Reserved.