EJBModulepublic interface EJBModule implements com.sun.appserv.management.base.Container, J2EEModule
Fields Summary |
---|
public static final String | J2EE_TYPE |
Methods Summary |
---|
public java.util.Set | getEJBSet()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.
|
|