com.sleepycat.je.rep.impl
Class RepGroupProtocol.UpdateAddress
java.lang.Object
com.sleepycat.je.rep.impl.TextProtocol.Message
com.sleepycat.je.rep.impl.TextProtocol.RequestMessage
com.sleepycat.je.rep.impl.RepGroupProtocol.UpdateAddress
- All Implemented Interfaces:
- TextProtocol.WireFormatable
- Enclosing class:
- RepGroupProtocol
public class RepGroupProtocol.UpdateAddress
- extends TextProtocol.RequestMessage
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
getOp
public TextProtocol.MessageOp getOp()
- Specified by:
getOp
in class TextProtocol.Message
getNewHostName
public String getNewHostName()
getNewPort
public int getNewPort()
wireFormat
public String wireFormat()
- Specified by:
wireFormat
in interface TextProtocol.WireFormatable
Copyright (c) 2004-2012 Oracle. All rights reserved.