Uses of Class
com.continuent.tungsten.replicator.thl.log.LogCursor

Packages that use LogCursor
com.continuent.tungsten.replicator.thl.log   
 

Uses of LogCursor in com.continuent.tungsten.replicator.thl.log
 

Methods in com.continuent.tungsten.replicator.thl.log that return LogCursor
 LogCursor LogCursorManager.createAndGetLogCursor(LogConnection client, LogFile logFile, long lastSeqno)
          Sets the log file and last accessed sequence number for this thread.
 LogCursor LogCursorManager.getLogCursor(LogConnection client, long nextSeqno)
          Return a cursor to the log file belonging to this client.
 

Methods in com.continuent.tungsten.replicator.thl.log with parameters of type LogCursor
 void LogCursorManager.returnLogCursor(LogCursor logCursor)
          Returns a loaned log cursor.