|
|||||||||||
| 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.ClientConnectionDelegate
The client-side Connection delegate class.
| Field Summary |
| Fields inherited from class org.jboss.jms.client.delegate.DelegateSupport |
id, state |
| Constructor Summary | |
ClientConnectionDelegate()
|
|
ClientConnectionDelegate(int objectID)
|
|
| Method Summary | |
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. |
JBossConnectionConsumer |
createConnectionConsumer(Destination dest,
java.lang.String subscriptionName,
java.lang.String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
SessionDelegate |
createSessionDelegate(boolean transacted,
int acknowledgmentMode,
boolean isXA)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
protected Client |
getClient()
|
java.lang.String |
getClientID()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
ConnectionMetaData |
getConnectionMetaData()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
ExceptionListener |
getExceptionListener()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
javax.transaction.xa.Xid[] |
getPreparedTransactions()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
JMSRemotingConnection |
getRemotingConnection()
|
boolean |
isClosed()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
sendTransaction(TransactionRequest request)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
setClientID(java.lang.String id)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
setExceptionListener(ExceptionListener listener)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
setRemotingConnection(JMSRemotingConnection conn)
|
void |
start()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
stop()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
java.lang.String |
toString()
|
| 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 ClientConnectionDelegate(int objectID)
public ClientConnectionDelegate()
| 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 JBossConnectionConsumer createConnectionConsumer(Destination dest,
java.lang.String subscriptionName,
java.lang.String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
throws JMSException
createConnectionConsumer in interface ConnectionDelegateJMSException
public SessionDelegate createSessionDelegate(boolean transacted,
int acknowledgmentMode,
boolean isXA)
throws JMSException
createSessionDelegate in interface ConnectionEndpointJMSException
public java.lang.String getClientID()
throws JMSException
getClientID in interface ConnectionEndpointJMSException
public ConnectionMetaData getConnectionMetaData()
throws JMSException
getConnectionMetaData in interface ConnectionDelegateJMSException
public ExceptionListener getExceptionListener()
throws JMSException
getExceptionListener in interface ConnectionDelegateJMSException
public void sendTransaction(TransactionRequest request)
throws JMSException
sendTransaction in interface ConnectionEndpointJMSException
public void setClientID(java.lang.String id)
throws JMSException
setClientID in interface ConnectionEndpointJMSException
public void setExceptionListener(ExceptionListener listener)
throws JMSException
setExceptionListener in interface ConnectionDelegateJMSException
public void start()
throws JMSException
start in interface ConnectionEndpointJMSException
public void stop()
throws JMSException
stop in interface ConnectionEndpointJMSExceptionpublic javax.transaction.xa.Xid[] getPreparedTransactions()
getPreparedTransactions in interface ConnectionEndpointpublic java.lang.String toString()
public void setRemotingConnection(JMSRemotingConnection conn)
public JMSRemotingConnection getRemotingConnection()
protected Client getClient()
getClient in class DelegateSupport
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||