|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.client.p2p.P2PConnectionDelegate
The p2p connection
Constructor Summary | |
P2PConnectionDelegate(java.lang.String username,
java.lang.String password)
|
Method Summary | |
void |
channelClosed(Channel arg0)
|
void |
channelConnected(Channel arg0)
|
void |
channelDisconnected(Channel arg0)
|
void |
channelReconnected(Address arg0)
|
void |
channelShunned()
|
void |
close()
Close the delegate |
void |
closing()
Notify about to close |
SessionDelegate (src) |
createSession(boolean isXA,
boolean transacted,
int acknowledgeMode)
Create a session |
void |
deleteTempDestination(JBossTemporaryDestination (src) destination)
Delete the temporary destination |
void |
finalize()
|
java.lang.String |
getClientID()
Retrieve the client id |
java.util.Enumeration |
getJMSXPropertyNames()
Retrieve the extension property names |
byte[] |
getState()
|
void |
receive(Message message)
|
void |
setClientID(java.lang.String id)
Set the client id |
void |
setExceptionListener(ExceptionListener (src) listener)
Set the exception listener |
void |
setState(byte[] arg0)
|
void |
start()
Start the connection |
void |
stop()
Stop the connection |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public P2PConnectionDelegate(java.lang.String username, java.lang.String password) throws JMSException (src)
Method Detail |
public void close() throws JMSException (src)
Lifecycle (src)
close
in interface Lifecycle (src)
JMSException (src)
- for any errorpublic void closing() throws JMSException (src)
Lifecycle (src)
closing
in interface Lifecycle (src)
JMSException (src)
- for any errorpublic SessionDelegate (src) createSession(boolean isXA, boolean transacted, int acknowledgeMode) throws JMSException (src)
ConnectionDelegate (src)
createSession
in interface ConnectionDelegate (src)
transacted
- whether the session is transacted
JMSException (src)
- for any errorpublic java.lang.String getClientID() throws JMSException (src)
ConnectionDelegate (src)
getClientID
in interface ConnectionDelegate (src)
JMSException (src)
- for any errorpublic java.util.Enumeration getJMSXPropertyNames() throws JMSException (src)
ConnectionDelegate (src)
getJMSXPropertyNames
in interface ConnectionDelegate (src)
JMSException (src)
- for any errorpublic void deleteTempDestination(JBossTemporaryDestination (src) destination)
ConnectionDelegate (src)
deleteTempDestination
in interface ConnectionDelegate (src)
public void setClientID(java.lang.String id) throws JMSException (src)
ConnectionDelegate (src)
setClientID
in interface ConnectionDelegate (src)
id
- the client id
JMSException (src)
- for any errorpublic void setExceptionListener(ExceptionListener (src) listener) throws JMSException (src)
ConnectionDelegate (src)
setExceptionListener
in interface ConnectionDelegate (src)
JMSException (src)
- for any errorpublic void start() throws JMSException (src)
ConnectionDelegate (src)
start
in interface ConnectionDelegate (src)
JMSException (src)
- for any errorpublic void stop() throws JMSException (src)
ConnectionDelegate (src)
stop
in interface ConnectionDelegate (src)
JMSException (src)
- for any errorpublic void channelClosed(Channel arg0)
public void channelConnected(Channel arg0)
public void channelDisconnected(Channel arg0)
public void channelReconnected(Address arg0)
public void channelShunned()
public byte[] getState()
public void receive(Message message)
public void setState(byte[] arg0)
public void finalize() throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |