com.sleepycat.je.rep.monitor
Class Protocol
java.lang.Object
com.sleepycat.je.rep.impl.TextProtocol
com.sleepycat.je.rep.monitor.Protocol
public class Protocol
- extends TextProtocol
Nested classes/interfaces inherited from class com.sleepycat.je.rep.impl.TextProtocol |
TextProtocol.Fail, TextProtocol.InvalidMessageException, TextProtocol.Message, TextProtocol.MessageError, TextProtocol.MessageExchange, TextProtocol.MessageOp, TextProtocol.OK, TextProtocol.ProtocolError, TextProtocol.RequestMessage, TextProtocol.ResponseMessage, TextProtocol.StringFormatable, TextProtocol.TOKENS, TextProtocol.WireFormatable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
GROUP_CHANGE_REQ
public final TextProtocol.MessageOp GROUP_CHANGE_REQ
JOIN_GROUP_REQ
public final TextProtocol.MessageOp JOIN_GROUP_REQ
LEAVE_GROUP_REQ
public final TextProtocol.MessageOp LEAVE_GROUP_REQ
Protocol
public Protocol(String groupName,
NameIdPair nameIdPair,
RepImpl repImpl)
Copyright (c) 2004-2010 Oracle. All rights reserved.