com.sleepycat.je.rep.impl
Class TextProtocol.OK

java.lang.Object
  extended by com.sleepycat.je.rep.impl.TextProtocol.Message
      extended by com.sleepycat.je.rep.impl.TextProtocol.ResponseMessage
          extended by com.sleepycat.je.rep.impl.TextProtocol.OK
All Implemented Interfaces:
TextProtocol.WireFormatable
Direct Known Subclasses:
RepGroupProtocol.EnsureOK
Enclosing class:
TextProtocol

public class TextProtocol.OK
extends TextProtocol.ResponseMessage


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

Constructor Detail

TextProtocol.OK

public TextProtocol.OK()

TextProtocol.OK

public TextProtocol.OK(String line,
                       String[] tokens)
                throws TextProtocol.InvalidMessageException
Throws:
TextProtocol.InvalidMessageException
Method Detail

getOp

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

getMessagePrefix

protected String getMessagePrefix()
Overrides:
getMessagePrefix in class TextProtocol.Message

wireFormat

public String wireFormat()


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