|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmsHost
| 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 |
| Field Summary | |
|---|---|
static java.lang.String |
PORT_PATTERN
|
| Method Summary | |
|---|---|
java.lang.String |
getAdminPassword()
Gets the value of the adminPassword property. |
java.lang.String |
getAdminUserName()
Gets the value of the adminUserName property. |
java.lang.String |
getHost()
Gets the value of the host property. |
java.lang.String |
getLazyInit()
Gets the value of lazyInit property if false, this listener is started during server startup |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getPort()
Gets the value of the port property. |
java.util.List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
void |
setAdminPassword(java.lang.String value)
Sets the value of the adminPassword property. |
void |
setAdminUserName(java.lang.String value)
Sets the value of the adminUserName property. |
void |
setHost(java.lang.String value)
Sets the value of the host property. |
void |
setLazyInit(java.lang.String value)
Sets the value of lazyInit property Specify is this listener should be started as part of server startup or not |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPort(java.lang.String value)
Sets the value of the port 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 |
| Field Detail |
|---|
static final java.lang.String PORT_PATTERN
| Method Detail |
|---|
@NotNull java.lang.String getName()
String
void setName(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getHost()
String
void setHost(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException
@Pattern(regexp="\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-5][0-9][0-9][0-9][0-9]|6[0-4][0-9][0-9][0-9]|65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5]",
message="{port-pattern}",
payload=JmsHost.class)
java.lang.String getPort()
String
void setPort(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getLazyInit()
void setLazyInit(java.lang.String value)
value - true if the listener is to be started lazily; false otherwisejava.lang.String getAdminUserName()
String
void setAdminUserName(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getAdminPassword()
String
void setAdminPassword(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 | |||||||||