|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmsAvailability
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Method Detail |
|---|
String getAvailabilityEnabled()
String
void setAvailabilityEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@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()
String
void setDbVendor(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getDbUsername()
String
void setDbUsername(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getDbPassword()
String
void setDbPassword(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getDbUrl()
String
void setDbUrl(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getMqStorePoolName()
String
void setMqStorePoolName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||