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, boolean started)
           
 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.send(JBossDestination destination, Message message, int deliveryMode, int priority, long timeToLive, boolean keepOriginalID)
           
 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 ConsumerState.getDestination()
           
 JBossDestination BrowserState.getJmsDestination()
           
 

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, java.lang.String consumerID, boolean isCC, int bufferSize, int maxDeliveries, long redeliveryDelay)
           
 

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 SessionEndpoint.addTemporaryDestination(JBossDestination destination)
          Add a temporary destination.
 BrowserDelegate SessionEndpoint.createBrowserDelegate(JBossDestination queue, java.lang.String messageSelector)
           
 ConsumerDelegate SessionEndpoint.createConsumerDelegate(JBossDestination destination, java.lang.String selector, boolean noLocal, java.lang.String subscriptionName, boolean connectionConsumer, boolean autoFlowControl)
           
 ProducerDelegate SessionDelegate.createProducerDelegate(JBossDestination destination)
           
 void SessionEndpoint.deleteTemporaryDestination(JBossDestination destination)
          Delete a temporary destination
 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.
 void ProducerDelegate.send(JBossDestination destination, Message message, int deliveryMode, int priority, long timeToLive, boolean keepOriginalID)
           
 void ProducerDelegate.setDestination(JBossDestination dest)
           
 

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
 void ServerSessionEndpoint.addTemporaryDestination(JBossDestination dest)
           
 BrowserDelegate ServerSessionEndpoint.createBrowserDelegate(JBossDestination jmsDestination, java.lang.String selector)
           
 ConsumerDelegate ServerSessionEndpoint.createConsumerDelegate(JBossDestination jmsDestination, java.lang.String selector, boolean noLocal, java.lang.String subscriptionName, boolean isCC, boolean autoFlowControl)
           
 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
 void SessionAdvised.addTemporaryDestination(JBossDestination destination)
           
 BrowserDelegate SessionAdvised.createBrowserDelegate(JBossDestination queue, java.lang.String messageSelector)
           
 ConsumerDelegate SessionAdvised.createConsumerDelegate(JBossDestination destination, java.lang.String selector, boolean noLocal, java.lang.String subscriptionName, boolean connectionConsumer, boolean autoFlowControl)
           
 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(java.lang.String objectId, byte version, JBossDestination dest)
           
SessionCreateBrowserDelegateRequest(java.lang.String objectId, byte version, JBossDestination destination, java.lang.String selector)
           
SessionCreateConsumerDelegateRequest(java.lang.String objectId, byte version, JBossDestination destination, java.lang.String selector, boolean noLocal, java.lang.String subName, boolean connectionConsumer, boolean autoFlowControl)
           
SessionDeleteTemporaryDestinationRequest(java.lang.String objectId, byte version, JBossDestination dest)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.