|
||||||||||
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 | |
---|---|
String |
getHostAddress()
Returns the hostAddress. |
String |
getHostMessagingServer()
Returns the hostMessagingServer. |
String |
getHostPassword()
Returns the hostPassword. |
String |
getHostUser()
Returns the hostUser. |
String |
getMessagingType()
Returns the messagingType. |
String |
getTargetAddress()
Returns the targetAddress. |
String |
getTargetMessagingServer()
Returns the targetMessagingServer. |
String |
getTargetPassword()
Returns the targetPassword. |
String |
getTargetUser()
Returns the targetUser. |
Integer |
getTimeout()
Gets the timeout period in milliseconds. |
void |
setHostAddress(String hostAddress)
Sets the hostAddress. |
void |
setHostMessagingServer(String hostMessagingServer)
Sets the hostMessagingServer. |
void |
setHostPassword(String hostPassword)
Sets the hostPassword. |
void |
setHostUser(String hostUser)
Sets the hostUser. |
void |
setMessagingType(String messagingType)
Sets the messagingType. |
void |
setTargetAddress(String targetAddress)
Sets the targetAddress. |
void |
setTargetMessagingServer(String targetMessagingServer)
Sets the targetMessagingServer. |
void |
setTargetPassword(String targetPassword)
Sets the targetPassword. |
void |
setTargetUser(String targetUser)
Sets the targetUser. |
void |
setTimeout(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 |
---|
String getHostAddress()
String getHostMessagingServer()
String getHostPassword()
String getHostUser()
String getMessagingType()
String getTargetAddress()
String getTargetMessagingServer()
String getTargetPassword()
String getTargetUser()
void setHostAddress(String hostAddress)
hostAddress
- The hostAddress to setvoid setHostMessagingServer(String hostMessagingServer)
hostMessagingServer
- The hostMessagingServer to setvoid setHostPassword(String hostPassword)
hostPassword
- The hostPassword to setvoid setHostUser(String hostUser)
hostUser
- The hostUser to setvoid setMessagingType(String messagingType)
messagingType
- The messagingType to setvoid setTargetAddress(String targetAddress)
targetAddress
- The targetAddress to setvoid setTargetMessagingServer(String targetMessagingServer)
targetMessagingServer
- The targetMessagingServer to setvoid setTargetPassword(String targetPassword)
targetPassword
- The targetPassword to setvoid setTargetUser(String targetUser)
targetUser
- The targetUser to setInteger getTimeout()
void setTimeout(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 |