|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The implementation of a connection
| Method Summary | |
SessionDelegate (src) |
createSession(boolean isXA,
boolean transacted,
int acknowledgeMode)
Create a session |
void |
deleteTempDestination(JBossTemporaryDestination (src) destination)
Delete the temporary destination |
java.lang.String |
getClientID()
Retrieve the client id |
java.util.Enumeration |
getJMSXPropertyNames()
Retrieve the extension property names |
void |
setClientID(java.lang.String id)
Set the client id |
void |
setExceptionListener(ExceptionListener (src) listener)
Set the exception listener |
void |
start()
Start the connection |
void |
stop()
Stop the connection |
| Methods inherited from interface org.jboss.jms.client.Lifecycle (src) |
close, closing |
| Method Detail |
public SessionDelegate (src) createSession(boolean isXA,
boolean transacted,
int acknowledgeMode)
throws JMSException (src)
transacted - whether the session is transacted
JMSException (src) - for any error
public java.util.Enumeration getJMSXPropertyNames()
throws JMSException (src)
JMSException (src) - for any error
public java.lang.String getClientID()
throws JMSException (src)
JMSException (src) - for any errorpublic void deleteTempDestination(JBossTemporaryDestination (src) destination)
JMSException (src) - for any error
public void setClientID(java.lang.String id)
throws JMSException (src)
id - the client id
JMSException (src) - for any error
public void setExceptionListener(ExceptionListener (src) listener)
throws JMSException (src)
JMSException (src) - for any error
public void start()
throws JMSException (src)
JMSException (src) - for any error
public void stop()
throws JMSException (src)
JMSException (src) - for any error
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||