public interface JmsAvailability extends ConfigExtension, org.jvnet.hk2.config.types.PropertyBag, AvailabilityServiceExtension
| Modifier and Type | Method and Description |
|---|---|
String |
getAvailabilityEnabled()
Gets the value of the availabilityEnabled property.
|
String |
getConfigStoreType()
Gets the value of the Config Store type property
This attribute specifies whether to use a master broker or a Shared Database
for conventional MQ clusters
This is a no-op for Enhanced clusters
|
String |
getDbPassword()
Gets the value of the DB Password property.
|
String |
getDbUrl()
Gets the value of the JDBC URL property.
|
String |
getDbUsername()
Gets the value of the DB User Name property.
|
String |
getDbVendor()
Gets the value of the DB Vendor property.
|
String |
getMessageStoreType()
Gets the value of the Message Store type property
This attribute specifies where messages need to be stored by MQ.
|
String |
getMqStorePoolName()
Gets the value of the MQ Store pool name property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
void |
setAvailabilityEnabled(String value)
Sets the value of the availabilityEnabled property.
|
void |
setConfigStoreType(String value)
Sets the value of the Config Store type property.
|
void |
setDbPassword(String value)
Sets the value of the DB password property.
|
void |
setDbUrl(String value)
Sets the value of the JDBC URL property.
|
void |
setDbUsername(String value)
Sets the value of the DB UserName property.
|
void |
setDbVendor(String value)
Sets the value of the DB Vendor property.
|
void |
setMessageStoreType(String value)
Sets the value of the Message store type property.
|
void |
setMqStorePoolName(String value)
Sets the value of the MQ store pool name property.
|
String getAvailabilityEnabled()
Stringvoid setAvailabilityEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Pattern(regexp="(masterbroker|shareddb)") String getConfigStoreType()
Stringvoid setConfigStoreType(String value)
value - allowed object is
String@Pattern(regexp="(file|jdbc)") String getMessageStoreType()
Stringvoid setMessageStoreType(String value)
value - allowed object is
StringString getDbVendor()
Stringvoid setDbVendor(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getDbUsername()
Stringvoid setDbUsername(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getDbPassword()
Stringvoid setDbPassword(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getDbUrl()
Stringvoid setDbUrl(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getMqStorePoolName()
Stringvoid setMqStorePoolName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2017. All rights reserved.