com.sleepycat.je.rep.util.ldiff
Class LDiffService
java.lang.Object
com.sleepycat.je.rep.utilint.ServiceDispatcher.ExecutingService
com.sleepycat.je.rep.util.ldiff.LDiffService
public class LDiffService
- extends ServiceDispatcher.ExecutingService
Implementation of the LDiff service that process requests from the LDiff
client. It's the network level interface to the remote processing done as
part of the ldiff implementation.
Note that the service only processes one request at a time, so as not to
overload the node.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
LDiffService
public LDiffService(ServiceDispatcher dispatcher,
RepImpl repImpl)
shutdown
public void shutdown()
isBusy
public boolean isBusy()
getRunnable
public Runnable getRunnable(SocketChannel socketChannel)
- Specified by:
getRunnable
in class ServiceDispatcher.ExecutingService
Copyright (c) 2004-2010 Oracle. All rights reserved.