Uses of Class
org.jboss.mq.ConnectionToken

Packages that use ConnectionToken
org.jboss.mq   
org.jboss.mq.il   
org.jboss.mq.il.http   
org.jboss.mq.il.jvm   
org.jboss.mq.il.oil   
org.jboss.mq.il.oil2   
org.jboss.mq.il.rmi   
org.jboss.mq.il.uil2   
org.jboss.mq.il.uil2.msgs   
org.jboss.mq.pm   
org.jboss.mq.security   
org.jboss.mq.server   
 

Uses of ConnectionToken in org.jboss.mq
 

Fields in org.jboss.mq declared as ConnectionToken
 ConnectionToken Subscription.connectionToken
          The connection token
protected  ConnectionToken Connection.connectionToken
          The connection token is used to identify our connection to the server.
 

Constructors in org.jboss.mq with parameters of type ConnectionToken
SpyTemporaryQueue(String queueName, ConnectionToken dc_)
          Create a new SpyTemporaryQueue
SpyTemporaryTopic(String topicName, ConnectionToken dc_)
          Create a new SpyTemporaryTopic
 

Uses of ConnectionToken in org.jboss.mq.il
 

Methods in org.jboss.mq.il with parameters of type ConnectionToken
 void ServerIL.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
          #Description of the Method
 void Invoker.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
          #Description of the Method
 void ServerIL.addMessage(ConnectionToken dc, SpyMessage message)
          Adds a message to the destination specifyed in the message.
 void Invoker.addMessage(ConnectionToken dc, SpyMessage message)
          Add the message to the destination.
 SpyMessage[] ServerIL.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
          #Description of the Method
 SpyMessage[] Invoker.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
          #Description of the Method
 void ServerIL.connectionClosing(ConnectionToken dc)
          The client is closing the connection.
 void Invoker.connectionClosing(ConnectionToken dc)
          Close connection.
 javax.jms.Queue ServerIL.createQueue(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Queue Invoker.createQueue(ConnectionToken dc, String dest)
          Create a queue.
 javax.jms.Topic ServerIL.createTopic(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Topic Invoker.createTopic(ConnectionToken dc, String dest)
          Create a topic.
 void ServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void Invoker.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void ServerIL.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
          Unsubscribe from a durable subscription.
 void Invoker.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
          Unsubscribe from the durable subscription.
 Subscription Invoker.getSubscription(ConnectionToken dc, int subscriberId)
          Get the subscription that match the id.
 javax.jms.TemporaryQueue ServerIL.getTemporaryQueue(ConnectionToken dc)
          Gets the TemporaryQueue attribute of the ServerIL object
 javax.jms.TemporaryQueue Invoker.getTemporaryQueue(ConnectionToken dc)
          Get a temporary queue
 javax.jms.TemporaryTopic ServerIL.getTemporaryTopic(ConnectionToken dc)
          Gets the TemporaryTopic attribute of the ServerIL object
 javax.jms.TemporaryTopic Invoker.getTemporaryTopic(ConnectionToken dc)
          Get a temporary topic.
 void ServerIL.ping(ConnectionToken dc, long clientTime)
          Ping the server.
 void Invoker.ping(ConnectionToken dc, long clientTime)
          Ping the server.
 SpyMessage ServerIL.receive(ConnectionToken dc, int subscriberId, long wait)
          Get a message synchronously.
 SpyMessage Invoker.receive(ConnectionToken dc, int subscriberId, long wait)
          #Description of the Method
 void ServerIL.setConnectionToken(ConnectionToken newConnectionToken)
           
 void ServerIL.setEnabled(ConnectionToken dc, boolean enabled)
          Sets the Enabled attribute of the ServerIL object
 void Invoker.setEnabled(ConnectionToken dc, boolean enabled)
          Sets the Enabled attribute of the ServerIL object
 void ServerIL.subscribe(ConnectionToken dc, Subscription s)
           
 void Invoker.subscribe(ConnectionToken dc, Subscription s)
           
 void ServerIL.transact(ConnectionToken dc, TransactionRequest t)
          #Description of the Method
 void Invoker.transact(ConnectionToken dc, TransactionRequest t)
          #Description of the Method
 void ServerIL.unsubscribe(ConnectionToken dc, int subscriptionId)
          Remove a consumer.
 void Invoker.unsubscribe(ConnectionToken dc, int subscriptionId)
          Close the server side message consumer.
 

Uses of ConnectionToken in org.jboss.mq.il.http
 

Methods in org.jboss.mq.il.http with parameters of type ConnectionToken
 void HTTPServerIL.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
           
 void HTTPServerIL.addMessage(ConnectionToken dc, SpyMessage message)
           
 SpyMessage[] HTTPServerIL.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
           
 void HTTPServerIL.connectionClosing(ConnectionToken dc)
           
 javax.jms.Queue HTTPServerIL.createQueue(ConnectionToken dc, String dest)
           
 javax.jms.Topic HTTPServerIL.createTopic(ConnectionToken dc, String dest)
           
 void HTTPServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
           
 void HTTPServerIL.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
           
 javax.jms.TemporaryQueue HTTPServerIL.getTemporaryQueue(ConnectionToken dc)
           
 javax.jms.TemporaryTopic HTTPServerIL.getTemporaryTopic(ConnectionToken dc)
           
 void HTTPServerIL.ping(ConnectionToken dc, long clientTime)
           
 SpyMessage HTTPServerIL.receive(ConnectionToken dc, int subscriberId, long wait)
           
 void HTTPServerIL.setConnectionToken(ConnectionToken newConnectionToken)
           
 void HTTPServerIL.setEnabled(ConnectionToken dc, boolean enabled)
           
 void HTTPServerIL.subscribe(ConnectionToken dc, Subscription s)
           
 void HTTPServerIL.transact(ConnectionToken dc, TransactionRequest t)
           
 void HTTPServerIL.unsubscribe(ConnectionToken dc, int subscriptionId)
           
 

Uses of ConnectionToken in org.jboss.mq.il.jvm
 

Methods in org.jboss.mq.il.jvm with parameters of type ConnectionToken
 void JVMServerIL.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
          #Description of the Method
 void JVMServerIL.addMessage(ConnectionToken dc, SpyMessage val)
          Adds a feature to the Message attribute of the JVMServerIL object
 SpyMessage[] JVMServerIL.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
          #Description of the Method
 void JVMServerIL.connectionClosing(ConnectionToken dc)
          #Description of the Method
 javax.jms.Queue JVMServerIL.createQueue(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Topic JVMServerIL.createTopic(ConnectionToken dc, String dest)
          #Description of the Method
 void JVMServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void JVMServerIL.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
          #Description of the Method
 javax.jms.TemporaryQueue JVMServerIL.getTemporaryQueue(ConnectionToken dc)
          Gets the TemporaryQueue attribute of the JVMServerIL object
 javax.jms.TemporaryTopic JVMServerIL.getTemporaryTopic(ConnectionToken dc)
          Gets the TemporaryTopic attribute of the JVMServerIL object
 void JVMServerIL.ping(ConnectionToken dc, long clientTime)
          ping method comment.
 SpyMessage JVMServerIL.receive(ConnectionToken dc, int subscriberId, long wait)
          #Description of the Method
 void JVMServerIL.setConnectionToken(ConnectionToken newConnectionToken)
          Sets the ConnectionToken attribute of the JVMServerIL object
 void JVMServerIL.setEnabled(ConnectionToken dc, boolean enabled)
          Sets the Enabled attribute of the JVMServerIL object
 void JVMServerIL.subscribe(ConnectionToken dc, Subscription s)
          #Description of the Method
 void JVMServerIL.transact(ConnectionToken dc, TransactionRequest t)
          #Description of the Method
 void JVMServerIL.unsubscribe(ConnectionToken dc, int subscriptionId)
          #Description of the Method
 

Uses of ConnectionToken in org.jboss.mq.il.oil
 

Methods in org.jboss.mq.il.oil with parameters of type ConnectionToken
 void OILServerIL.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
          #Description of the Method
 void OILServerIL.addMessage(ConnectionToken dc, SpyMessage val)
          Adds a feature to the Message attribute of the OILServerIL object
 SpyMessage[] OILServerIL.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
          #Description of the Method
 void OILServerIL.connectionClosing(ConnectionToken dc)
          #Description of the Method
 javax.jms.Queue OILServerIL.createQueue(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Topic OILServerIL.createTopic(ConnectionToken dc, String dest)
          #Description of the Method
 void OILServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void OILServerIL.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
          #Description of the Method
 javax.jms.TemporaryQueue OILServerIL.getTemporaryQueue(ConnectionToken dc)
          Gets the TemporaryQueue attribute of the OILServerIL object
 javax.jms.TemporaryTopic OILServerIL.getTemporaryTopic(ConnectionToken dc)
          Gets the TemporaryTopic attribute of the OILServerIL object
 void OILServerIL.ping(ConnectionToken dc, long clientTime)
          #Description of the Method
 SpyMessage OILServerIL.receive(ConnectionToken dc, int subscriberId, long wait)
          #Description of the Method
 void OILServerIL.setConnectionToken(ConnectionToken dest)
          Sets the ConnectionToken attribute of the OILServerIL object
 void OILServerIL.setEnabled(ConnectionToken dc, boolean enabled)
          Sets the Enabled attribute of the OILServerIL object
 void OILServerIL.subscribe(ConnectionToken dc, Subscription s)
          #Description of the Method
 void OILServerIL.transact(ConnectionToken dc, TransactionRequest t)
          #Description of the Method
 void OILServerIL.unsubscribe(ConnectionToken dc, int subscriptionId)
          #Description of the Method
 

Uses of ConnectionToken in org.jboss.mq.il.oil2
 

Methods in org.jboss.mq.il.oil2 with parameters of type ConnectionToken
 void OIL2ServerIL.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
          #Description of the Method
 void OIL2ServerIL.addMessage(ConnectionToken dc, SpyMessage val)
          Adds a feature to the Message attribute of the OILServerIL object
 SpyMessage[] OIL2ServerIL.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
          #Description of the Method
 void OIL2ServerIL.connectionClosing(ConnectionToken dc)
          #Description of the Method
 javax.jms.Queue OIL2ServerIL.createQueue(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Topic OIL2ServerIL.createTopic(ConnectionToken dc, String dest)
          #Description of the Method
 void OIL2ServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void OIL2ServerIL.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
          #Description of the Method
 javax.jms.TemporaryQueue OIL2ServerIL.getTemporaryQueue(ConnectionToken dc)
          Gets the TemporaryQueue attribute of the OILServerIL object
 javax.jms.TemporaryTopic OIL2ServerIL.getTemporaryTopic(ConnectionToken dc)
          Gets the TemporaryTopic attribute of the OILServerIL object
 void OIL2ServerIL.ping(ConnectionToken dc, long clientTime)
          #Description of the Method
 SpyMessage OIL2ServerIL.receive(ConnectionToken dc, int subscriberId, long wait)
          #Description of the Method
 void OIL2ServerIL.setConnectionToken(ConnectionToken dest)
          Sets the ConnectionToken attribute of the OILServerIL object
 void OIL2ServerIL.setEnabled(ConnectionToken dc, boolean enabled)
          Sets the Enabled attribute of the OILServerIL object
 void OIL2ServerIL.subscribe(ConnectionToken dc, Subscription s)
          #Description of the Method
 void OIL2ServerIL.transact(ConnectionToken dc, TransactionRequest t)
          #Description of the Method
 void OIL2ServerIL.unsubscribe(ConnectionToken dc, int subscriptionId)
          #Description of the Method
 

Uses of ConnectionToken in org.jboss.mq.il.rmi
 

Methods in org.jboss.mq.il.rmi with parameters of type ConnectionToken
 void RMIServerIL.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
          #Description of the Method
 void RMIServerIL.addMessage(ConnectionToken dc, SpyMessage val)
          Adds a feature to the Message attribute of the RMIServerIL object
 SpyMessage[] RMIServerIL.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
          #Description of the Method
 void RMIServerIL.connectionClosing(ConnectionToken dc)
          #Description of the Method
 javax.jms.Queue RMIServerIL.createQueue(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Topic RMIServerIL.createTopic(ConnectionToken dc, String dest)
          #Description of the Method
 void RMIServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void RMIServerIL.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
          #Description of the Method
 javax.jms.TemporaryQueue RMIServerIL.getTemporaryQueue(ConnectionToken dc)
          Gets the TemporaryQueue attribute of the RMIServerIL object
 javax.jms.TemporaryTopic RMIServerIL.getTemporaryTopic(ConnectionToken dc)
          Gets the TemporaryTopic attribute of the RMIServerIL object
 void RMIServerIL.ping(ConnectionToken dc, long clientTime)
          #Description of the Method
 SpyMessage RMIServerIL.receive(ConnectionToken dc, int subscriberId, long wait)
          #Description of the Method
 void RMIServerIL.setConnectionToken(ConnectionToken newConnectionToken)
          Sets the ConnectionToken attribute of the RMIServerIL object
 void RMIServerIL.setEnabled(ConnectionToken dc, boolean enabled)
          Sets the Enabled attribute of the RMIServerIL object
 void RMIServerIL.subscribe(ConnectionToken dc, Subscription s)
          #Description of the Method
 void RMIServerIL.transact(ConnectionToken dc, TransactionRequest t)
          #Description of the Method
 void RMIServerIL.unsubscribe(ConnectionToken dc, int subscriptionId)
          #Description of the Method
 

Uses of ConnectionToken in org.jboss.mq.il.uil2
 

Methods in org.jboss.mq.il.uil2 with parameters of type ConnectionToken
 void UILServerIL.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
          #Description of the Method
 void UILServerIL.addMessage(ConnectionToken dc, SpyMessage val)
          Adds a feature to the Message attribute of the UILServerIL object
 SpyMessage[] UILServerIL.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
          #Description of the Method
 void UILServerIL.connectionClosing(ConnectionToken dc)
          #Description of the Method
 javax.jms.Queue UILServerIL.createQueue(ConnectionToken dc, String destName)
          #Description of the Method
 javax.jms.Topic UILServerIL.createTopic(ConnectionToken dc, String destName)
          #Description of the Method
 void UILServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void UILServerIL.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
          #Description of the Method
 javax.jms.TemporaryQueue UILServerIL.getTemporaryQueue(ConnectionToken dc)
          Gets the TemporaryQueue attribute of the UILServerIL object
 javax.jms.TemporaryTopic UILServerIL.getTemporaryTopic(ConnectionToken dc)
          Gets the TemporaryTopic attribute of the UILServerIL object
 void UILServerIL.ping(ConnectionToken dc, long clientTime)
          #Description of the Method
 SpyMessage UILServerIL.receive(ConnectionToken dc, int subscriberId, long wait)
          #Description of the Method
 void UILServerIL.setConnectionToken(ConnectionToken dest)
          Sets the ConnectionToken attribute of the UILServerIL object
 void UILServerIL.setEnabled(ConnectionToken dc, boolean enabled)
          Sets the Enabled attribute of the UILServerIL object
 void UILServerIL.subscribe(ConnectionToken dc, Subscription s)
          #Description of the Method
 void UILServerIL.transact(ConnectionToken dc, TransactionRequest t)
          #Description of the Method
 void UILServerIL.unsubscribe(ConnectionToken dc, int subscriptionID)
          #Description of the Method
 

Uses of ConnectionToken in org.jboss.mq.il.uil2.msgs
 

Methods in org.jboss.mq.il.uil2.msgs that return ConnectionToken
 ConnectionToken ConnectionTokenMsg.getToken()
           
 

Constructors in org.jboss.mq.il.uil2.msgs with parameters of type ConnectionToken
ConnectionTokenMsg(ConnectionToken token)
           
 

Uses of ConnectionToken in org.jboss.mq.pm
 

Methods in org.jboss.mq.pm with parameters of type ConnectionToken
 Tx TxManager.createTx(ConnectionToken dc, Object xid)
          Create and return a unique transaction id.
 Tx TxManager.getPrepared(ConnectionToken dc, Object xid)
          Return the local transaction id for a distributed transaction id.
 

Uses of ConnectionToken in org.jboss.mq.security
 

Methods in org.jboss.mq.security with parameters of type ConnectionToken
 void ServerSecurityInterceptor.addMessage(ConnectionToken dc, SpyMessage message)
           
 void ServerSecurityInterceptor.addTemporaryDestination(ConnectionToken dc, javax.jms.Destination destination)
          Remember the temporary destinations for a connection
 boolean SecurityManager.authorize(ConnectionToken token, Set rolePrincipals)
           
 boolean ServerSecurityInterceptor.authorizeCreate(ConnectionToken dc, String destination)
           
 boolean ServerSecurityInterceptor.authorizeRead(ConnectionToken dc, String destination)
           
 boolean ServerSecurityInterceptor.authorizeWrite(ConnectionToken dc, String destination)
           
 SpyMessage[] ServerSecurityInterceptor.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
           
 void ServerSecurityInterceptor.connectionClosing(ConnectionToken dc)
          Close connection.
 void ServerSecurityInterceptor.deleteTemporaryDestination(ConnectionToken dc, SpyDestination destination)
           
 void ServerSecurityInterceptor.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
           
 javax.jms.TemporaryQueue ServerSecurityInterceptor.getTemporaryQueue(ConnectionToken dc)
           
 javax.jms.TemporaryTopic ServerSecurityInterceptor.getTemporaryTopic(ConnectionToken dc)
           
 void SecurityManager.logout(ConnectionToken token)
           
 SpyMessage ServerSecurityInterceptor.receive(ConnectionToken dc, int subscriberId, long wait)
           
 void ServerSecurityInterceptor.removeTemporaryDestination(ConnectionToken dc, SpyDestination destination)
          Remove a temporary destination
 void ServerSecurityInterceptor.removeTemporaryDestinations(ConnectionToken dc)
          Remove all temporary destination for a connection
 void ServerSecurityInterceptor.subscribe(ConnectionToken dc, Subscription sub)
           
 void ServerSecurityInterceptor.transact(ConnectionToken dc, TransactionRequest t)
           
 

Uses of ConnectionToken in org.jboss.mq.server
 

Methods in org.jboss.mq.server with parameters of type ConnectionToken
 void TracingInterceptor.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
          #Description of the Method
 void JMSServerInvoker.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
          #Description of the Method
 void JMSServerInterceptorSupport.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
          #Description of the Method
 void JMSServerInterceptor.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
          #Description of the Method
 void JMSDestinationManager.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
           
 void ClientMonitorInterceptor.acknowledge(ConnectionToken dc, AcknowledgementRequest item)
          #Description of the Method
 void JMSDestinationManager.acknowledge(ConnectionToken dc, AcknowledgementRequest item, Tx txId)
           
 void TracingInterceptor.addMessage(ConnectionToken dc, SpyMessage message)
          Add the message to the destination.
 void NonPersistentInterceptor.addMessage(ConnectionToken dc, SpyMessage message)
           
 void JMSServerInvoker.addMessage(ConnectionToken dc, SpyMessage message)
          Add the message to the destination.
 void JMSServerInterceptorSupport.addMessage(ConnectionToken dc, SpyMessage message)
          Add the message to the destination.
 void JMSServerInterceptor.addMessage(ConnectionToken dc, SpyMessage message)
          Add the message to the destination.
 void JMSDestinationManager.addMessage(ConnectionToken dc, SpyMessage val)
           
 void ClientMonitorInterceptor.addMessage(ConnectionToken dc, SpyMessage message)
          Add the message to the destination.
 void JMSDestinationManager.addMessage(ConnectionToken dc, SpyMessage val, Tx txId)
           
 SpyMessage[] TracingInterceptor.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
          #Description of the Method
 SpyMessage[] JMSServerInvoker.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
          #Description of the Method
 SpyMessage[] JMSServerInterceptorSupport.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
          #Description of the Method
 SpyMessage[] JMSServerInterceptor.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
          #Description of the Method
 SpyMessage[] JMSDestinationManager.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
           
 SpyMessage[] ClientMonitorInterceptor.browse(ConnectionToken dc, javax.jms.Destination dest, String selector)
          #Description of the Method
 void TracingInterceptor.connectionClosing(ConnectionToken dc)
          #Description of the Method
 void JMSServerInvoker.connectionClosing(ConnectionToken dc)
          #Description of the Method
 void JMSServerInterceptorSupport.connectionClosing(ConnectionToken dc)
          #Description of the Method
 void JMSServerInterceptor.connectionClosing(ConnectionToken dc)
          Close connection.
 void JMSDestinationManager.connectionClosing(ConnectionToken dc)
           
 void ClientMonitorInterceptor.connectionClosing(ConnectionToken dc)
          #Description of the Method
 void JMSDestinationManager.connectionFailure(ConnectionToken dc)
           
 javax.jms.Queue TracingInterceptor.createQueue(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Queue JMSServerInvoker.createQueue(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Queue JMSServerInterceptorSupport.createQueue(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Queue JMSServerInterceptor.createQueue(ConnectionToken dc, String dest)
          Create a queue.
 javax.jms.Queue JMSDestinationManager.createQueue(ConnectionToken dc, String name)
           
 javax.jms.Queue ClientMonitorInterceptor.createQueue(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Topic TracingInterceptor.createTopic(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Topic JMSServerInvoker.createTopic(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Topic JMSServerInterceptorSupport.createTopic(ConnectionToken dc, String dest)
          #Description of the Method
 javax.jms.Topic JMSServerInterceptor.createTopic(ConnectionToken dc, String dest)
          Create a topic.
 javax.jms.Topic JMSDestinationManager.createTopic(ConnectionToken dc, String name)
           
 javax.jms.Topic ClientMonitorInterceptor.createTopic(ConnectionToken dc, String dest)
          #Description of the Method
protected  void JMSDestinationManager.deleteTemporaryDestination(ConnectionToken dc, JMSDestination destination)
           
 void TracingInterceptor.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void JMSServerInvoker.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void JMSServerInterceptorSupport.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void JMSServerInterceptor.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void JMSDestinationManager.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
           
 void ClientMonitorInterceptor.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void TracingInterceptor.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
          #Description of the Method
 void JMSServerInvoker.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
          #Description of the Method
 void JMSServerInterceptorSupport.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
          #Description of the Method
 void JMSServerInterceptor.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
          Unsubscribe from the durable subscription.
 void JMSDestinationManager.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
           
 void ClientMonitorInterceptor.destroySubscription(ConnectionToken dc, DurableSubscriptionID id)
          #Description of the Method
 ClientConsumer JMSDestinationManager.getClientConsumer(ConnectionToken dc)
          Gets the ClientConsumer attribute of the JMSServer object
 org.jboss.mq.server.ClientMonitorInterceptor.ClientStats ClientMonitorInterceptor.getClientStats(ConnectionToken dc)
           
 Subscription TracingInterceptor.getSubscription(ConnectionToken dc, int subscriberId)
           
 Subscription JMSServerInvoker.getSubscription(ConnectionToken dc, int subscriberId)
           
 Subscription JMSServerInterceptorSupport.getSubscription(ConnectionToken dc, int subscriberId)
           
 Subscription JMSServerInterceptor.getSubscription(ConnectionToken dc, int subscriberId)
          Get the subscription that match the id.
 Subscription JMSDestinationManager.getSubscription(ConnectionToken dc, int subscriberId)
           
 Subscription ClientMonitorInterceptor.getSubscription(ConnectionToken dc, int subscriberId)
           
 javax.jms.TemporaryQueue TracingInterceptor.getTemporaryQueue(ConnectionToken dc)
          Gets the TemporaryQueue attribute of the ServerIL object
 javax.jms.TemporaryQueue JMSServerInvoker.getTemporaryQueue(ConnectionToken dc)
          Gets the TemporaryQueue attribute of the ServerIL object
 javax.jms.TemporaryQueue JMSServerInterceptorSupport.getTemporaryQueue(ConnectionToken dc)
          Gets the TemporaryQueue attribute of the ServerIL object
 javax.jms.TemporaryQueue JMSServerInterceptor.getTemporaryQueue(ConnectionToken dc)
          Get a temporary queue
 javax.jms.TemporaryQueue JMSDestinationManager.getTemporaryQueue(ConnectionToken dc)
           
 javax.jms.TemporaryQueue ClientMonitorInterceptor.getTemporaryQueue(ConnectionToken dc)
          Gets the TemporaryQueue attribute of the ServerIL object
 javax.jms.TemporaryTopic TracingInterceptor.getTemporaryTopic(ConnectionToken dc)
          Gets the TemporaryTopic attribute of the ServerIL object
 javax.jms.TemporaryTopic JMSServerInvoker.getTemporaryTopic(ConnectionToken dc)
          Gets the TemporaryTopic attribute of the ServerIL object
 javax.jms.TemporaryTopic JMSServerInterceptorSupport.getTemporaryTopic(ConnectionToken dc)
          Gets the TemporaryTopic attribute of the ServerIL object
 javax.jms.TemporaryTopic JMSServerInterceptor.getTemporaryTopic(ConnectionToken dc)
          Get a temporary topic.
 javax.jms.TemporaryTopic JMSDestinationManager.getTemporaryTopic(ConnectionToken dc)
           
 javax.jms.TemporaryTopic ClientMonitorInterceptor.getTemporaryTopic(ConnectionToken dc)
           
 void TracingInterceptor.ping(ConnectionToken dc, long clientTime)
          #Description of the Method
 void JMSServerInvoker.ping(ConnectionToken dc, long clientTime)
          #Description of the Method
 void JMSServerInterceptorSupport.ping(ConnectionToken dc, long clientTime)
          #Description of the Method
 void JMSServerInterceptor.ping(ConnectionToken dc, long clientTime)
          Ping the server.
 void JMSDestinationManager.ping(ConnectionToken dc, long clientTime)
          #Description of the Method
 void ClientMonitorInterceptor.ping(ConnectionToken dc, long clientTime)
          #Description of the Method
 SpyMessage TracingInterceptor.receive(ConnectionToken dc, int subscriberId, long wait)
          #Description of the Method
 SpyMessage JMSServerInvoker.receive(ConnectionToken dc, int subscriberId, long wait)
          #Description of the Method
 SpyMessage JMSServerInterceptorSupport.receive(ConnectionToken dc, int subscriberId, long wait)
          #Description of the Method
 SpyMessage JMSServerInterceptor.receive(ConnectionToken dc, int subscriberId, long wait)
          #Description of the Method
 SpyMessage JMSDestinationManager.receive(ConnectionToken dc, int subscriberId, long wait)
           
 SpyMessage ClientMonitorInterceptor.receive(ConnectionToken dc, int subscriberId, long wait)
          #Description of the Method
 void TracingInterceptor.setEnabled(ConnectionToken dc, boolean enabled)
          Sets the Enabled attribute of the ServerIL object
 void JMSServerInvoker.setEnabled(ConnectionToken dc, boolean enabled)
          Sets the Enabled attribute of the ServerIL object
 void JMSServerInterceptorSupport.setEnabled(ConnectionToken dc, boolean enabled)
          Sets the Enabled attribute of the ServerIL object
 void JMSServerInterceptor.setEnabled(ConnectionToken dc, boolean enabled)
          Sets the Enabled attribute of the ServerIL object
 void JMSDestinationManager.setEnabled(ConnectionToken dc, boolean enabled)
           
 void ClientMonitorInterceptor.setEnabled(ConnectionToken dc, boolean enabled)
          Sets the Enabled attribute of the ServerIL object
 void TracingInterceptor.subscribe(ConnectionToken dc, Subscription s)
           
 void JMSServerInvoker.subscribe(ConnectionToken dc, Subscription s)
           
 void JMSServerInterceptorSupport.subscribe(ConnectionToken dc, Subscription s)
           
 void JMSServerInterceptor.subscribe(ConnectionToken dc, Subscription s)
           
 void JMSDestinationManager.subscribe(ConnectionToken dc, Subscription sub)
           
 void ClientMonitorInterceptor.subscribe(ConnectionToken dc, Subscription s)
           
 void TracingInterceptor.transact(ConnectionToken dc, TransactionRequest t)
          #Description of the Method
 void NonPersistentInterceptor.transact(ConnectionToken dc, TransactionRequest t)
           
 void JMSServerInvoker.transact(ConnectionToken dc, TransactionRequest t)
          #Description of the Method
 void JMSServerInterceptorSupport.transact(ConnectionToken dc, TransactionRequest t)
          #Description of the Method
 void JMSServerInterceptor.transact(ConnectionToken dc, TransactionRequest t)
          #Description of the Method
 void JMSDestinationManager.transact(ConnectionToken dc, TransactionRequest t)
           
 void ClientMonitorInterceptor.transact(ConnectionToken dc, TransactionRequest t)
          #Description of the Method
 void TracingInterceptor.unsubscribe(ConnectionToken dc, int subscriptionId)
          #Description of the Method
 void JMSServerInvoker.unsubscribe(ConnectionToken dc, int subscriptionId)
          #Description of the Method
 void JMSServerInterceptorSupport.unsubscribe(ConnectionToken dc, int subscriptionId)
          #Description of the Method
 void JMSServerInterceptor.unsubscribe(ConnectionToken dc, int subscriptionId)
          Close the server side message consumer.
 void JMSDestinationManager.unsubscribe(ConnectionToken dc, int subscriptionId)
           
 void ClientMonitorInterceptor.unsubscribe(ConnectionToken dc, int subscriptionId)
          #Description of the Method
 

Constructors in org.jboss.mq.server with parameters of type ConnectionToken
ClientConsumer(JMSDestinationManager server, ConnectionToken connectionToken)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.