public interface EjbContainerAvailability extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag, AvailabilityServiceExtension
| Modifier and Type | Method and Description |
|---|---|
String |
getAvailabilityEnabled()
Gets the value of the availabilityEnabled property.
|
List<org.jvnet.hk2.config.types.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.
|
String getAvailabilityEnabled()
Stringvoid setAvailabilityEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getSfsbHaPersistenceType()
Stringvoid setSfsbHaPersistenceType(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getSfsbPersistenceType()
Stringvoid setSfsbPersistenceType(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getSfsbCheckpointEnabled()
Stringvoid setSfsbCheckpointEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getSfsbQuickCheckpointEnabled()
Stringvoid setSfsbQuickCheckpointEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getSfsbStorePoolName()
Stringvoid setSfsbStorePoolName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2017. All rights reserved.