|
|||||||||||
| 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 CloseableJMSException
public void closing()
throws JMSException
closing in interface CloseableJMSExceptionpublic boolean isClosed()
isClosed in interface Closeable
public void acknowledge(AckInfo ackInfo)
throws JMSException
acknowledge in interface SessionEndpointackInfo -
JMSException
public void acknowledgeBatch(java.util.List ackInfos)
throws JMSException
acknowledgeBatch in interface SessionEndpointackInfos -
JMSException
public void acknowledgeAll()
throws JMSException
acknowledgeAll in interface SessionDelegateJMSException
public void addTemporaryDestination(JBossDestination destination)
throws JMSException
addTemporaryDestination in interface SessionEndpointJMSException
public void redeliver()
throws JMSException
JMSException
public void commit()
throws JMSException
commit in interface SessionDelegateJMSException
public BrowserDelegate createBrowserDelegate(JBossDestination queue,
java.lang.String messageSelector)
throws JMSException
createBrowserDelegate in interface SessionEndpointJMSException
public BytesMessageProxy createBytesMessage()
throws JMSException
createBytesMessage in interface SessionDelegateJMSException
public ConsumerDelegate createConsumerDelegate(JBossDestination destination,
java.lang.String selector,
boolean noLocal,
java.lang.String subscriptionName,
boolean connectionConsumer)
throws JMSException
createConsumerDelegate in interface SessionEndpointJMSException
public MapMessageProxy createMapMessage()
throws JMSException
createMapMessage in interface SessionDelegateJMSException
public MessageProxy createMessage()
throws JMSException
createMessage in interface SessionDelegateJMSException
public ObjectMessageProxy createObjectMessage()
throws JMSException
createObjectMessage in interface SessionDelegateJMSException
public ObjectMessageProxy createObjectMessage(java.io.Serializable object)
throws JMSException
createObjectMessage in interface SessionDelegateJMSException
public ProducerDelegate createProducerDelegate(JBossDestination destination)
throws JMSException
createProducerDelegate in interface SessionDelegateJMSException
public JBossQueue createQueue(java.lang.String queueName)
throws JMSException
createQueue in interface SessionEndpointJMSException
public StreamMessageProxy createStreamMessage()
throws JMSException
createStreamMessage in interface SessionDelegateJMSException
public TextMessageProxy createTextMessage()
throws JMSException
createTextMessage in interface SessionDelegateJMSException
public TextMessageProxy createTextMessage(java.lang.String text)
throws JMSException
createTextMessage in interface SessionDelegateJMSException
public JBossTopic createTopic(java.lang.String topicName)
throws JMSException
createTopic in interface SessionEndpointJMSException
public void deleteTemporaryDestination(JBossDestination destination)
throws JMSException
deleteTemporaryDestination in interface SessionEndpointJMSException
public MessageListener getMessageListener()
throws JMSException
getMessageListener in interface SessionDelegateJMSException
public void postDeliver(boolean cancel)
throws JMSException
postDeliver in interface SessionDelegateJMSException
public void preDeliver(MessageProxy proxy,
int consumerID)
throws JMSException
preDeliver in interface SessionDelegateJMSException
public void recover()
throws JMSException
recover in interface SessionDelegateJMSException
public void redeliver(java.util.List ackInfos)
throws JMSException
redeliver in interface SessionDelegateJMSException
public void rollback()
throws JMSException
rollback in interface SessionDelegateJMSExceptionpublic void run()
run in interface SessionDelegate
public void setMessageListener(MessageListener listener)
throws JMSException
setMessageListener in interface SessionDelegateJMSException
public void unsubscribe(java.lang.String subscriptionName)
throws JMSException
unsubscribe in interface SessionEndpointsubscriptionName - the Name of the durable subscription to unsubscribe from
JMSExceptionpublic javax.transaction.xa.XAResource getXAResource()
getXAResource in interface SessionDelegatepublic int getAcknowledgeMode()
getAcknowledgeMode in interface SessionDelegatepublic boolean getTransacted()
getTransacted in interface SessionDelegate
public void addAsfMessage(MessageProxy m,
int consumerID,
ConsumerDelegate cons,
int maxDeliveries)
addAsfMessage in interface SessionDelegatepublic void send(JBossMessage m)
send in interface SessionEndpointm - The message to sendpublic void cancelDeliveries(java.util.List ackInfos)
cancelDeliveries in interface SessionEndpointackInfos - 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 | ||||||||||