public interface RemoteJmsModel extends RemoteModel
| Modifier and Type | Field and Description |
|---|---|
static String |
REMOTE_JMS
The "remoteJms" name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName()
Gets the hostName attribute.
|
String |
getKeystoreLocation()
Gets the keystoreLocation attribute.
|
String |
getKeystorePassword()
Gets the keystorePassword attribute.
|
Integer |
getMessagingPort()
Gets the messagingPort attribute.
|
Integer |
getRemotingPort()
Gets the remotingPort attribute.
|
String |
getTruststoreLocation()
Gets the truststoreLocation attribute.
|
String |
getTruststorePassword()
Gets the truststorePassword attribute.
|
boolean |
isUseSsl()
Gets the useSsl attribute.
|
RemoteJmsModel |
setHostName(String hostName)
Sets the hostName attribute.
|
RemoteJmsModel |
setKeystoreLocation(String keystoreLocation)
Sets the keystoreLocation attribute.
|
RemoteJmsModel |
setKeystorePassword(String keystorePassword)
Sets the keystorePassword attribute.
|
RemoteModel |
setMessagingPort(Integer messagingPort)
Sets the messagingPort attribute.
|
RemoteModel |
setRemotingPort(Integer remotingPort)
Sets the remotingPort attribute.
|
RemoteJmsModel |
setTruststoreLocation(String truststoreLocation)
Sets the truststoreLocation attribute.
|
RemoteJmsModel |
setTruststorePassword(String truststorePassword)
Sets the truststorePassword attribute.
|
RemoteJmsModel |
setUseSsl(boolean useSsl)
Sets the useSsl attribute.
|
getDeploymentId, getExtraJaxbClasses, getPassword, getTimeout, getUserName, setDeploymentId, setExtraJaxbClasses, setPassword, setTimeout, setUserNamestatic final String REMOTE_JMS
String getHostName()
RemoteJmsModel setHostName(String hostName)
hostName - the hostName attributeInteger getRemotingPort()
RemoteModel setRemotingPort(Integer remotingPort)
remotingPort - the remotingPort attributeInteger getMessagingPort()
RemoteModel setMessagingPort(Integer messagingPort)
messagingPort - the messagingPort attributeboolean isUseSsl()
RemoteJmsModel setUseSsl(boolean useSsl)
useSsl - the useSsl attributeString getKeystorePassword()
RemoteJmsModel setKeystorePassword(String keystorePassword)
keystorePassword - the keystorePassword attributeString getKeystoreLocation()
RemoteJmsModel setKeystoreLocation(String keystoreLocation)
keystoreLocation - the keystoreLocation attributeString getTruststorePassword()
RemoteJmsModel setTruststorePassword(String truststorePassword)
truststorePassword - the keystorePassword attributeString getTruststoreLocation()
RemoteJmsModel setTruststoreLocation(String truststoreLocation)
truststoreLocation - the keystoreLocation attributeCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.