| Package | Description |
|---|---|
| org.tentackle.persist.rmi |
Persistence layer remoting.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<RemoteDbSessionImpl> |
RemoteDbSessionImpl.getOpenSessions()
Returns a list of all open sessions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RemoteDbSessionCleanupThread.cleanupSession(RemoteDbSessionImpl session)
Cleans up a session.
|
protected boolean |
RemoteDbSessionCleanupThread.cleanupZombieSession(RemoteDbSessionImpl session)
Cleans up a zombie session.
|
| Constructor and Description |
|---|
RemoteResultSetCursorImpl(RemoteDbSessionImpl session,
Class<T> clazz)
Creates a remote cursor delegate.
|
| Constructor and Description |
|---|
RemoteDbSessionCleanupThread(long checkInterval,
Set<WeakReference<RemoteDbSessionImpl>> sessions,
int cleanupRetryMax)
Creates the cleanup thread.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.