|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.blacktie.jatmibroker.jab.JABSession
public class JABSession
The JABSession holds a connection to the XATMI server.
JABSessionAttributes| Constructor Summary | |
|---|---|
JABSession(JABSessionAttributes attributes)
Create a new connection to the server-side using the state defined in the session attributes |
|
| Method Summary | |
|---|---|
void |
closeSession()
Close the connection with the server |
boolean |
isConnected()
Has the session been closed yet? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JABSession(JABSessionAttributes attributes)
throws JABException
attributes - The attributes to use
JABException - In case the connection cannot be established| Method Detail |
|---|
public void closeSession()
throws JABException
JABException - In case the connection cannot be closedpublic boolean isConnected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||