|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getAvailabilityEnabled()
Gets the value of the availabilityEnabled property. |
java.lang.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 |
java.lang.String |
getDbPassword()
Gets the value of the DB Password property. |
java.lang.String |
getDbUrl()
Gets the value of the JDBC URL property. |
java.lang.String |
getDbUsername()
Gets the value of the DB User Name property. |
java.lang.String |
getDbVendor()
Gets the value of the DB Vendor property. |
java.lang.String |
getMessageStoreType()
Gets the value of the Message Store type property This attribute specifies where messages need to be stored by MQ. |
java.lang.String |
getMqStorePoolName()
Gets the value of the MQ Store pool name property. |
java.util.List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
void |
setAvailabilityEnabled(java.lang.String value)
Sets the value of the availabilityEnabled property. |
void |
setConfigStoreType(java.lang.String value)
Sets the value of the Config Store type property. |
void |
setDbPassword(java.lang.String value)
Sets the value of the DB password property. |
void |
setDbUrl(java.lang.String value)
Sets the value of the JDBC URL property. |
void |
setDbUsername(java.lang.String value)
Sets the value of the DB UserName property. |
void |
setDbVendor(java.lang.String value)
Sets the value of the DB Vendor property. |
void |
setMessageStoreType(java.lang.String value)
Sets the value of the Message store type property. |
void |
setMqStorePoolName(java.lang.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 |
|---|
java.lang.String getAvailabilityEnabled()
String
void setAvailabilityEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(masterbroker|shareddb)") java.lang.String getConfigStoreType()
Stringvoid setConfigStoreType(java.lang.String value)
value - allowed object is
String@Pattern(regexp="(file|jdbc)") java.lang.String getMessageStoreType()
Stringvoid setMessageStoreType(java.lang.String value)
value - allowed object is
Stringjava.lang.String getDbVendor()
String
void setDbVendor(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getDbUsername()
String
void setDbUsername(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getDbPassword()
String
void setDbPassword(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getDbUrl()
String
void setDbUrl(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getMqStorePoolName()
String
void setMqStorePoolName(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
java.util.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 | |||||||||