FileDocCategorySizeDatePackage
EJBModuleConfig.javaAPI DocGlassfish v2 API3440Fri May 04 22:30:34 BST 2007com.sun.appserv.management.config

EJBModuleConfig

public interface EJBModuleConfig implements com.sun.appserv.management.base.Container, ModuleConfig, Libraries, WebServiceEndpointConfigCR
Configuration for the <ejb-module> element.

Fields Summary
public static final String
J2EE_TYPE
The j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}.
Constructors Summary
Methods Summary
public booleangetAvailabilityEnabled()
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.

see
#setAvailabilityEnabled

public java.util.MapgetWebServiceEndpointConfigMap()

public voidsetAvailabilityEnabled(boolean enabled)

see
#getAvailabilityEnabled