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

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.TransferOK
All Implemented Interfaces:
TextProtocol.WireFormatable
Enclosing class:
RepGroupProtocol

public class RepGroupProtocol.TransferOK
extends TextProtocol.OK


Field Summary
 
Fields inherited from class com.sleepycat.je.rep.impl.TextProtocol.Message
messagePrefixNocheck, sendVersion
 
Constructor Summary
RepGroupProtocol.TransferOK(String winner)
           
RepGroupProtocol.TransferOK(String line, String[] tokens)
           
 
Method Summary
 TextProtocol.MessageOp getOp()
           
 String getWinner()
           
 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.TransferOK

public RepGroupProtocol.TransferOK(String winner)

RepGroupProtocol.TransferOK

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

getWinner

public String getWinner()

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.