EJBModuleConfigpublic interface EJBModuleConfig implements com.sun.appserv.management.base.Container, ModuleConfig, Libraries, WebServiceEndpointConfigCRConfiguration for the <ejb-module> element. |
Fields Summary |
---|
public static final String | J2EE_TYPEThe j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}. |
Methods Summary |
---|
public boolean | getAvailabilityEnabled()This boolean flag controls whether availability is enabled
for SFSB checkpointing (and potentially passivation). If this
is "false", then all SFSB checkpointing is disabled for
either the given j2ee app or the given ejb module. If it is
"true" (and providing that all the availability-enabled
attributes above in precedence are also "true", then the j2ee
app or stand-alone ejb modules may be ha enabled.
Finer-grained control exists at lower level inside each bean.
| public java.util.Map | getWebServiceEndpointConfigMap()
| public void | setAvailabilityEnabled(boolean enabled)
|
|