org.apache.geronimo.management
Interface EJBModule

All Superinterfaces:
J2EEDeployedObject, J2EEManagedObject, J2EEModule
All Known Implementing Classes:
EjbModuleImpl, EjbModuleImplGBean

public interface EJBModule
extends J2EEModule

Represents the JSR-77 type with the same name


Method Summary
 String[] getEjbs()
          A list of EJBs included in this EJB JAR
 
Methods inherited from interface org.apache.geronimo.management.J2EEModule
getJavaVMs
 
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

getEjbs

String[] getEjbs()
A list of EJBs included in this EJB JAR

Returns:
the ObjectNames of the EJBs in this EJB JAR
See Also:
"JSR77.3.9.1.1"


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