public class JmsHostWrapper extends Object implements JmsHost
PORT_PATTERN| Constructor and Description |
|---|
JmsHostWrapper() |
| Modifier and Type | Method and Description |
|---|---|
org.jvnet.hk2.config.types.Property |
addProperty(org.jvnet.hk2.config.types.Property property) |
<T extends org.jvnet.hk2.config.ConfigBeanProxy> |
createChild(Class<T> type) |
org.jvnet.hk2.config.ConfigBeanProxy |
deepCopy(org.jvnet.hk2.config.ConfigBeanProxy proxy) |
String |
getAdminPassword()
Gets the value of the adminPassword property.
|
String |
getAdminUserName()
Gets the value of the adminUserName property.
|
String |
getHost()
Gets the value of the host property.
|
String |
getLazyInit()
Gets the value of lazyInit property
if false, this listener is started during server startup
|
String |
getName()
Gets the value of the name property.
|
org.jvnet.hk2.config.ConfigBeanProxy |
getParent() |
<T extends org.jvnet.hk2.config.ConfigBeanProxy> |
getParent(Class<T> type) |
String |
getPort()
Gets the value of the port property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
org.jvnet.hk2.config.types.Property |
getProperty(String str) |
String |
getPropertyValue(String str) |
String |
getPropertyValue(String str,
String str2) |
void |
injectedInto(Object target) |
org.jvnet.hk2.config.types.Property |
lookupProperty(String s) |
org.jvnet.hk2.config.types.Property |
removeProperty(org.jvnet.hk2.config.types.Property property) |
org.jvnet.hk2.config.types.Property |
removeProperty(String s) |
void |
setAdminPassword(String value)
Sets the value of the adminPassword property.
|
void |
setAdminUserName(String value)
Sets the value of the adminUserName property.
|
void |
setHost(String value)
Sets the value of the host property.
|
void |
setLazyInit(String value)
Sets the value of lazyInit property
Specify is this listener should be started as part of server startup or not
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPort(String value)
Sets the value of the port property.
|
public String getName()
JmsHostpublic void setName(String value) throws PropertyVetoException
setName in interface JmsHostvalue - allowed object is
StringPropertyVetoExceptionpublic String getHost()
JmsHostpublic void setHost(String value) throws PropertyVetoException
setHost in interface JmsHostvalue - allowed object is
StringPropertyVetoExceptionpublic String getPort()
JmsHostpublic void setPort(String value) throws PropertyVetoException
setPort in interface JmsHostvalue - allowed object is
StringPropertyVetoExceptionpublic String getLazyInit()
JmsHostgetLazyInit in interface JmsHostpublic void setLazyInit(String value)
setLazyInit in interface JmsHostvalue - true if the listener is to be started lazily; false otherwisepublic String getAdminUserName()
JmsHostgetAdminUserName in interface JmsHostStringpublic void setAdminUserName(String value) throws PropertyVetoException
setAdminUserName in interface JmsHostvalue - allowed object is
StringPropertyVetoExceptionpublic String getAdminPassword()
JmsHostgetAdminPassword in interface JmsHostStringpublic void setAdminPassword(String value) throws PropertyVetoException
JmsHostsetAdminPassword in interface JmsHostvalue - allowed object is
StringPropertyVetoExceptionpublic List<org.jvnet.hk2.config.types.Property> getProperty()
JmsHostPropertyBaggetProperty in interface JmsHostgetProperty in interface org.jvnet.hk2.config.types.PropertyBagpublic org.jvnet.hk2.config.types.Property addProperty(org.jvnet.hk2.config.types.Property property)
public org.jvnet.hk2.config.types.Property lookupProperty(String s)
public org.jvnet.hk2.config.types.Property removeProperty(String s)
public org.jvnet.hk2.config.types.Property removeProperty(org.jvnet.hk2.config.types.Property property)
public org.jvnet.hk2.config.ConfigBeanProxy deepCopy(org.jvnet.hk2.config.ConfigBeanProxy proxy)
deepCopy in interface org.jvnet.hk2.config.ConfigBeanProxypublic <T extends org.jvnet.hk2.config.ConfigBeanProxy> T createChild(Class<T> type) throws org.jvnet.hk2.config.TransactionFailure
createChild in interface org.jvnet.hk2.config.ConfigBeanProxyorg.jvnet.hk2.config.TransactionFailurepublic org.jvnet.hk2.config.ConfigBeanProxy getParent()
getParent in interface org.jvnet.hk2.config.ConfigBeanProxypublic <T extends org.jvnet.hk2.config.ConfigBeanProxy> T getParent(Class<T> type)
getParent in interface org.jvnet.hk2.config.ConfigBeanProxypublic void injectedInto(Object target)
public String getPropertyValue(String str, String str2)
getPropertyValue in interface org.jvnet.hk2.config.types.PropertyBagpublic String getPropertyValue(String str)
getPropertyValue in interface org.jvnet.hk2.config.types.PropertyBagpublic org.jvnet.hk2.config.types.Property getProperty(String str)
getProperty in interface org.jvnet.hk2.config.types.PropertyBagCopyright © 2017. All rights reserved.