public abstract class AbstractMembershipListener extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
whereIWasRegistered
The process ID of the VM that created this listener
|
| Constructor and Description |
|---|
AbstractMembershipListener()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMyAppName()
Returns the hydra client name as a String
|
String |
logCall(String methodName,
com.gemstone.gemfire.cache.util.BridgeMembershipEvent event)
Log that an event occurred.
|
String |
toString(String methodName,
com.gemstone.gemfire.cache.util.BridgeMembershipEvent event)
Log a string description of the event.
|
public int whereIWasRegistered
public String logCall(String methodName, com.gemstone.gemfire.cache.util.BridgeMembershipEvent event)
methodName - The name of the BridgeMembershipEvent method that was invoked.event - The event object that was passed to the event.public String toString(String methodName, com.gemstone.gemfire.cache.util.BridgeMembershipEvent event)
methodName - The name of the Event callback method that was invoked.event - The BridgeMembership Event object that was passed to the event.public String getMyAppName()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.