com.sleepycat.je.rep.util.ldiff
Class LDiffService.LDiffServiceRunnable

java.lang.Object
  extended by com.sleepycat.je.rep.util.ldiff.LDiffService.LDiffServiceRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
LDiffService

 class LDiffService.LDiffServiceRunnable
extends Object
implements Runnable


Field Summary
(package private)  SocketChannel channel
           
 
Constructor Summary
LDiffService.LDiffServiceRunnable(SocketChannel socketChannel)
           
 
Method Summary
 void run()
           
 void runEnvDiff(Protocol.EnvDiff request, Protocol protocol)
           
 void runLDiff(Protocol.DbBlocks request, Protocol protocol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channel

final SocketChannel channel
Constructor Detail

LDiffService.LDiffServiceRunnable

LDiffService.LDiffServiceRunnable(SocketChannel socketChannel)
Method Detail

runLDiff

public void runLDiff(Protocol.DbBlocks request,
                     Protocol protocol)
              throws IOException
Throws:
IOException

runEnvDiff

public void runEnvDiff(Protocol.EnvDiff request,
                       Protocol protocol)
                throws IOException
Throws:
IOException

run

public void run()
Specified by:
run in interface Runnable


Copyright (c) 2004-2010 Oracle. All rights reserved.