|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.thl.log.LogConnectionManager
public class LogConnectionManager
Encapsulates management of connections and their log cursors. Log cursors are a position in a particular log file and can only move in a forward direction. If clients move backward in the log we need to allocated a new cursor.
| Constructor Summary | |
|---|---|
LogConnectionManager()
Create a new log cursor manager. |
|
| Method Summary | |
|---|---|
void |
release(LogConnection connection)
Releases an existing connection. |
void |
releaseAll()
Releases all connections. |
void |
store(LogConnection connection)
Stores a new connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogConnectionManager()
| Method Detail |
|---|
public void store(LogConnection connection)
throws ReplicatorException
ReplicatorExceptionpublic void release(LogConnection connection)
public void releaseAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||