|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmsService
The jms-service element specifies information about the bundled/built-in JMS service that is managed by Application Server
| 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 |
getAddresslistBehavior()
Gets the value of the addresslistBehavior property. |
java.lang.String |
getAddresslistIterations()
Gets the value of the addresslistIterations property. |
java.lang.String |
getDefaultJmsHost()
Gets the value of the defaultJmsHost property. |
java.lang.String |
getInitTimeoutInSeconds()
Gets the value of the initTimeoutInSeconds property. |
java.util.List<JmsHost> |
getJmsHost()
Gets the value of the jmsHost property. |
java.lang.String |
getMasterBroker()
|
java.lang.String |
getMqScheme()
Gets the value of the mqScheme property. |
java.lang.String |
getMqService()
Gets the value of the mqService property. |
java.util.List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties. |
java.lang.String |
getReconnectAttempts()
Gets the value of the reconnectAttempts property. |
java.lang.String |
getReconnectEnabled()
Gets the value of the reconnectEnabled property. |
java.lang.String |
getReconnectIntervalInSeconds()
Gets the value of the reconnectIntervalInSeconds property. |
java.lang.String |
getStartArgs()
Gets the value of the startArgs property. |
java.lang.String |
getType()
Gets the value of the type property. |
void |
setAddresslistBehavior(java.lang.String value)
Sets the value of the addresslistBehavior property. |
void |
setAddresslistIterations(java.lang.String value)
Sets the value of the addresslistIterations property. |
void |
setDefaultJmsHost(java.lang.String value)
Sets the value of the defaultJmsHost property. |
void |
setInitTimeoutInSeconds(java.lang.String value)
Sets the value of the initTimeoutInSeconds property. |
void |
setMasterBroker(java.lang.String value)
Sets the value of the MasterBroker property. |
void |
setMqScheme(java.lang.String value)
Sets the value of the mqScheme property. |
void |
setMqService(java.lang.String value)
Sets the value of the mqService property. |
void |
setReconnectAttempts(java.lang.String value)
Sets the value of the reconnectAttempts property. |
void |
setReconnectEnabled(java.lang.String value)
Sets the value of the reconnectEnabled property. |
void |
setReconnectIntervalInSeconds(java.lang.String value)
Sets the value of the reconnectIntervalInSeconds property. |
void |
setStartArgs(java.lang.String value)
Sets the value of the startArgs property. |
void |
setType(java.lang.String value)
Sets the value of the type 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 |
|---|
@Min(value=1L) java.lang.String getInitTimeoutInSeconds()
String
void setInitTimeoutInSeconds(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@NotNull @Pattern(regexp="(LOCAL|EMBEDDED|REMOTE)") java.lang.String getType()
String
void setType(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getStartArgs()
String
void setStartArgs(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getDefaultJmsHost()
String
void setDefaultJmsHost(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getMasterBroker()
void setMasterBroker(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=1L) java.lang.String getReconnectIntervalInSeconds()
String
void setReconnectIntervalInSeconds(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getReconnectAttempts()
String
void setReconnectAttempts(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getReconnectEnabled()
String
void setReconnectEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(random|priority)") java.lang.String getAddresslistBehavior()
String
void setAddresslistBehavior(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=1L) java.lang.String getAddresslistIterations()
String
void setAddresslistIterations(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(mq||http)") java.lang.String getMqScheme()
String
void setMqScheme(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(ssljms||jms)") java.lang.String getMqService()
String
void setMqService(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.util.List<JmsHost> getJmsHost()
set method for the jmsHost property.
For example, to add a new item, do as follows:
getJmsHost().add(newItem);
Objects of the following type(s) are allowed in the list
JmsHost
@PropertiesDesc(props={@PropertyDesc(name="instance-name",defaultValue="imqbroker",description="The full Sun GlassFish Message Queue broker instance name"),@PropertyDesc(name="instance-name-suffix",defaultValue="xxxxxxxxxxxxxxxxxx",description="A suffix to add to the full Message Queue broker instance name. The suffix is separated from the instance name by an underscore character (_). For example, if the instance name is \'imqbroker\', appending the suffix \'xyz\' changes the instance name to \'imqbroker_xyz\'"),@PropertyDesc(name="append-version",defaultValue="",description="If true, appends the major and minor version numbers, preceded by underscore characters (_), to the full Message Queue broker instance name. For example, if the instance name is \'imqbroker\', appending the version numbers changes the instance name to imqbroker_8_0"),@PropertyDesc(name="user-name",defaultValue="xxxxxxxxxxxxxxxxxx",description="Specifies the user name for creating the JMS connection. Needed only if the default username/password of guest/guest is not available in the broker"),@PropertyDesc(name="password",defaultValue="xxxxxxxxxxxxxxxxxx",description="Specifies the password for creating the JMS connection. Needed only if the default username/password of guest/guest is not available in the broker")})
java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
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 | |||||||||