|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jms4spread.Connection
Clients active connection to JMS4spread
Method Summary | |
void |
close()
closes this connection to JMS4spread |
java.lang.String |
getClientID()
Gets the clientID. |
ExceptionListener |
getExceptionListener()
Gets the ExceptionListener for this Connection |
ConnectionMetaData |
getMetaData()
Gets the Meta Data for this connection |
void |
setClientID(java.lang.String id)
Sets the clientID. |
void |
setExceptionListener(ExceptionListener e)
|
void |
start()
Starts the connection. |
void |
stop()
Stops the connection. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void close() throws JMSException
JMSException
- in case of internal errorpublic java.lang.String getClientID() throws JMSException
JMSException
- in case of internal errorpublic void setClientID(java.lang.String id) throws JMSException
id
- the ClientIDJMSException
- in case of internal errorpublic ExceptionListener getExceptionListener()
public ConnectionMetaData getMetaData()
public void setExceptionListener(ExceptionListener e)
public void start()
public void stop()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |