com.sleepycat.je.rep.impl
Class RepGroupProtocol.EnsureOK

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
              extended by com.sleepycat.je.rep.impl.RepGroupProtocol.EnsureOK
All Implemented Interfaces:
TextProtocol.WireFormatable
Enclosing class:
RepGroupProtocol

public class RepGroupProtocol.EnsureOK
extends TextProtocol.OK


Field Summary
 
Fields inherited from class com.sleepycat.je.rep.impl.TextProtocol.Message
messagePrefixNocheck, sendVersion
 
Constructor Summary
RepGroupProtocol.EnsureOK(NameIdPair nameIdPair)
           
RepGroupProtocol.EnsureOK(String line, String[] tokens)
           
 
Method Summary
 NameIdPair getNameIdPair()
           
 TextProtocol.MessageOp getOp()
           
 String wireFormat()
           
 
Methods inherited from class com.sleepycat.je.rep.impl.TextProtocol.OK
getMessagePrefix
 
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, getSendVersion, nextPayloadToken, setSendVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepGroupProtocol.EnsureOK

public RepGroupProtocol.EnsureOK(NameIdPair nameIdPair)

RepGroupProtocol.EnsureOK

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

getNameIdPair

public NameIdPair getNameIdPair()

getOp

public TextProtocol.MessageOp getOp()
Overrides:
getOp in class TextProtocol.OK

wireFormat

public String wireFormat()
Specified by:
wireFormat in interface TextProtocol.WireFormatable
Overrides:
wireFormat in class TextProtocol.OK


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