org.apache.geronimo.management
Interface J2EEModule

All Superinterfaces:
J2EEDeployedObject, J2EEManagedObject
All Known Subinterfaces:
AppClientModule, EJBModule, ResourceAdapterModule, ResourceAdapterModule, TomcatWebModule, WebModule, WebModule
All Known Implementing Classes:
EjbModuleImpl, EjbModuleImplGBean, J2EEAppClientModuleImpl, JettyWebAppContext, ResourceAdapterModuleImpl, TomcatWebAppContext

public interface J2EEModule
extends J2EEDeployedObject

Represents the JSR-77 type with the same name


Method Summary
 String[] getJavaVMs()
          A list of JVMs this module is running on.
 
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

getJavaVMs

String[] getJavaVMs()
A list of JVMs this module is running on. Each JVM listed here must be present in the owning J2EEServer's list of JVMs.

Returns:
the ObjectNames of the JVMs the module is running on
See Also:
"JSR77.3.7.1.1"


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