com.sleepycat.je.rep.impl
Class NodeStateService.NodeStateServiceRunnable

java.lang.Object
  extended by com.sleepycat.je.rep.utilint.ServiceDispatcher.ExecutingRunnable
      extended by com.sleepycat.je.rep.impl.NodeStateService.NodeStateServiceRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
NodeStateService

 class NodeStateService.NodeStateServiceRunnable
extends ServiceDispatcher.ExecutingRunnable


Field Summary
 
Fields inherited from class com.sleepycat.je.rep.utilint.ServiceDispatcher.ExecutingRunnable
channel, expectResponse, protocol
 
Constructor Summary
NodeStateService.NodeStateServiceRunnable(SocketChannel socketChannel, NodeStateProtocol protocol)
           
 
Method Summary
protected  TextProtocol.ResponseMessage getResponse(TextProtocol.RequestMessage request)
           
protected  void logMessage(String message)
           
 
Methods inherited from class com.sleepycat.je.rep.utilint.ServiceDispatcher.ExecutingRunnable
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeStateService.NodeStateServiceRunnable

NodeStateService.NodeStateServiceRunnable(SocketChannel socketChannel,
                                          NodeStateProtocol protocol)
Method Detail

getResponse

protected TextProtocol.ResponseMessage getResponse(TextProtocol.RequestMessage request)
                                            throws IOException
Specified by:
getResponse in class ServiceDispatcher.ExecutingRunnable
Throws:
IOException

logMessage

protected void logMessage(String message)
Specified by:
logMessage in class ServiceDispatcher.ExecutingRunnable


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