Uses of Class
org.jboss.jms.destination.JBossDestination

Packages that use JBossDestination
org.jboss.jms.client   
org.jboss.jms.client.delegate   
org.jboss.jms.client.state   
org.jboss.jms.delegate   
org.jboss.jms.destination   
org.jboss.jms.server.endpoint   
org.jboss.jms.server.endpoint.advised   
org.jboss.jms.wireformat   
 

Uses of JBossDestination in org.jboss.jms.client
 

Constructors in org.jboss.jms.client with parameters of type JBossDestination
JBossConnectionConsumer(ConnectionDelegate conn, JBossDestination dest, java.lang.String subName, java.lang.String messageSelector, ServerSessionPool sessPool, int maxMessages)
           
 

Uses of JBossDestination in org.jboss.jms.client.delegate
 

Methods in org.jboss.jms.client.delegate that return JBossDestination
 JBossDestination ClientProducerDelegate.getDestination()
          This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint.
 JBossDestination ClientConsumerDelegate.getDestination()
          This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint.
 

Methods in org.jboss.jms.client.delegate with parameters of type JBossDestination
 void ClientSessionDelegate.addTemporaryDestination(JBossDestination destination)
           
 BrowserDelegate ClientSessionDelegate.createBrowserDelegate(JBossDestination queue, java.lang.String messageSelector)
           
 ConsumerDelegate ClientSessionDelegate.createConsumerDelegate(JBossDestination destination, java.lang.String selector, boolean noLocal, java.lang.String subscriptionName, boolean connectionConsumer)
           
 ProducerDelegate ClientSessionDelegate.createProducerDelegate(JBossDestination destination)
          This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint.
 void ClientSessionDelegate.deleteTemporaryDestination(JBossDestination destination)
           
 void ClientProducerDelegate.send(JBossDestination destination, Message message, int deliveryMode, int priority, long timeToLive)
          This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint.
 void ClientProducerDelegate.setDestination(JBossDestination dest)
          This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint.
 

Uses of JBossDestination in org.jboss.jms.client.state
 

Methods in org.jboss.jms.client.state that return JBossDestination
 JBossDestination BrowserState.getJmsDestination()
           
 JBossDestination ConsumerState.getDestination()
           
 

Constructors in org.jboss.jms.client.state with parameters of type JBossDestination
BrowserState(SessionState parent, BrowserDelegate delegate, JBossDestination jmsDestination, java.lang.String selector)
           
ConsumerState(SessionState parent, ConsumerDelegate delegate, JBossDestination dest, java.lang.String selector, boolean noLocal, java.lang.String subscriptionName, int consumerID, boolean isCC, int bufferSize, int maxDeliveries)
           
 

Uses of JBossDestination in org.jboss.jms.delegate
 

Methods in org.jboss.jms.delegate that return JBossDestination
 JBossDestination ProducerDelegate.getDestination()
           
 JBossDestination ConsumerDelegate.getDestination()
           
 

Methods in org.jboss.jms.delegate with parameters of type JBossDestination
 void ProducerDelegate.setDestination(JBossDestination dest)
           
 void ProducerDelegate.send(JBossDestination destination, Message message, int deliveryMode, int priority, long timeToLive)
          This method is only handled by the advice stack, the corresponding invocation is never sent to the server.
 ConsumerDelegate SessionEndpoint.createConsumerDelegate(JBossDestination destination, java.lang.String selector, boolean noLocal, java.lang.String subscriptionName, boolean connectionConsumer)
           
 BrowserDelegate SessionEndpoint.createBrowserDelegate(JBossDestination queue, java.lang.String messageSelector)
           
 void SessionEndpoint.addTemporaryDestination(JBossDestination destination)
          Add a temporary destination.
 void SessionEndpoint.deleteTemporaryDestination(JBossDestination destination)
          Delete a temporary destination
 ProducerDelegate SessionDelegate.createProducerDelegate(JBossDestination destination)
           
 

Uses of JBossDestination in org.jboss.jms.destination
 

Subclasses of JBossDestination in org.jboss.jms.destination
 class JBossQueue
           
 class JBossTemporaryQueue
           
 class JBossTemporaryTopic
           
 class JBossTopic
           
 

Methods in org.jboss.jms.destination that return JBossDestination
static JBossDestination JBossDestination.readDestination(java.io.DataInputStream in)
           
 

Uses of JBossDestination in org.jboss.jms.server.endpoint
 

Methods in org.jboss.jms.server.endpoint that return JBossDestination
 JBossDestination ServerConsumerEndpoint.getDestination()
           
 

Methods in org.jboss.jms.server.endpoint with parameters of type JBossDestination
 ConsumerDelegate ServerSessionEndpoint.createConsumerDelegate(JBossDestination jmsDestination, java.lang.String selector, boolean noLocal, java.lang.String subscriptionName, boolean isCC)
           
 BrowserDelegate ServerSessionEndpoint.createBrowserDelegate(JBossDestination jmsDestination, java.lang.String selector)
           
 void ServerSessionEndpoint.addTemporaryDestination(JBossDestination dest)
           
 void ServerSessionEndpoint.deleteTemporaryDestination(JBossDestination dest)
           
 

Uses of JBossDestination in org.jboss.jms.server.endpoint.advised
 

Methods in org.jboss.jms.server.endpoint.advised with parameters of type JBossDestination
 ConsumerDelegate SessionAdvised.createConsumerDelegate(JBossDestination destination, java.lang.String selector, boolean noLocal, java.lang.String subscriptionName, boolean connectionConsumer)
           
 BrowserDelegate SessionAdvised.createBrowserDelegate(JBossDestination queue, java.lang.String messageSelector)
           
 void SessionAdvised.addTemporaryDestination(JBossDestination destination)
           
 void SessionAdvised.deleteTemporaryDestination(JBossDestination destination)
           
 

Uses of JBossDestination in org.jboss.jms.wireformat
 

Constructors in org.jboss.jms.wireformat with parameters of type JBossDestination
SessionAddTemporaryDestinationRequest(int objectId, byte version, JBossDestination dest)
           
SessionCreateConsumerDelegateRequest(int objectId, byte version, JBossDestination destination, java.lang.String selector, boolean noLocal, java.lang.String subName, boolean connectionConsumer)
           
SessionCreateBrowserDelegateRequest(int objectId, byte version, JBossDestination destination, java.lang.String selector)
           
SessionDeleteTemporaryDestinationRequest(int objectId, byte version, JBossDestination dest)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.