Interface MessagingSpecifier
- All Superinterfaces:
Cloneable, MetaDataObject, ResourceServiceSpecifier, ResourceSpecifier, Serializable, XMLizable
- All Known Subinterfaces:
JMSMessagingSpecifier, MailMessagingSpecifier, MQMessagingSpecifier
-
Method Summary
Modifier and TypeMethodDescriptionReturns the hostAddress.Returns the hostMessagingServer.Returns the hostPassword.Returns the hostUser.Returns the messagingType.Returns the targetAddress.Returns the targetMessagingServer.Returns the targetPassword.Returns the targetUser.Gets the timeout period in milliseconds.voidsetHostAddress(String hostAddress) Sets the hostAddress.voidsetHostMessagingServer(String hostMessagingServer) Sets the hostMessagingServer.voidsetHostPassword(String hostPassword) Sets the hostPassword.voidsetHostUser(String hostUser) Sets the hostUser.voidsetMessagingType(String messagingType) Sets the messagingType.voidsetTargetAddress(String targetAddress) Sets the targetAddress.voidsetTargetMessagingServer(String targetMessagingServer) Sets the targetMessagingServer.voidsetTargetPassword(String targetPassword) Sets the targetPassword.voidsetTargetUser(String targetUser) Sets the targetUser.voidsetTimeout(Integer aTimeout) Sets the timeout period in milliseconds.Methods inherited from interface MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlMethods inherited from interface XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Method Details
-
getHostAddress
-
getHostMessagingServer
-
getHostPassword
-
getHostUser
-
getMessagingType
-
getTargetAddress
-
getTargetMessagingServer
-
getTargetPassword
-
getTargetUser
-
setHostAddress
Sets the hostAddress.- Parameters:
hostAddress- The hostAddress to set
-
setHostMessagingServer
Sets the hostMessagingServer.- Parameters:
hostMessagingServer- The hostMessagingServer to set
-
setHostPassword
Sets the hostPassword.- Parameters:
hostPassword- The hostPassword to set
-
setHostUser
-
setMessagingType
Sets the messagingType.- Parameters:
messagingType- The messagingType to set
-
setTargetAddress
Sets the targetAddress.- Parameters:
targetAddress- The targetAddress to set
-
setTargetMessagingServer
Sets the targetMessagingServer.- Parameters:
targetMessagingServer- The targetMessagingServer to set
-
setTargetPassword
Sets the targetPassword.- Parameters:
targetPassword- The targetPassword to set
-
setTargetUser
Sets the targetUser.- Parameters:
targetUser- The targetUser to set
-
getTimeout
Integer getTimeout()Gets the timeout period in milliseconds. If a call takes longer than this amount of time, an exception will be thrown.- Returns:
- the timeout period in milliseconds. A null value indicates that the transport layer's default value will be used.
-
setTimeout
Sets the timeout period in milliseconds. If a call takes longer than this amount of time, an exception will be thrown.- Parameters:
aTimeout- the timeout period in milliseconds. A null value indicates that the transport layer's default value will be used.
-