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

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

public class RepGroupProtocol.EnsureNode
extends TextProtocol.RequestMessage


Field Summary
(package private)  RepNodeImpl node
           
 
Constructor Summary
RepGroupProtocol.EnsureNode(RepNodeImpl node)
           
RepGroupProtocol.EnsureNode(String line, String[] tokens)
           
 
Method Summary
protected  String getMessagePrefix()
           
 RepNodeImpl getNode()
           
 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, getProtocol, getSenderId, nextPayloadToken
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

final RepNodeImpl node
Constructor Detail

RepGroupProtocol.EnsureNode

public RepGroupProtocol.EnsureNode(RepNodeImpl node)

RepGroupProtocol.EnsureNode

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

getNode

public RepNodeImpl getNode()

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.