|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMSMessagingSpecifier
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.
Field Summary | |
---|---|
static String |
defaultInitialContextFactory
|
Method Summary | |
---|---|
String |
getHostInitialContextFactory()
Returns the hostInitialContextFactory. |
String |
getHostProviderURL()
Returns the hostProviderURL. |
String |
getTargetInitialContextFactory()
Returns the targetInitialContextFactory. |
String |
getTargetProviderURL()
Returns the targetProviderURL. |
void |
setHostInitialContextFactory(String hostInitialContextFactory)
Sets the hostInitialContextFactory. |
void |
setHostProviderURL(String hostProviderURL)
Sets the hostProviderURL. |
void |
setTargetInitialContextFactory(String targetInitialContextFactory)
Sets the targetInitialContextFactory. |
void |
setTargetProviderURL(String targetProviderURL)
Sets the targetProviderURL. |
Methods inherited from interface org.apache.uima.resource.MessagingSpecifier |
---|
getHostAddress, getHostMessagingServer, getHostPassword, getHostUser, getMessagingType, getTargetAddress, getTargetMessagingServer, getTargetPassword, getTargetUser, getTimeout, setHostAddress, setHostMessagingServer, setHostPassword, setHostUser, setMessagingType, setTargetAddress, setTargetMessagingServer, setTargetPassword, setTargetUser, setTimeout |
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 |
Field Detail |
---|
static final String defaultInitialContextFactory
Method Detail |
---|
String getHostInitialContextFactory()
String getHostProviderURL()
String getTargetInitialContextFactory()
String getTargetProviderURL()
void setHostInitialContextFactory(String hostInitialContextFactory)
hostInitialContextFactory
- The hostInitialContextFactory to setvoid setHostProviderURL(String hostProviderURL)
hostProviderURL
- The hostProviderURL to setvoid setTargetInitialContextFactory(String targetInitialContextFactory)
targetInitialContextFactory
- The targetInitialContextFactory to setvoid setTargetProviderURL(String targetProviderURL)
targetProviderURL
- The targetProviderURL to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |