public class LDiffService extends ServiceDispatcher.ExecutingService
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
LDiffService.LDiffServiceRunnable |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
LDiffService(ServiceDispatcher dispatcher,
RepImpl repImpl) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Runnable |
getRunnable(java.nio.channels.SocketChannel socketChannel) |
boolean |
isBusy()
Used to limit a particular type of service to avoid excess load.
|
void |
shutdown() |
cancelpublic static final java.lang.String NAME
public LDiffService(ServiceDispatcher dispatcher, RepImpl repImpl)
public void shutdown()
public boolean isBusy()
public java.lang.Runnable getRunnable(java.nio.channels.SocketChannel socketChannel)
getRunnable in class ServiceDispatcher.ExecutingServiceCopyright (c) 2004-2012 Oracle. All rights reserved.