
public class OStorageRemoteSession extends Object implements ODatabaseSessionMetadata
| Modifier and Type | Field and Description |
|---|---|
boolean |
commandExecuting |
Set<OChannelBinary> |
connections |
String |
connectionUserName |
String |
connectionUserPassword |
int |
serverURLIndex |
Map<String,OStorageRemoteNodeSession> |
sessions |
Integer |
uniqueClientSessionId |
| Constructor and Description |
|---|
OStorageRemoteSession(int sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(OChannelBinary connection) |
void |
clear() |
void |
close() |
OStorageRemoteNodeSession |
get(String serverURL) |
Collection<OStorageRemoteNodeSession> |
getAll() |
OStorageRemoteNodeSession |
getOrCreate(String serverURL) |
String |
getServerUrl() |
Integer |
getSessionId() |
boolean |
has(OChannelBinary connection) |
void |
remove(String serverURL) |
public boolean commandExecuting
public int serverURLIndex
public Set<OChannelBinary> connections
public String connectionUserName
public String connectionUserPassword
public Map<String,OStorageRemoteNodeSession> sessions
public final Integer uniqueClientSessionId
public boolean has(OChannelBinary connection)
public OStorageRemoteNodeSession get(String serverURL)
public OStorageRemoteNodeSession getOrCreate(String serverURL)
public void add(OChannelBinary connection)
public void clear()
public void close()
public Integer getSessionId()
public String getServerUrl()
public void remove(String serverURL)
public Collection<OStorageRemoteNodeSession> getAll()
Copyright © 2009–2016 Orient Technologies. All rights reserved.