Interface JMSMessagingSpecifier
- All Superinterfaces:
Cloneable, MessagingSpecifier, MetaDataObject, ResourceServiceSpecifier, ResourceSpecifier, Serializable, XMLizable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the hostInitialContextFactory.Returns the hostProviderURL.Returns the targetInitialContextFactory.Returns the targetProviderURL.voidsetHostInitialContextFactory(String hostInitialContextFactory) Sets the hostInitialContextFactory.voidsetHostProviderURL(String hostProviderURL) Sets the hostProviderURL.voidsetTargetInitialContextFactory(String targetInitialContextFactory) Sets the targetInitialContextFactory.voidsetTargetProviderURL(String targetProviderURL) Sets the targetProviderURL.Methods inherited from interface MessagingSpecifier
getHostAddress, getHostMessagingServer, getHostPassword, getHostUser, getMessagingType, getTargetAddress, getTargetMessagingServer, getTargetPassword, getTargetUser, getTimeout, setHostAddress, setHostMessagingServer, setHostPassword, setHostUser, setMessagingType, setTargetAddress, setTargetMessagingServer, setTargetPassword, setTargetUser, setTimeoutMethods inherited from interface MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlMethods inherited from interface XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Field Details
-
defaultInitialContextFactory
- See Also:
-
-
Method Details
-
getHostInitialContextFactory
-
getHostProviderURL
-
getTargetInitialContextFactory
-
getTargetProviderURL
-
setHostInitialContextFactory
Sets the hostInitialContextFactory.- Parameters:
hostInitialContextFactory- The hostInitialContextFactory to set
-
setHostProviderURL
Sets the hostProviderURL.- Parameters:
hostProviderURL- The hostProviderURL to set
-
setTargetInitialContextFactory
Sets the targetInitialContextFactory.- Parameters:
targetInitialContextFactory- The targetInitialContextFactory to set
-
setTargetProviderURL
Sets the targetProviderURL.- Parameters:
targetProviderURL- The targetProviderURL to set
-