File
Doc
Category
Size
Date
Package
OldEJBContainerAvailabilityMBean.java
API Doc
Glassfish v2 API
3138
Fri May 04 22:23:48 BST 2007
com.sun.enterprise.management.support.oldconfig
OldEJBContainerAvailabilityMBean
public interface OldEJBContainerAvailabilityMBean implements OldProperties
Generated: Sat May 01 20:42:10 PDT 2004 Generated from: com.sun.appserv:type=ejb-container-availability,config=default-config,category=config
Fields Summary
Constructors Summary
Methods Summary
public
boolean
destroyConfigElement
()
public
java.lang.String
getAvailabilityEnabled
()
public
java.lang.String
getDefaultAttributeValue
(
java.lang.String
attributeName)
public
boolean
getSfsbCheckpointEnabled
()
public
java.lang.String
getSfsbHaPersistenceType
()
public
java.lang.String
getSfsbPersistenceType
()
public
boolean
getSfsbQuickCheckpointEnabled
()
public
java.lang.String
getSfsbStorePoolName
()
public void
setAvailabilityEnabled
(
java.lang.String
value)
public void
setSfsbCheckpointEnabled
(
boolean
value)
public void
setSfsbHaPersistenceType
(
java.lang.String
value)
public void
setSfsbPersistenceType
(
java.lang.String
value)
public void
setSfsbQuickCheckpointEnabled
(
boolean
value)
public void
setSfsbStorePoolName
(
java.lang.String
value)
Java Code Source