com.sleepycat.je.rep.monitor
Class Protocol

java.lang.Object
  extended by com.sleepycat.je.rep.impl.TextProtocol
      extended by com.sleepycat.je.rep.monitor.Protocol

public class Protocol
extends TextProtocol


Nested Class Summary
 class Protocol.GroupChange
           
 class Protocol.JoinGroup
           
 class Protocol.LeaveGroup
           
 
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
 
Field Summary
 TextProtocol.MessageOp GROUP_CHANGE_REQ
           
 TextProtocol.MessageOp JOIN_GROUP_REQ
           
 TextProtocol.MessageOp LEAVE_GROUP_REQ
           
static String VERSION
           
 
Fields inherited from class com.sleepycat.je.rep.impl.TextProtocol
envImpl, FAIL_RESP, formatter, logger, messagePrefixNocheck, OK_RESP, PROTOCOL_ERROR, SEPARATOR, SEPARATOR_REGEXP
 
Constructor Summary
Protocol(String groupName, NameIdPair nameIdPair, RepImpl repImpl)
           
 
Method Summary
 
Methods inherited from class com.sleepycat.je.rep.impl.TextProtocol
getOpenTimeout, getReadTimeout, getRequestMessage, initializeMessageOps, messageCount, parse, parseRequest, process, setTimeouts, updateNodeIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Protocol

public Protocol(String groupName,
                NameIdPair nameIdPair,
                RepImpl repImpl)


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