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

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

public class RepGroupProtocol.UpdateAddress
extends TextProtocol.RequestMessage


Field Summary
 
Fields inherited from class com.sleepycat.je.rep.impl.TextProtocol.Message
messagePrefixNocheck, sendVersion
 
Constructor Summary
RepGroupProtocol.UpdateAddress(String requestLine, String[] tokens)
           
RepGroupProtocol.UpdateAddress(String nodeName, String newHostName, int newPort)
           
 
Method Summary
protected  String getMessagePrefix()
           
 String getNewHostName()
           
 int getNewPort()
           
 String getNodeName()
           
 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, getSendVersion, nextPayloadToken, setSendVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepGroupProtocol.UpdateAddress

public RepGroupProtocol.UpdateAddress(String nodeName,
                                      String newHostName,
                                      int newPort)

RepGroupProtocol.UpdateAddress

public RepGroupProtocol.UpdateAddress(String requestLine,
                                      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

getNodeName

public String getNodeName()

getNewHostName

public String getNewHostName()

getNewPort

public int getNewPort()

wireFormat

public String wireFormat()


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