|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.ejb.base.sfsb.util.EJBServerConfigLookup
@Service @Scoped(value=org.jvnet.hk2.component.PerLookup.class) public final class EJBServerConfigLookup
| Field Summary | |
|---|---|
protected EjbDescriptor |
_ejbDescriptor
The ejbDescriptor |
protected boolean |
_haEnabled
|
protected static boolean |
_isDebugMonitoringEnabled
is monitoring enabled |
protected String |
DEFAULT_SFSB_HA_PERSISTENCE_TYPE
The default sfsb-ha-persistence-type (used by Ejb Container for Stateful Session Bean checkpointing and passivation to HADB |
protected String |
DEFAULT_SFSB_NON_HA_PERSISTENCE_TYPE
The default sfsb-non-ha-persistence-type (used by Ejb Container for Stateful Session Bean checkpointing and passivation to HADB |
protected String |
DEFAULT_STORE_POOL_JNDI_NAME
The default store-pool-jndi-name (used by Ejb Container for Stateful Session Bean checkpointing and passivation to HADB |
| Constructor Summary | |
|---|---|
EJBServerConfigLookup()
Creates a new instance of EJBServerConfigLookup |
|
| Method Summary | |
|---|---|
boolean |
calculateEjbAvailabilityEnabledFromConfig()
Get the availability-enabled from domain.xml. |
static boolean |
checkDebugMonitoringEnabled()
|
boolean |
getAvailabilityEnabledFromConfig()
Get the availability-enabled from domain.xml. |
boolean |
getAvailabilityEnabledFromEjbDescriptor()
Get the availability-enabled for the bean from sun-ejb-jar.xml. |
boolean |
getAvailabilityEnabledFromEjbDescriptor(boolean inheritedValue)
Get the availability-enabled for the bean from sun-ejb-jar.xml. |
String |
getClusterName()
Get the cluster name from domain.xml for this server. |
boolean |
getEjbContainerAvailabilityEnabledFromConfig()
Get the availability-enabled for the ejb container from domain.xml. |
boolean |
getEjbContainerAvailabilityEnabledFromConfig(boolean inheritedValue)
Get the availability-enabled for the ejb container from domain.xml. |
String |
getHaStorePoolJndiNameFromConfig()
Get the sfsb-store-pool-name from domain.xml. |
String |
getPersistenceStoreType()
|
String |
getSfsbHaPersistenceTypeFromConfig()
Get the sfsb-ha-persistence-type from domain.xml. |
String |
getSfsbNonHaPersistenceTypeFromConfig()
Get the sfsb-non-ha-persistence-type from domain.xml. |
String |
getStorePoolJndiNameFromConfig()
Get the store-pool-jndi-name from domain.xml. |
void |
initWithEjbDescriptor(EjbDescriptor ejbDescriptor)
initializes this config object with a specific EJB descriptor |
static boolean |
isDebugMonitoringEnabled()
Is private (internal) monitoring enabled |
static boolean |
isMonitoringEnabled()
Is (any) monitoring enabled -- private or public Statistics gathering is based on this value |
boolean |
needToAddSFSBVersionInterceptors()
|
protected Boolean |
toBoolean(String value)
convert the input value to the appropriate Boolean value if input value is null, return null |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final String DEFAULT_STORE_POOL_JNDI_NAME
protected final String DEFAULT_SFSB_HA_PERSISTENCE_TYPE
protected final String DEFAULT_SFSB_NON_HA_PERSISTENCE_TYPE
protected EjbDescriptor _ejbDescriptor
protected boolean _haEnabled
protected static boolean _isDebugMonitoringEnabled
| Constructor Detail |
|---|
public EJBServerConfigLookup()
| Method Detail |
|---|
public void initWithEjbDescriptor(EjbDescriptor ejbDescriptor)
public static boolean isMonitoringEnabled()
public static boolean isDebugMonitoringEnabled()
public boolean getAvailabilityEnabledFromConfig()
public String getClusterName()
public boolean calculateEjbAvailabilityEnabledFromConfig()
public String getPersistenceStoreType()
public boolean getEjbContainerAvailabilityEnabledFromConfig()
public boolean getEjbContainerAvailabilityEnabledFromConfig(boolean inheritedValue)
public boolean getAvailabilityEnabledFromEjbDescriptor()
public boolean getAvailabilityEnabledFromEjbDescriptor(boolean inheritedValue)
public String getStorePoolJndiNameFromConfig()
public String getHaStorePoolJndiNameFromConfig()
public String getSfsbHaPersistenceTypeFromConfig()
public String getSfsbNonHaPersistenceTypeFromConfig()
public static boolean checkDebugMonitoringEnabled()
protected Boolean toBoolean(String value)
public boolean needToAddSFSBVersionInterceptors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||