public static class StaticMembershipProvider.MemberMessage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
MSG_PING |
static int |
MSG_START |
static int |
MSG_STOP |
Constructor and Description |
---|
MemberMessage(byte[] membershipId,
int msgtype,
Member member) |
Modifier and Type | Method and Description |
---|---|
Member |
getMember() |
byte[] |
getMembershipId() |
int |
getMsgtype() |
protected String |
getTypeDesc() |
void |
setMember(Member local) |
String |
toString() |
public static final int MSG_START
public static final int MSG_STOP
public static final int MSG_PING
public MemberMessage(byte[] membershipId, int msgtype, Member member)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.