|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
SpyTemporaryTopic(String topicName,
ConnectionToken dc_)
Create a new SpyTemporaryTopic |
|
SpyTemporaryQueue(String queueName,
ConnectionToken dc_)
Create a new SpyTemporaryQueue |
Uses of ConnectionToken in org.jboss.mq.il |
Methods in org.jboss.mq.il with parameters of type ConnectionToken | |
void |
ServerIL.setConnectionToken(ConnectionToken newConnectionToken)
|
javax.jms.TemporaryTopic |
ServerIL.getTemporaryTopic(ConnectionToken dc)
Gets the TemporaryTopic attribute of the ServerIL object |
javax.jms.TemporaryQueue |
ServerIL.getTemporaryQueue(ConnectionToken dc)
Gets the TemporaryQueue attribute of the ServerIL object |
void |
ServerIL.connectionClosing(ConnectionToken dc)
The client is closing the connection. |
void |
ServerIL.addMessage(ConnectionToken dc,
SpyMessage message)
Adds a message to the destination specifyed in the message. |
javax.jms.Queue |
ServerIL.createQueue(ConnectionToken dc,
String dest)
#Description of the Method |
javax.jms.Topic |
ServerIL.createTopic(ConnectionToken dc,
String dest)
#Description of the Method |
void |
ServerIL.deleteTemporaryDestination(ConnectionToken dc,
SpyDestination dest)
#Description of the Method |
void |
ServerIL.transact(ConnectionToken dc,
TransactionRequest t)
#Description of the Method |
void |
ServerIL.acknowledge(ConnectionToken dc,
AcknowledgementRequest item)
#Description of the Method |
SpyMessage[] |
ServerIL.browse(ConnectionToken dc,
javax.jms.Destination dest,
String selector)
#Description of the Method |
SpyMessage |
ServerIL.receive(ConnectionToken dc,
int subscriberId,
long wait)
Get a message synchronously. |
void |
ServerIL.setEnabled(ConnectionToken dc,
boolean enabled)
Sets the Enabled attribute of the ServerIL object |
void |
ServerIL.unsubscribe(ConnectionToken dc,
int subscriptionId)
Remove a consumer. |
void |
ServerIL.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
Unsubscribe from a durable subscription. |
void |
ServerIL.subscribe(ConnectionToken dc,
Subscription s)
|
void |
ServerIL.ping(ConnectionToken dc,
long clientTime)
Ping the server. |
javax.jms.TemporaryTopic |
Invoker.getTemporaryTopic(ConnectionToken dc)
Get a temporary topic. |
javax.jms.TemporaryQueue |
Invoker.getTemporaryQueue(ConnectionToken dc)
Get a temporary queue |
void |
Invoker.connectionClosing(ConnectionToken dc)
Close connection. |
void |
Invoker.addMessage(ConnectionToken dc,
SpyMessage message)
Add the message to the destination. |
javax.jms.Queue |
Invoker.createQueue(ConnectionToken dc,
String dest)
Create a queue. |
javax.jms.Topic |
Invoker.createTopic(ConnectionToken dc,
String dest)
Create a topic. |
void |
Invoker.deleteTemporaryDestination(ConnectionToken dc,
SpyDestination dest)
#Description of the Method |
void |
Invoker.transact(ConnectionToken dc,
TransactionRequest t)
#Description of the Method |
void |
Invoker.acknowledge(ConnectionToken dc,
AcknowledgementRequest item)
#Description of the Method |
SpyMessage[] |
Invoker.browse(ConnectionToken dc,
javax.jms.Destination dest,
String selector)
#Description of the Method |
SpyMessage |
Invoker.receive(ConnectionToken dc,
int subscriberId,
long wait)
#Description of the Method |
void |
Invoker.setEnabled(ConnectionToken dc,
boolean enabled)
Sets the Enabled attribute of the ServerIL object |
void |
Invoker.unsubscribe(ConnectionToken dc,
int subscriptionId)
Close the server side message consumer. |
void |
Invoker.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
Unsubscribe from the durable subscription. |
void |
Invoker.subscribe(ConnectionToken dc,
Subscription s)
|
void |
Invoker.ping(ConnectionToken dc,
long clientTime)
Ping the server. |
Subscription |
Invoker.getSubscription(ConnectionToken dc,
int subscriberId)
Get the subscription that match the id. |
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.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 |
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.addMessage(ConnectionToken dc,
SpyMessage val)
Adds a feature to the Message attribute of the JVMServerIL object |
javax.jms.Topic |
JVMServerIL.createTopic(ConnectionToken dc,
String dest)
#Description of the Method |
javax.jms.Queue |
JVMServerIL.createQueue(ConnectionToken dc,
String dest)
#Description of the Method |
void |
JVMServerIL.deleteTemporaryDestination(ConnectionToken dc,
SpyDestination dest)
#Description of the Method |
void |
JVMServerIL.connectionClosing(ConnectionToken dc)
#Description of the Method |
void |
JVMServerIL.acknowledge(ConnectionToken dc,
AcknowledgementRequest item)
#Description of the Method |
SpyMessage[] |
JVMServerIL.browse(ConnectionToken dc,
javax.jms.Destination dest,
String selector)
#Description of the Method |
SpyMessage |
JVMServerIL.receive(ConnectionToken dc,
int subscriberId,
long wait)
#Description of the Method |
void |
JVMServerIL.unsubscribe(ConnectionToken dc,
int subscriptionId)
#Description of the Method |
void |
JVMServerIL.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
void |
JVMServerIL.subscribe(ConnectionToken dc,
Subscription s)
#Description of the Method |
void |
JVMServerIL.transact(ConnectionToken dc,
TransactionRequest t)
#Description of the Method |
void |
JVMServerIL.ping(ConnectionToken dc,
long clientTime)
ping method comment. |
Uses of ConnectionToken in org.jboss.mq.il.oil |
Methods in org.jboss.mq.il.oil with parameters of type ConnectionToken | |
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 |
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.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 |
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.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.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 |
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.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 |
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.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.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 |
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.addMessage(ConnectionToken dc,
SpyMessage val)
Adds a feature to the Message attribute of the RMIServerIL object |
javax.jms.Topic |
RMIServerIL.createTopic(ConnectionToken dc,
String dest)
#Description of the Method |
javax.jms.Queue |
RMIServerIL.createQueue(ConnectionToken dc,
String dest)
#Description of the Method |
void |
RMIServerIL.deleteTemporaryDestination(ConnectionToken dc,
SpyDestination dest)
#Description of the Method |
void |
RMIServerIL.connectionClosing(ConnectionToken dc)
#Description of the Method |
void |
RMIServerIL.acknowledge(ConnectionToken dc,
AcknowledgementRequest item)
#Description of the Method |
SpyMessage[] |
RMIServerIL.browse(ConnectionToken dc,
javax.jms.Destination dest,
String selector)
#Description of the Method |
SpyMessage |
RMIServerIL.receive(ConnectionToken dc,
int subscriberId,
long wait)
#Description of the Method |
void |
RMIServerIL.unsubscribe(ConnectionToken dc,
int subscriptionId)
#Description of the Method |
void |
RMIServerIL.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
void |
RMIServerIL.subscribe(ConnectionToken dc,
Subscription s)
#Description of the Method |
void |
RMIServerIL.transact(ConnectionToken dc,
TransactionRequest t)
#Description of the Method |
void |
RMIServerIL.ping(ConnectionToken dc,
long clientTime)
#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.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 |
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.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 |
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.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.getPrepared(ConnectionToken dc,
Object xid)
Return the local transaction id for a distributed transaction id. |
Tx |
TxManager.createTx(ConnectionToken dc,
Object xid)
Create and return a unique transaction id. |
Uses of ConnectionToken in org.jboss.mq.security |
Methods in org.jboss.mq.security with parameters of type ConnectionToken | |
void |
ServerSecurityInterceptor.connectionClosing(ConnectionToken dc)
Close connection. |
SpyMessage[] |
ServerSecurityInterceptor.browse(ConnectionToken dc,
javax.jms.Destination dest,
String selector)
|
SpyMessage |
ServerSecurityInterceptor.receive(ConnectionToken dc,
int subscriberId,
long wait)
|
void |
ServerSecurityInterceptor.subscribe(ConnectionToken dc,
Subscription sub)
|
void |
ServerSecurityInterceptor.addMessage(ConnectionToken dc,
SpyMessage message)
|
void |
ServerSecurityInterceptor.transact(ConnectionToken dc,
TransactionRequest t)
|
void |
ServerSecurityInterceptor.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
|
javax.jms.TemporaryTopic |
ServerSecurityInterceptor.getTemporaryTopic(ConnectionToken dc)
|
javax.jms.TemporaryQueue |
ServerSecurityInterceptor.getTemporaryQueue(ConnectionToken dc)
|
void |
ServerSecurityInterceptor.deleteTemporaryDestination(ConnectionToken dc,
SpyDestination destination)
|
boolean |
ServerSecurityInterceptor.authorizeRead(ConnectionToken dc,
String destination)
|
boolean |
ServerSecurityInterceptor.authorizeWrite(ConnectionToken dc,
String destination)
|
boolean |
ServerSecurityInterceptor.authorizeCreate(ConnectionToken dc,
String destination)
|
void |
ServerSecurityInterceptor.addTemporaryDestination(ConnectionToken dc,
javax.jms.Destination destination)
Remember the temporary destinations for a connection |
void |
ServerSecurityInterceptor.removeTemporaryDestination(ConnectionToken dc,
SpyDestination destination)
Remove a temporary destination |
void |
ServerSecurityInterceptor.removeTemporaryDestinations(ConnectionToken dc)
Remove all temporary destination for a connection |
boolean |
SecurityManager.authorize(ConnectionToken token,
Set rolePrincipals)
|
void |
SecurityManager.logout(ConnectionToken token)
|
Uses of ConnectionToken in org.jboss.mq.server |
Methods in org.jboss.mq.server with parameters of type ConnectionToken | |
javax.jms.TemporaryTopic |
TracingInterceptor.getTemporaryTopic(ConnectionToken dc)
Gets the TemporaryTopic attribute of the ServerIL object |
javax.jms.TemporaryQueue |
TracingInterceptor.getTemporaryQueue(ConnectionToken dc)
Gets the TemporaryQueue attribute of the ServerIL object |
void |
TracingInterceptor.connectionClosing(ConnectionToken dc)
#Description of the Method |
void |
TracingInterceptor.addMessage(ConnectionToken dc,
SpyMessage message)
Add the message to the destination. |
javax.jms.Queue |
TracingInterceptor.createQueue(ConnectionToken dc,
String dest)
#Description of the Method |
javax.jms.Topic |
TracingInterceptor.createTopic(ConnectionToken dc,
String dest)
#Description of the Method |
void |
TracingInterceptor.deleteTemporaryDestination(ConnectionToken dc,
SpyDestination dest)
#Description of the Method |
void |
TracingInterceptor.transact(ConnectionToken dc,
TransactionRequest t)
#Description of the Method |
void |
TracingInterceptor.acknowledge(ConnectionToken dc,
AcknowledgementRequest item)
#Description of the Method |
SpyMessage[] |
TracingInterceptor.browse(ConnectionToken dc,
javax.jms.Destination dest,
String selector)
#Description of the Method |
SpyMessage |
TracingInterceptor.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 |
TracingInterceptor.unsubscribe(ConnectionToken dc,
int subscriptionId)
#Description of the Method |
void |
TracingInterceptor.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
void |
TracingInterceptor.subscribe(ConnectionToken dc,
Subscription s)
|
void |
TracingInterceptor.ping(ConnectionToken dc,
long clientTime)
#Description of the Method |
Subscription |
TracingInterceptor.getSubscription(ConnectionToken dc,
int subscriberId)
|
void |
NonPersistentInterceptor.addMessage(ConnectionToken dc,
SpyMessage message)
|
void |
NonPersistentInterceptor.transact(ConnectionToken dc,
TransactionRequest t)
|
javax.jms.TemporaryTopic |
JMSServerInvoker.getTemporaryTopic(ConnectionToken dc)
Gets the TemporaryTopic attribute of the ServerIL object |
javax.jms.TemporaryQueue |
JMSServerInvoker.getTemporaryQueue(ConnectionToken dc)
Gets the TemporaryQueue attribute of the ServerIL object |
void |
JMSServerInvoker.connectionClosing(ConnectionToken dc)
#Description of the Method |
void |
JMSServerInvoker.addMessage(ConnectionToken dc,
SpyMessage message)
Add the message to the destination. |
javax.jms.Queue |
JMSServerInvoker.createQueue(ConnectionToken dc,
String dest)
#Description of the Method |
javax.jms.Topic |
JMSServerInvoker.createTopic(ConnectionToken dc,
String dest)
#Description of the Method |
void |
JMSServerInvoker.deleteTemporaryDestination(ConnectionToken dc,
SpyDestination dest)
#Description of the Method |
void |
JMSServerInvoker.transact(ConnectionToken dc,
TransactionRequest t)
#Description of the Method |
void |
JMSServerInvoker.acknowledge(ConnectionToken dc,
AcknowledgementRequest item)
#Description of the Method |
SpyMessage[] |
JMSServerInvoker.browse(ConnectionToken dc,
javax.jms.Destination dest,
String selector)
#Description of the Method |
SpyMessage |
JMSServerInvoker.receive(ConnectionToken dc,
int subscriberId,
long wait)
#Description of the Method |
void |
JMSServerInvoker.setEnabled(ConnectionToken dc,
boolean enabled)
Sets the Enabled attribute of the ServerIL object |
void |
JMSServerInvoker.unsubscribe(ConnectionToken dc,
int subscriptionId)
#Description of the Method |
void |
JMSServerInvoker.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
void |
JMSServerInvoker.subscribe(ConnectionToken dc,
Subscription s)
|
void |
JMSServerInvoker.ping(ConnectionToken dc,
long clientTime)
#Description of the Method |
Subscription |
JMSServerInvoker.getSubscription(ConnectionToken dc,
int subscriberId)
|
javax.jms.TemporaryTopic |
JMSServerInterceptorSupport.getTemporaryTopic(ConnectionToken dc)
Gets the TemporaryTopic attribute of the ServerIL object |
javax.jms.TemporaryQueue |
JMSServerInterceptorSupport.getTemporaryQueue(ConnectionToken dc)
Gets the TemporaryQueue attribute of the ServerIL object |
void |
JMSServerInterceptorSupport.connectionClosing(ConnectionToken dc)
#Description of the Method |
void |
JMSServerInterceptorSupport.addMessage(ConnectionToken dc,
SpyMessage message)
Add the message to the destination. |
javax.jms.Queue |
JMSServerInterceptorSupport.createQueue(ConnectionToken dc,
String dest)
#Description of the Method |
javax.jms.Topic |
JMSServerInterceptorSupport.createTopic(ConnectionToken dc,
String dest)
#Description of the Method |
void |
JMSServerInterceptorSupport.deleteTemporaryDestination(ConnectionToken dc,
SpyDestination dest)
#Description of the Method |
void |
JMSServerInterceptorSupport.transact(ConnectionToken dc,
TransactionRequest t)
#Description of the Method |
void |
JMSServerInterceptorSupport.acknowledge(ConnectionToken dc,
AcknowledgementRequest item)
#Description of the Method |
SpyMessage[] |
JMSServerInterceptorSupport.browse(ConnectionToken dc,
javax.jms.Destination dest,
String selector)
#Description of the Method |
SpyMessage |
JMSServerInterceptorSupport.receive(ConnectionToken dc,
int subscriberId,
long wait)
#Description of the Method |
void |
JMSServerInterceptorSupport.setEnabled(ConnectionToken dc,
boolean enabled)
Sets the Enabled attribute of the ServerIL object |
void |
JMSServerInterceptorSupport.unsubscribe(ConnectionToken dc,
int subscriptionId)
#Description of the Method |
void |
JMSServerInterceptorSupport.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
void |
JMSServerInterceptorSupport.subscribe(ConnectionToken dc,
Subscription s)
|
void |
JMSServerInterceptorSupport.ping(ConnectionToken dc,
long clientTime)
#Description of the Method |
Subscription |
JMSServerInterceptorSupport.getSubscription(ConnectionToken dc,
int subscriberId)
|
javax.jms.TemporaryTopic |
JMSServerInterceptor.getTemporaryTopic(ConnectionToken dc)
Get a temporary topic. |
javax.jms.TemporaryQueue |
JMSServerInterceptor.getTemporaryQueue(ConnectionToken dc)
Get a temporary queue |
void |
JMSServerInterceptor.connectionClosing(ConnectionToken dc)
Close connection. |
void |
JMSServerInterceptor.addMessage(ConnectionToken dc,
SpyMessage message)
Add the message to the destination. |
javax.jms.Queue |
JMSServerInterceptor.createQueue(ConnectionToken dc,
String dest)
Create a queue. |
javax.jms.Topic |
JMSServerInterceptor.createTopic(ConnectionToken dc,
String dest)
Create a topic. |
void |
JMSServerInterceptor.deleteTemporaryDestination(ConnectionToken dc,
SpyDestination dest)
#Description of the Method |
void |
JMSServerInterceptor.transact(ConnectionToken dc,
TransactionRequest t)
#Description of the Method |
void |
JMSServerInterceptor.acknowledge(ConnectionToken dc,
AcknowledgementRequest item)
#Description of the Method |
SpyMessage[] |
JMSServerInterceptor.browse(ConnectionToken dc,
javax.jms.Destination dest,
String selector)
#Description of the Method |
SpyMessage |
JMSServerInterceptor.receive(ConnectionToken dc,
int subscriberId,
long wait)
#Description of the Method |
void |
JMSServerInterceptor.setEnabled(ConnectionToken dc,
boolean enabled)
Sets the Enabled attribute of the ServerIL object |
void |
JMSServerInterceptor.unsubscribe(ConnectionToken dc,
int subscriptionId)
Close the server side message consumer. |
void |
JMSServerInterceptor.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
Unsubscribe from the durable subscription. |
void |
JMSServerInterceptor.subscribe(ConnectionToken dc,
Subscription s)
|
void |
JMSServerInterceptor.ping(ConnectionToken dc,
long clientTime)
Ping the server. |
Subscription |
JMSServerInterceptor.getSubscription(ConnectionToken dc,
int subscriberId)
Get the subscription that match the id. |
void |
JMSDestinationManager.setEnabled(ConnectionToken dc,
boolean enabled)
Sets the Enabled attribute of the JMSServer object |
javax.jms.TemporaryTopic |
JMSDestinationManager.getTemporaryTopic(ConnectionToken dc)
Gets the TemporaryTopic attribute of the JMSServer object |
javax.jms.TemporaryQueue |
JMSDestinationManager.getTemporaryQueue(ConnectionToken dc)
Gets the TemporaryQueue attribute of the JMSServer object |
ClientConsumer |
JMSDestinationManager.getClientConsumer(ConnectionToken dc)
Gets the ClientConsumer attribute of the JMSServer object |
void |
JMSDestinationManager.addMessage(ConnectionToken dc,
SpyMessage val)
Adds a feature to the Message attribute of the JMSServer object |
void |
JMSDestinationManager.addMessage(ConnectionToken dc,
SpyMessage val,
Tx txId)
Adds a feature to the Message attribute of the JMSServer object |
void |
JMSDestinationManager.transact(ConnectionToken dc,
TransactionRequest t)
The following function performs a Unit Of Work. |
void |
JMSDestinationManager.acknowledge(ConnectionToken dc,
AcknowledgementRequest item)
#Description of the Method |
void |
JMSDestinationManager.acknowledge(ConnectionToken dc,
AcknowledgementRequest item,
Tx txId)
#Description of the Method |
void |
JMSDestinationManager.connectionClosing(ConnectionToken dc)
#Description of the Method |
void |
JMSDestinationManager.connectionFailure(ConnectionToken dc)
#Description of the Method |
void |
JMSDestinationManager.subscribe(ConnectionToken dc,
Subscription sub)
#Description of the Method |
void |
JMSDestinationManager.unsubscribe(ConnectionToken dc,
int subscriptionId)
#Description of the Method |
void |
JMSDestinationManager.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
SpyMessage[] |
JMSDestinationManager.browse(ConnectionToken dc,
javax.jms.Destination dest,
String selector)
#Description of the Method |
SpyMessage |
JMSDestinationManager.receive(ConnectionToken dc,
int subscriberId,
long wait)
#Description of the Method |
javax.jms.Queue |
JMSDestinationManager.createQueue(ConnectionToken dc,
String name)
#Description of the Method |
javax.jms.Topic |
JMSDestinationManager.createTopic(ConnectionToken dc,
String name)
#Description of the Method |
void |
JMSDestinationManager.deleteTemporaryDestination(ConnectionToken dc,
SpyDestination dest)
#Description of the Method |
protected void |
JMSDestinationManager.deleteTemporaryDestination(ConnectionToken dc,
JMSDestination destination)
|
void |
JMSDestinationManager.ping(ConnectionToken dc,
long clientTime)
#Description of the Method |
Subscription |
JMSDestinationManager.getSubscription(ConnectionToken dc,
int subscriberId)
|
org.jboss.mq.server.ClientMonitorInterceptor.ClientStats |
ClientMonitorInterceptor.getClientStats(ConnectionToken dc)
|
javax.jms.TemporaryTopic |
ClientMonitorInterceptor.getTemporaryTopic(ConnectionToken dc)
|
javax.jms.TemporaryQueue |
ClientMonitorInterceptor.getTemporaryQueue(ConnectionToken dc)
Gets the TemporaryQueue attribute of the ServerIL object |
void |
ClientMonitorInterceptor.connectionClosing(ConnectionToken dc)
#Description of the Method |
void |
ClientMonitorInterceptor.addMessage(ConnectionToken dc,
SpyMessage message)
Add the message to the destination. |
javax.jms.Queue |
ClientMonitorInterceptor.createQueue(ConnectionToken dc,
String dest)
#Description of the Method |
javax.jms.Topic |
ClientMonitorInterceptor.createTopic(ConnectionToken dc,
String dest)
#Description of the Method |
void |
ClientMonitorInterceptor.deleteTemporaryDestination(ConnectionToken dc,
SpyDestination dest)
#Description of the Method |
void |
ClientMonitorInterceptor.transact(ConnectionToken dc,
TransactionRequest t)
#Description of the Method |
void |
ClientMonitorInterceptor.acknowledge(ConnectionToken dc,
AcknowledgementRequest item)
#Description of the Method |
SpyMessage[] |
ClientMonitorInterceptor.browse(ConnectionToken dc,
javax.jms.Destination dest,
String selector)
#Description of the Method |
SpyMessage |
ClientMonitorInterceptor.receive(ConnectionToken dc,
int subscriberId,
long wait)
#Description of the Method |
void |
ClientMonitorInterceptor.setEnabled(ConnectionToken dc,
boolean enabled)
Sets the Enabled attribute of the ServerIL object |
void |
ClientMonitorInterceptor.unsubscribe(ConnectionToken dc,
int subscriptionId)
#Description of the Method |
void |
ClientMonitorInterceptor.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
void |
ClientMonitorInterceptor.subscribe(ConnectionToken dc,
Subscription s)
|
void |
ClientMonitorInterceptor.ping(ConnectionToken dc,
long clientTime)
#Description of the Method |
Subscription |
ClientMonitorInterceptor.getSubscription(ConnectionToken dc,
int subscriberId)
|
Constructors in org.jboss.mq.server with parameters of type ConnectionToken | |
ClientConsumer(JMSDestinationManager server,
ConnectionToken connectionToken)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |