|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.client.delegate.DelegateSupport
org.jboss.jms.client.delegate.ClientSessionDelegate
The client-side Session delegate class.
Field Summary |
Fields inherited from class org.jboss.jms.client.delegate.DelegateSupport |
id, state |
Constructor Summary | |
ClientSessionDelegate()
|
|
ClientSessionDelegate(int objectID)
|
Method Summary | |
void |
acknowledge(AckInfo ackInfo)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
acknowledgeAll()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
acknowledgeBatch(java.util.List ackInfos)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
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. |
void |
addTemporaryDestination(JBossDestination destination)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
cancelDeliveries(java.util.List ackInfos)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
close()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
closing()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
commit()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
BrowserDelegate |
createBrowserDelegate(JBossDestination queue,
java.lang.String messageSelector)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
BytesMessageProxy |
createBytesMessage()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
ConsumerDelegate |
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. |
MapMessageProxy |
createMapMessage()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
MessageProxy |
createMessage()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
ObjectMessageProxy |
createObjectMessage()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
ObjectMessageProxy |
createObjectMessage(java.io.Serializable object)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
ProducerDelegate |
createProducerDelegate(JBossDestination destination)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
JBossQueue |
createQueue(java.lang.String queueName)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
StreamMessageProxy |
createStreamMessage()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
TextMessageProxy |
createTextMessage()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
TextMessageProxy |
createTextMessage(java.lang.String text)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
JBossTopic |
createTopic(java.lang.String topicName)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
deleteTemporaryDestination(JBossDestination destination)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
int |
getAcknowledgeMode()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
protected Client |
getClient()
|
MessageListener |
getMessageListener()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
boolean |
getTransacted()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
javax.transaction.xa.XAResource |
getXAResource()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
boolean |
isClosed()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
postDeliver(boolean cancel)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
preDeliver(MessageProxy proxy,
int consumerID)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
recover()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
redeliver()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
redeliver(java.util.List ackInfos)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
rollback()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
run()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
send(JBossMessage m)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
setMessageListener(MessageListener listener)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
java.lang.String |
toString()
|
void |
unsubscribe(java.lang.String subscriptionName)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
Methods inherited from class org.jboss.jms.client.delegate.DelegateSupport |
getID, getMetaData, getName, getState, init, invoke, setState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ClientSessionDelegate(int objectID)
public ClientSessionDelegate()
Method Detail |
public void close() throws JMSException
close
in interface Closeable
JMSException
public void closing() throws JMSException
closing
in interface Closeable
JMSException
public boolean isClosed()
isClosed
in interface Closeable
public void acknowledge(AckInfo ackInfo) throws JMSException
acknowledge
in interface SessionEndpoint
ackInfo
-
JMSException
public void acknowledgeBatch(java.util.List ackInfos) throws JMSException
acknowledgeBatch
in interface SessionEndpoint
ackInfos
-
JMSException
public void acknowledgeAll() throws JMSException
acknowledgeAll
in interface SessionDelegate
JMSException
public void addTemporaryDestination(JBossDestination destination) throws JMSException
addTemporaryDestination
in interface SessionEndpoint
JMSException
public void redeliver() throws JMSException
JMSException
public void commit() throws JMSException
commit
in interface SessionDelegate
JMSException
public BrowserDelegate createBrowserDelegate(JBossDestination queue, java.lang.String messageSelector) throws JMSException
createBrowserDelegate
in interface SessionEndpoint
JMSException
public BytesMessageProxy createBytesMessage() throws JMSException
createBytesMessage
in interface SessionDelegate
JMSException
public ConsumerDelegate createConsumerDelegate(JBossDestination destination, java.lang.String selector, boolean noLocal, java.lang.String subscriptionName, boolean connectionConsumer) throws JMSException
createConsumerDelegate
in interface SessionEndpoint
JMSException
public MapMessageProxy createMapMessage() throws JMSException
createMapMessage
in interface SessionDelegate
JMSException
public MessageProxy createMessage() throws JMSException
createMessage
in interface SessionDelegate
JMSException
public ObjectMessageProxy createObjectMessage() throws JMSException
createObjectMessage
in interface SessionDelegate
JMSException
public ObjectMessageProxy createObjectMessage(java.io.Serializable object) throws JMSException
createObjectMessage
in interface SessionDelegate
JMSException
public ProducerDelegate createProducerDelegate(JBossDestination destination) throws JMSException
createProducerDelegate
in interface SessionDelegate
JMSException
public JBossQueue createQueue(java.lang.String queueName) throws JMSException
createQueue
in interface SessionEndpoint
JMSException
public StreamMessageProxy createStreamMessage() throws JMSException
createStreamMessage
in interface SessionDelegate
JMSException
public TextMessageProxy createTextMessage() throws JMSException
createTextMessage
in interface SessionDelegate
JMSException
public TextMessageProxy createTextMessage(java.lang.String text) throws JMSException
createTextMessage
in interface SessionDelegate
JMSException
public JBossTopic createTopic(java.lang.String topicName) throws JMSException
createTopic
in interface SessionEndpoint
JMSException
public void deleteTemporaryDestination(JBossDestination destination) throws JMSException
deleteTemporaryDestination
in interface SessionEndpoint
JMSException
public MessageListener getMessageListener() throws JMSException
getMessageListener
in interface SessionDelegate
JMSException
public void postDeliver(boolean cancel) throws JMSException
postDeliver
in interface SessionDelegate
JMSException
public void preDeliver(MessageProxy proxy, int consumerID) throws JMSException
preDeliver
in interface SessionDelegate
JMSException
public void recover() throws JMSException
recover
in interface SessionDelegate
JMSException
public void redeliver(java.util.List ackInfos) throws JMSException
redeliver
in interface SessionDelegate
JMSException
public void rollback() throws JMSException
rollback
in interface SessionDelegate
JMSException
public void run()
run
in interface SessionDelegate
public void setMessageListener(MessageListener listener) throws JMSException
setMessageListener
in interface SessionDelegate
JMSException
public void unsubscribe(java.lang.String subscriptionName) throws JMSException
unsubscribe
in interface SessionEndpoint
subscriptionName
- the Name of the durable subscription to unsubscribe from
JMSException
public javax.transaction.xa.XAResource getXAResource()
getXAResource
in interface SessionDelegate
public int getAcknowledgeMode()
getAcknowledgeMode
in interface SessionDelegate
public boolean getTransacted()
getTransacted
in interface SessionDelegate
public void addAsfMessage(MessageProxy m, int consumerID, ConsumerDelegate cons, int maxDeliveries)
addAsfMessage
in interface SessionDelegate
public void send(JBossMessage m)
send
in interface SessionEndpoint
m
- The message to sendpublic void cancelDeliveries(java.util.List ackInfos)
cancelDeliveries
in interface SessionEndpoint
ackInfos
- public java.lang.String toString()
protected Client getClient()
getClient
in class DelegateSupport
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |