Class ORemoteClientSession
java.lang.Object
com.orientechnologies.orient.client.remote.ORemoteClientSession
Created by tglman on 31/03/16.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConnection(OChannelBinary connection) voidclose()voidcloseAllSessions(ORemoteConnectionManager connectionManager, OContextConfiguration clientConfiguration) getOrCreateServerSession(String serverURL) getServerSession(String serverURL) booleanhasConnection(OChannelBinary connection) booleanisClosed()booleanvoidremoveServerSession(String serverURL) voidvoid
-
Field Details
-
commandExecuting
public boolean commandExecuting -
serverURLIndex
protected int serverURLIndex -
connectionUserName
-
connectionUserPassword
-
sessions
-
currentUrl
-
-
Constructor Details
-
ORemoteClientSession
public ORemoteClientSession(int sessionId)
-
-
Method Details
-
hasConnection
-
getServerSession
-
getOrCreateServerSession
-
addConnection
-
close
public void close() -
isClosed
public boolean isClosed() -
getSessionId
-
getServerUrl
-
removeServerSession
-
getAllServerSessions
-
stickToSession
public void stickToSession() -
unStickToSession
public void unStickToSession() -
isStickToSession
public boolean isStickToSession() -
closeAllSessions
public void closeAllSessions(ORemoteConnectionManager connectionManager, OContextConfiguration clientConfiguration) -
getDebugLastHost
-
getCurrentUrl
-