org.openorb.ots.xa
public class SessionManager extends LocalObject implements SessionManager, ConnectionEventListener, LogEnabled
Constructor Summary | |
---|---|
SessionManager(ORBInitInfo info)
Constructor |
Method Summary | |
---|---|
void | connectionClosed(ConnectionEvent event)
This operation is called by the application when it invokes the 'close' operation on
the connection. |
void | connectionErrorOccurred(ConnectionEvent event)
This operation is called when an error occured. |
void | enableLogging(Logger logger) |
void | freeConnections(Coordinator coordinator)
This operation is used to free connections. |
Connection | getConnection(String name, String password, String profile)
Return a new database connection for the user |
Logger | getLogger() |
void | updateConnection(XAConnection xa_connection, Coordinator coordinator)
This operation is used to update a connection coordinator |