public interface EjbContainerAvailability extends ConfigBeanProxy, PropertyBag, AvailabilityServiceExtension
PropertyBag.Duck
Modifier and Type | Method and Description |
---|---|
String |
getAvailabilityEnabled()
Gets the value of the availabilityEnabled property.
|
List<Property> |
getProperty()
Properties as per
PropertyBag |
String |
getSfsbCheckpointEnabled()
Gets the value of the sfsbCheckpointEnabled property.
|
String |
getSfsbHaPersistenceType()
Gets the value of the sfsbHaPersistenceType property.
|
String |
getSfsbPersistenceType()
Gets the value of the sfsbPersistenceType property.
|
String |
getSfsbQuickCheckpointEnabled()
Gets the value of the sfsbQuickCheckpointEnabled property.
|
String |
getSfsbStorePoolName()
Gets the value of the sfsbStorePoolName property.
|
void |
setAvailabilityEnabled(String value)
Sets the value of the availabilityEnabled property.
|
void |
setSfsbCheckpointEnabled(String value)
Sets the value of the sfsbCheckpointEnabled property.
|
void |
setSfsbHaPersistenceType(String value)
Sets the value of the sfsbHaPersistenceType property.
|
void |
setSfsbPersistenceType(String value)
Sets the value of the sfsbPersistenceType property.
|
void |
setSfsbQuickCheckpointEnabled(String value)
Sets the value of the sfsbQuickCheckpointEnabled property.
|
void |
setSfsbStorePoolName(String value)
Sets the value of the sfsbStorePoolName property.
|
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
createChild, deepCopy, getParent, getParent
String getAvailabilityEnabled()
String
void setAvailabilityEnabled(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getSfsbHaPersistenceType()
String
void setSfsbHaPersistenceType(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getSfsbPersistenceType()
String
void setSfsbPersistenceType(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getSfsbCheckpointEnabled()
String
void setSfsbCheckpointEnabled(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getSfsbQuickCheckpointEnabled()
String
void setSfsbQuickCheckpointEnabled(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getSfsbStorePoolName()
String
void setSfsbStorePoolName(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBag
getProperty
in interface PropertyBag
Copyright © 2019. All rights reserved.