public class Protocol.GroupChange extends TextProtocol.RequestMessage
messagePrefixNocheck, sendVersion
Constructor and Description |
---|
Protocol.GroupChange(RepGroupImpl group,
java.lang.String nodeName,
GroupChangeEvent.GroupChangeType opType) |
Protocol.GroupChange(java.lang.String line,
java.lang.String[] tokens) |
Modifier and Type | Method and Description |
---|---|
RepGroupImpl |
getGroup() |
TextProtocol.MessageOp |
getOp() |
GroupChangeEvent.GroupChangeType |
getOpType() |
java.lang.String |
wireFormat() |
equals, hashCode, wireFormatPrefix
getCurrentTokenPosition, getProtocol, getSenderId, getSendVersion, nextPayloadToken, setSendVersion
public Protocol.GroupChange(RepGroupImpl group, java.lang.String nodeName, GroupChangeEvent.GroupChangeType opType)
public Protocol.GroupChange(java.lang.String line, java.lang.String[] tokens) throws TextProtocol.InvalidMessageException
public RepGroupImpl getGroup()
public GroupChangeEvent.GroupChangeType getOpType()
public TextProtocol.MessageOp getOp()
getOp
in class TextProtocol.Message
public java.lang.String wireFormat()
wireFormat
in interface TextProtocol.WireFormatable
Copyright (c) 2004-2012 Oracle. All rights reserved.