|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConsumerDelegate in org.jboss.jms.client |
Fields in org.jboss.jms.client declared as ConsumerDelegate | |
protected ConsumerDelegate |
JBossConnectionConsumer.cons
|
Uses of ConsumerDelegate in org.jboss.jms.client.delegate |
Classes in org.jboss.jms.client.delegate that implement ConsumerDelegate | |
class |
ClientConsumerDelegate
The client-side Consumer delegate class. |
Methods in org.jboss.jms.client.delegate that return ConsumerDelegate | |
ConsumerDelegate |
ClientSessionDelegate.createConsumerDelegate(JBossDestination destination,
java.lang.String selector,
boolean noLocal,
java.lang.String subscriptionName,
boolean connectionConsumer)
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 ConsumerDelegate | |
void |
ClientSessionDelegate.addAsfMessage(MessageProxy m,
int consumerID,
ConsumerDelegate cons,
int maxDeliveries)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
Uses of ConsumerDelegate in org.jboss.jms.client.remoting |
Constructors in org.jboss.jms.client.remoting with parameters of type ConsumerDelegate | |
MessageCallbackHandler(boolean isCC,
int ackMode,
SessionDelegate sess,
ConsumerDelegate cons,
int consumerID,
int bufferSize,
QueuedExecutor sessionExecutor,
int maxDeliveries)
|
Uses of ConsumerDelegate in org.jboss.jms.client.state |
Constructors in org.jboss.jms.client.state with parameters of type ConsumerDelegate | |
ConsumerState(SessionState parent,
ConsumerDelegate delegate,
Destination dest,
java.lang.String selector,
boolean noLocal,
int consumerID,
boolean isCC,
int prefetchSize,
int maxDeliveries)
|
Uses of ConsumerDelegate in org.jboss.jms.delegate |
Methods in org.jboss.jms.delegate with parameters of type ConsumerDelegate | |
void |
SessionDelegate.addAsfMessage(MessageProxy m,
int consumerID,
ConsumerDelegate cons,
int maxDeliveries)
|
Uses of ConsumerDelegate in org.jboss.jms.server.endpoint |
Methods in org.jboss.jms.server.endpoint that return ConsumerDelegate | |
ConsumerDelegate |
ServerSessionEndpoint.createConsumerDelegate(JBossDestination jmsDestination,
java.lang.String selector,
boolean noLocal,
java.lang.String subscriptionName,
boolean isCC)
|
ConsumerDelegate |
SessionEndpoint.createConsumerDelegate(JBossDestination destination,
java.lang.String selector,
boolean noLocal,
java.lang.String subscriptionName,
boolean connectionConsumer)
|
Uses of ConsumerDelegate in org.jboss.jms.server.endpoint.advised |
Methods in org.jboss.jms.server.endpoint.advised that return ConsumerDelegate | |
ConsumerDelegate |
SessionAdvised.createConsumerDelegate(JBossDestination destination,
java.lang.String selector,
boolean noLocal,
java.lang.String subscriptionName,
boolean connectionConsumer)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |