com.sleepycat.je.rep.elections
Class Protocol.Shutdown

java.lang.Object
  extended by com.sleepycat.je.rep.impl.TextProtocol.Message
      extended by com.sleepycat.je.rep.impl.TextProtocol.RequestMessage
          extended by com.sleepycat.je.rep.elections.Protocol.Shutdown
All Implemented Interfaces:
TextProtocol.WireFormatable
Enclosing class:
Protocol

public class Protocol.Shutdown
extends TextProtocol.RequestMessage


Constructor Summary
Protocol.Shutdown()
           
Protocol.Shutdown(String responseLine, String[] tokens)
           
 
Method Summary
 TextProtocol.MessageOp getOp()
           
 String wireFormat()
           
 
Methods inherited from class com.sleepycat.je.rep.impl.TextProtocol.RequestMessage
equals, hashCode, wireFormatPrefix
 
Methods inherited from class com.sleepycat.je.rep.impl.TextProtocol.Message
getCurrentTokenPosition, getMessagePrefix, getProtocol, getSenderId, nextPayloadToken
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Protocol.Shutdown

public Protocol.Shutdown()

Protocol.Shutdown

public Protocol.Shutdown(String responseLine,
                         String[] tokens)
                  throws TextProtocol.InvalidMessageException
Throws:
TextProtocol.InvalidMessageException
Method Detail

getOp

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

wireFormat

public String wireFormat()


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