|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessagingSpecifier
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject |
---|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl |
Methods inherited from interface org.apache.uima.util.XMLizable |
---|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |