|
GemFire 7.0.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gemstone.gemfire.cache.util.UniversalMembershipListenerAdapter.AdaptedMembershipEvent
public static class UniversalMembershipListenerAdapter.AdaptedMembershipEvent
Adapts BridgeMembershipEvent to look like a SystemMembershipEvent
Method Summary | |
---|---|
boolean |
equals(Object other)
|
DistributedMember |
getDistributedMember()
Returns the DistributedMember that this event originated in. |
String |
getMemberId()
Returns the distributed member as a String. |
int |
hashCode()
|
boolean |
isClient()
Returns true if the member is a bridge client to a BridgeServer hosted by this process. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isClient()
public String getMemberId()
SystemMembershipEvent
getMemberId
in interface SystemMembershipEvent
public DistributedMember getDistributedMember()
SystemMembershipEvent
DistributedMember
that this event originated in.
getDistributedMember
in interface SystemMembershipEvent
public boolean equals(Object other)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
GemFire 7.0.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |