|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JmsTopic | |
org.exolab.jms.client | |
org.exolab.jms.client.net | |
org.exolab.jms.messagemgr | |
org.exolab.jms.server | |
org.exolab.jms.server.net |
Uses of JmsTopic in org.exolab.jms.client |
Subclasses of JmsTopic in org.exolab.jms.client | |
class |
JmsTemporaryTopic
A temporary topic is created by a client through a session and has a lifetime of the session's connection. |
Methods in org.exolab.jms.client with parameters of type JmsTopic | |
boolean |
JmsTopic.match(JmsTopic destination)
If it is a wildcard check to see that it matches the specified topic. |
Uses of JmsTopic in org.exolab.jms.client.net |
Methods in org.exolab.jms.client.net with parameters of type JmsTopic | |
long |
JmsSessionStubImpl.createDurableConsumer(JmsTopic topic,
java.lang.String name,
java.lang.String selector,
boolean noLocal)
Create a new durable consumer. |
Uses of JmsTopic in org.exolab.jms.messagemgr |
Methods in org.exolab.jms.messagemgr with parameters of type JmsTopic | |
java.util.Map |
DestinationManager.getTopicDestinationCaches(JmsTopic topic)
Returns a map of all destinations that match the specified topic. |
void |
ConsumerManager.subscribe(JmsTopic topic,
java.lang.String name,
java.lang.String clientID)
Create a new durable subscription. |
void |
ConsumerManager.unsubscribe(JmsTopic topic)
Remove all durable subscriptions for a destination. |
DurableConsumerEndpoint |
ConsumerManager.createDurableConsumer(JmsTopic topic,
java.lang.String name,
java.lang.String clientID,
long connectionId,
boolean noLocal,
java.lang.String selector)
Create a durable consumer. |
void |
ConsumerManagerImpl.subscribe(JmsTopic topic,
java.lang.String name,
java.lang.String clientID)
Create a new durable subscription. |
void |
ConsumerManagerImpl.unsubscribe(JmsTopic topic)
Remove all durable subscriptions for a destination. |
DurableConsumerEndpoint |
ConsumerManagerImpl.createDurableConsumer(JmsTopic topic,
java.lang.String name,
java.lang.String clientID,
long connectionId,
boolean noLocal,
java.lang.String selector)
Create a durable consumer. |
java.util.Map |
DestinationManagerImpl.getTopicDestinationCaches(JmsTopic topic)
Returns a map of all destinations that match the specified topic. |
Constructors in org.exolab.jms.messagemgr with parameters of type JmsTopic | |
DurableConsumerEndpoint(long consumerId,
JmsTopic topic,
java.lang.String name,
DestinationManager destinations)
Construct a new DurableConsumerEndpoint . |
|
TopicConsumerEndpoint(long consumerId,
long connectionId,
JmsTopic topic,
java.lang.String selector,
boolean noLocal,
DestinationManager destinations)
Construct a new TopicConsumerEndpoint . |
Uses of JmsTopic in org.exolab.jms.server |
Methods in org.exolab.jms.server with parameters of type JmsTopic | |
long |
ServerSession.createDurableConsumer(JmsTopic topic,
java.lang.String name,
java.lang.String selector,
boolean noLocal)
Create a new durable consumer. |
Uses of JmsTopic in org.exolab.jms.server.net |
Methods in org.exolab.jms.server.net with parameters of type JmsTopic | |
long |
RemoteServerSession.createDurableConsumer(JmsTopic topic,
java.lang.String name,
java.lang.String selector,
boolean noLocal)
Create a new durable consumer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |