|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.engine.SessionWithState
public abstract class SessionWithState
The base class for both remote and embedded sessions.
Field Summary | |
---|---|
protected java.util.ArrayList<java.lang.String> |
sessionState
|
protected boolean |
sessionStateChanged
|
Constructor Summary | |
---|---|
SessionWithState()
|
Method Summary | |
---|---|
void |
readSessionState()
Read the session state if necessary. |
protected void |
recreateSessionState()
Re-create the session state using the stored sessionState list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.h2.engine.SessionInterface |
---|
afterWriting, cancel, close, getAutoCommit, getDataHandler, getPowerOffCount, getTrace, isClosed, isReconnectNeeded, prepareCommand, reconnect, setAutoCommit, setPowerOffCount |
Field Detail |
---|
protected java.util.ArrayList<java.lang.String> sessionState
protected boolean sessionStateChanged
Constructor Detail |
---|
public SessionWithState()
Method Detail |
---|
protected void recreateSessionState()
public void readSessionState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |