Uses of Class
org.exolab.jms.client.JmsTopic

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
 void JmsSessionStubIfc.createTopic(JmsTopic topic)
          Create a topic with the specified name.
 void JmsSessionStubIfc.createSubscriber(JmsTopic topic, java.lang.String name, long clientId, java.lang.String selector, boolean noLocal)
          Create a subscriber endpoint for this session.
 void JmsSessionStubIfc.createPublisher(JmsTopic topic)
          Create a publisher endpoint for this session.
 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.http
 

Methods in org.exolab.jms.client.http with parameters of type JmsTopic
 void HttpJmsSessionStub.createTopic(JmsTopic topic)
          Create a new topic
 void HttpJmsSessionStub.createSubscriber(JmsTopic topic, java.lang.String name, long clientId, java.lang.String selector, boolean noLocal)
          Create a new topic subscriber
 void HttpJmsSessionStub.createPublisher(JmsTopic topic)
          Create a new topic publisher
 

Uses of JmsTopic in org.exolab.jms.client.intravm
 

Methods in org.exolab.jms.client.intravm with parameters of type JmsTopic
 void IntravmJmsSessionStub.createTopic(JmsTopic topic)
           
 void IntravmJmsSessionStub.createSubscriber(JmsTopic topic, java.lang.String name, long clientId, java.lang.String selector, boolean noLocal)
           
 void IntravmJmsSessionStub.createPublisher(JmsTopic topic)
           
 

Uses of JmsTopic in org.exolab.jms.client.mipc
 

Methods in org.exolab.jms.client.mipc with parameters of type JmsTopic
 void IpcJmsSessionStub.createTopic(JmsTopic topic)
          Create a new topic
 void IpcJmsSessionStub.createSubscriber(JmsTopic topic, java.lang.String name, long clientId, java.lang.String selector, boolean noLocal)
          Create a new topic subscriber
 void IpcJmsSessionStub.createPublisher(JmsTopic topic)
          Create a new topic publisher
 

Uses of JmsTopic in org.exolab.jms.client.rmi
 

Methods in org.exolab.jms.client.rmi with parameters of type JmsTopic
 void RmiJmsSessionStub.createTopic(JmsTopic topic)
           
 void RmiJmsSessionStub.createSubscriber(JmsTopic topic, java.lang.String name, long clientId, java.lang.String selector, boolean noLocal)
           
 void RmiJmsSessionStub.createPublisher(JmsTopic topic)
           
 void RmiJmsSessionStub.deletePublisher(JmsTopic topic)
           
 

Uses of JmsTopic in org.exolab.jms.messagemgr
 

Fields in org.exolab.jms.messagemgr declared as JmsTopic
protected  JmsTopic TopicConsumerEndpoint._topic
          Cache the destination that this endpoint subscribes too
 

Methods in org.exolab.jms.messagemgr with parameters of type JmsTopic
 void ConsumerManager.createDurableConsumer(JmsTopic topic, java.lang.String name)
          This method creates an actual durable consumer for the specified and caches it.
 DurableConsumerEndpoint ConsumerManager.createDurableConsumerEndpoint(JmsServerSession session, JmsTopic topic, java.lang.String name, long clientId, java.lang.String selector)
          Create a durable consumer with the specified well-known name.
 java.util.Vector ConsumerManager.getDurableConsumersForDest(JmsTopic dest)
          Return a list of durable subscribers for the specified destination
 

Uses of JmsTopic in org.exolab.jms.server
 

Methods in org.exolab.jms.server with parameters of type JmsTopic
 void JmsServerSession.createTopic(JmsTopic topic)
          Create an administered topic, through the message manager admin interface.
 void JmsServerSession.createSubscriber(JmsTopic topic, java.lang.String name, long clientId, java.lang.String selector, boolean noLocal)
          Create a subscriber endpoint for this session.
 void JmsServerSession.createPublisher(JmsTopic topic)
          This should be a no operation.
 void JmsServerSession.deletePublisher(JmsTopic topic)
          Delete the publisher associated with the specified topic from the session.
 

Uses of JmsTopic in org.exolab.jms.server.http
 

Methods in org.exolab.jms.server.http with parameters of type JmsTopic
protected  java.util.Vector HttpJmsSessionConnection.createSubscriber(JmsServerSession session, JmsTopic topic, java.lang.String name, java.lang.Long clientId, java.lang.String selector, java.lang.Boolean noLocal, org.exolab.core.mipc.MultiplexConnectionIfc not_used, java.lang.String host, java.lang.String port, java.lang.String url)
          Create a new subscriber, and connect back to the client through the MultiplexConnection.
 

Uses of JmsTopic in org.exolab.jms.server.mipc
 

Methods in org.exolab.jms.server.mipc with parameters of type JmsTopic
protected  java.util.Vector IpcJmsSessionConnection.createTopic(JmsServerSession session, JmsTopic topic)
          Create a new topic
protected  java.util.Vector IpcJmsSessionConnection.createSubscriber(JmsServerSession session, JmsTopic topic, java.lang.String name, java.lang.Long clientId, java.lang.String selector, java.lang.Boolean noLocal, org.exolab.core.mipc.MultiplexConnectionIfc connection, java.lang.String host, java.lang.String port, java.lang.String url)
          Create a new subscriber, and connect back to the client through the MultiplexConnection.
protected  java.util.Vector IpcJmsSessionConnection.createPublisher(JmsServerSession session, JmsTopic topic)
          Create a new publisher for the given topic.
protected  java.util.Vector IpcJmsSessionConnection.deletePublisher(JmsServerSession session, JmsTopic topic)
          Delete a publisher for the given topic.
 

Uses of JmsTopic in org.exolab.jms.server.rmi
 

Methods in org.exolab.jms.server.rmi with parameters of type JmsTopic
 void RemoteJmsServerSessionIfc.createTopic(JmsTopic topic)
          Create a topic with the specified name.
 void RemoteJmsServerSessionIfc.createSubscriber(JmsTopic topic, java.lang.String name, long clientId, java.lang.String selector, boolean noLocal)
          Create a subscriber endpoint for this session.
 void RemoteJmsServerSessionIfc.createPublisher(JmsTopic topic)
          Create a publisher endpoint for this session.
 void RemoteJmsServerSessionIfc.deletePublisher(JmsTopic topic)
          Delete the publisher for the specified topic.
 void RmiJmsServerSession.createTopic(JmsTopic topic)
          Create a topic with the specified name.
 void RmiJmsServerSession.createSubscriber(JmsTopic topic, java.lang.String name, long clientId, java.lang.String selector, boolean noLocal)
          Create a subscriber endpoint for this session.
 void RmiJmsServerSession.createPublisher(JmsTopic topic)
          Create a publisher endpoint for this session.
 void RmiJmsServerSession.deletePublisher(JmsTopic topic)
          Delete the publisher for the specified topic.
 



Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.