public class Session extends Object
| Modifier and Type | Field | Description |
|---|---|---|
long |
lastTouch |
|
protected static long |
MAXAGE |
| Constructor | Description |
|---|---|
Session(long sessionid) |
|
Session(long id,
User user,
List<Document> roles) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
addCursor(DBCursor cursor,
String statement) |
|
void |
disconnect() |
|
long |
execute(Container client,
String command) |
|
long |
execute(Database db,
String command) |
|
long |
execute(ICollection coll,
String command) |
|
DBCursor |
getCursor(long cursor) |
|
void |
isRemote(boolean remoteView) |
|
void |
removeCursor(long cursor) |
protected static final long MAXAGE
public long lastTouch
public DBCursor getCursor(long cursor)
public void removeCursor(long cursor)
public void disconnect()
public long execute(ICollection coll, String command)
public void isRemote(boolean remoteView)
Copyright © 2020. All rights reserved.