|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Session
Ontobox session. A session is a long life cycle object. For example, the session can be created during initialization of a web application, and this session can be closed before the web application is terminated. Any ontobox session must be closed by calling the close method.
Method Summary | |
---|---|
void |
close()
Close the ontobox session. |
Box |
getBox()
|
BoxListenerManager |
getListenerManager()
|
Connection |
openConnection()
Open an autocommit connection for the ontobox session. |
Connection |
openTransaction()
Open a transaction connection for the ontobox session. |
Method Detail |
---|
Connection openConnection()
Connection.close()
Connection openTransaction()
Connection.close()
,
Connection.closeRollback()
BoxListenerManager getListenerManager()
Box getBox()
void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |