@Deprecated
public interface JNDILookupClient
JNDILookupClientFactory.getInstance(ConfigJMS)
.Modifier and Type | Method and Description |
---|---|
javax.naming.NamingEnumeration<javax.naming.Binding> |
getBindings(java.lang.String jndiContext)
Deprecated.
The entire class is deprecated. See deprecation notice for
JNDILookupClient . |
com.softwareag.eda.webm.configuration.ConfigJMS |
getConfigJMS()
Deprecated.
The entire class is deprecated. See deprecation notice for
JNDILookupClient . |
java.util.Map<java.lang.String,javax.jms.ConnectionFactory> |
getConnectionFactories()
Deprecated.
The entire class is deprecated. See deprecation notice for
JNDILookupClient . |
javax.naming.Context |
getInitialContext()
Deprecated.
The entire class is deprecated. See deprecation notice for
JNDILookupClient . |
java.lang.String |
getTopicName(javax.jms.Destination destination)
Deprecated.
The entire class is deprecated. See deprecation notice for
JNDILookupClient . |
java.lang.Object |
lookup(java.lang.String name)
Deprecated.
The entire class is deprecated. See deprecation notice for
JNDILookupClient . |
javax.jms.Destination |
lookupDestination(java.lang.String name)
Deprecated.
The entire class is deprecated. See deprecation notice for
JNDILookupClient . |
java.util.Map<java.lang.String,javax.jms.Destination> |
lookupDestinationsForCF(java.lang.String cfName)
Deprecated.
The entire class is deprecated. See deprecation notice for
JNDILookupClient . |
javax.jms.ConnectionFactory |
lookupFactory(java.lang.String name)
Deprecated.
The entire class is deprecated. See deprecation notice for
JNDILookupClient . |
@Deprecated javax.naming.Context getInitialContext() throws javax.naming.NamingException
JNDILookupClient
.JNDILookupClient
instance: see JNDILookupClientFactory.getInstance(ConfigJMS)
.javax.naming.NamingException
@Deprecated com.softwareag.eda.webm.configuration.ConfigJMS getConfigJMS()
JNDILookupClient
.@Deprecated javax.naming.NamingEnumeration<javax.naming.Binding> getBindings(java.lang.String jndiContext) throws javax.naming.NamingException
JNDILookupClient
.lookupFactory(String)
and lookupDestinationsForCF(String)
to access the connection
factory and destinations respectively.javax.naming.NamingException
@Deprecated java.util.Map<java.lang.String,javax.jms.ConnectionFactory> getConnectionFactories()
JNDILookupClient
.@Deprecated javax.jms.ConnectionFactory lookupFactory(java.lang.String name) throws javax.naming.NamingException
JNDILookupClient
.getConnectionFactories
to retrieve all
available connection factories within the context or to determine the name of the configured connection factory by
ConfigJMS.getConnectionFactory
.name
- the name of the connection factory to lookupjavax.naming.NamingException
@Deprecated javax.jms.Destination lookupDestination(java.lang.String name) throws javax.naming.NamingException
JNDILookupClient
.name
- the name of the destination to look upjavax.naming.NamingException
@Deprecated java.lang.Object lookup(java.lang.String name) throws javax.naming.NamingException
JNDILookupClient
.name
- the name of the object to look upjavax.naming.NamingException
@Deprecated java.util.Map<java.lang.String,javax.jms.Destination> lookupDestinationsForCF(java.lang.String cfName) throws javax.naming.NamingException
JNDILookupClient
.cfName
- the name of the connection factory to look upjavax.naming.NamingException
@Deprecated java.lang.String getTopicName(javax.jms.Destination destination) throws javax.naming.NamingException
JNDILookupClient
.destination
- the destination object to look upjavax.naming.NamingException