com.sleepycat.je.rep.stream
Class Protocol.ShutdownResponse

java.lang.Object
  extended by com.sleepycat.je.rep.utilint.BinaryProtocol.Message
      extended by com.sleepycat.je.rep.stream.Protocol.ShutdownResponse
All Implemented Interfaces:
BinaryProtocol.WireFormatable
Enclosing class:
Protocol

public class Protocol.ShutdownResponse
extends BinaryProtocol.Message

Message in response to a shutdown request.


Constructor Summary
Protocol.ShutdownResponse()
           
Protocol.ShutdownResponse(ByteBuffer buffer)
           
 
Method Summary
 BinaryProtocol.MessageOp getOp()
           
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.Message
allocateInitializedBuffer, match, toString, wireFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Protocol.ShutdownResponse

public Protocol.ShutdownResponse()

Protocol.ShutdownResponse

public Protocol.ShutdownResponse(ByteBuffer buffer)
Method Detail

getOp

public BinaryProtocol.MessageOp getOp()
Specified by:
getOp in class BinaryProtocol.Message


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