org.apache.uima.resource
public interface MessagingSpecifier extends ResourceServiceSpecifier
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostAddress()
Returns the hostAddress.
|
java.lang.String |
getHostMessagingServer()
Returns the hostMessagingServer.
|
java.lang.String |
getHostPassword()
Returns the hostPassword.
|
java.lang.String |
getHostUser()
Returns the hostUser.
|
java.lang.String |
getMessagingType()
Returns the messagingType.
|
java.lang.String |
getTargetAddress()
Returns the targetAddress.
|
java.lang.String |
getTargetMessagingServer()
Returns the targetMessagingServer.
|
java.lang.String |
getTargetPassword()
Returns the targetPassword.
|
java.lang.String |
getTargetUser()
Returns the targetUser.
|
java.lang.Integer |
getTimeout()
Gets the timeout period in milliseconds.
|
void |
setHostAddress(java.lang.String hostAddress)
Sets the hostAddress.
|
void |
setHostMessagingServer(java.lang.String hostMessagingServer)
Sets the hostMessagingServer.
|
void |
setHostPassword(java.lang.String hostPassword)
Sets the hostPassword.
|
void |
setHostUser(java.lang.String hostUser)
Sets the hostUser.
|
void |
setMessagingType(java.lang.String messagingType)
Sets the messagingType.
|
void |
setTargetAddress(java.lang.String targetAddress)
Sets the targetAddress.
|
void |
setTargetMessagingServer(java.lang.String targetMessagingServer)
Sets the targetMessagingServer.
|
void |
setTargetPassword(java.lang.String targetPassword)
Sets the targetPassword.
|
void |
setTargetUser(java.lang.String targetUser)
Sets the targetUser.
|
void |
setTimeout(java.lang.Integer aTimeout)
Sets the timeout period in milliseconds.
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
java.lang.String getHostAddress()
java.lang.String getHostMessagingServer()
java.lang.String getHostPassword()
java.lang.String getHostUser()
java.lang.String getMessagingType()
java.lang.String getTargetAddress()
java.lang.String getTargetMessagingServer()
java.lang.String getTargetPassword()
java.lang.String getTargetUser()
void setHostAddress(java.lang.String hostAddress)
hostAddress
- The hostAddress to setvoid setHostMessagingServer(java.lang.String hostMessagingServer)
hostMessagingServer
- The hostMessagingServer to setvoid setHostPassword(java.lang.String hostPassword)
hostPassword
- The hostPassword to setvoid setHostUser(java.lang.String hostUser)
hostUser
- The hostUser to setvoid setMessagingType(java.lang.String messagingType)
messagingType
- The messagingType to setvoid setTargetAddress(java.lang.String targetAddress)
targetAddress
- The targetAddress to setvoid setTargetMessagingServer(java.lang.String targetMessagingServer)
targetMessagingServer
- The targetMessagingServer to setvoid setTargetPassword(java.lang.String targetPassword)
targetPassword
- The targetPassword to setvoid setTargetUser(java.lang.String targetUser)
targetUser
- The targetUser to setjava.lang.Integer getTimeout()
void setTimeout(java.lang.Integer aTimeout)
aTimeout
- the timeout period in milliseconds. A null value indicates that the transport layer's
default value will be used.Copyright © 2014. All Rights Reserved.