public class AbstractListener extends Object
BBoard.actualDepartedEvents,
BBoard.actualCrashedEvents,
BBoard.actualJoinedEvents| Constructor and Description |
|---|
AbstractListener() |
| 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)
Return a string description of the event.
|
public String logCall(String methodName, com.gemstone.gemfire.cache.util.BridgeMembershipEvent event)
methodName - The name of the BridgeMembershipEvent callback 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.