public interface JmsConnector
Defines the contract of a JMS provider, which provides all the information needed to connect to a specific JMS
Type Params | Return Type | Name and description |
---|---|---|
|
public java.lang.ClassLoader |
getClassLoader() Gets the classloader that should be used as the context classloader when using this JMS connector. |
|
public java.lang.String |
getConnectionFactoryNameTemplate() Gets a sample Connection factory name - which will often be the real default ConnectionFactory name, to be used when looking up the connection factory in JNDI. |
|
public java.lang.String |
getDestinationNameTemplate() Gets the complete InitialContext class name to be used in the JNDI properties when connecting to the JMS provider. |
|
public java.lang.String |
getInitialContextClassName() Gets the complete InitialContext class name to be used in the JNDI properties when connecting to the JMS provider. |
|
public java.lang.String |
getLabel() Gets the name used to represent this JMS connector in the GUI. |
|
public java.lang.String |
getProviderUrlTemplate() Gets a sample provider URL to be used in the JNDI properties when connecting to the JMS provider. |
Gets the classloader that should be used as the context classloader when using this JMS connector.
Gets a sample Connection factory name - which will often be the real default ConnectionFactory name, to be used when looking up the connection factory in JNDI.
Gets the complete InitialContext class name to be used in the JNDI properties when connecting to the JMS provider.
Gets the complete InitialContext class name to be used in the JNDI properties when connecting to the JMS provider.
Gets the name used to represent this JMS connector in the GUI.
Gets a sample provider URL to be used in the JNDI properties when connecting to the JMS provider.