FileDocCategorySizeDatePackage
EJBModule.javaAPI DocGlassfish v2 API2906Fri May 04 22:30:50 BST 2007com.sun.appserv.management.j2ee

EJBModule

public interface EJBModule implements com.sun.appserv.management.base.Container, J2EEModule

Fields Summary
public static final String
J2EE_TYPE
Constructors Summary
Methods Summary
public java.util.SetgetEJBSet()
Return a Set of all EJBs. Possible types include:
  • {@link EntityBean}
  • {@link StatelessSessionBean}
  • {@link StatefulSessionBean}
  • {@link MessageDrivenBean}

To get a Map of specific types of EJBs, use {@link Container#getContaineeMap}

public java.lang.String[]getejbs()
Note that the Attribute name is case-sensitive "servlets" as defined by JSR 77.

return
the ObjectNames of the ejbs, as Strings