public abstract class AbstractListener extends Object
| Constructor and Description |
|---|
AbstractListener()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNewValueStr(com.gemstone.gemfire.cache.EntryEvent eEvent) |
String |
getOldValueStr(com.gemstone.gemfire.cache.EntryEvent eEvent) |
void |
incrementAfterCreateCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
Increment appropriate blackboard counters for an afterCreate event
|
void |
incrementAfterCreateCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
Increment appropriate blackboard counters for an afterCreate event
|
void |
incrementAfterDestroyCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
Increment appropriate blackboard counters for an afterDestroy event
|
void |
incrementAfterDestroyCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
Increment appropriate blackboard counters for an afterDestroy event
|
void |
incrementAfterInvalidateCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
Increment appropriate blackboard counters for an afterInvalidate event
|
void |
incrementAfterInvalidateCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
Increment appropriate blackboard counters for an afterInvalidate event
|
void |
incrementAfterRegionCreateCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
Increment appropriate blackboard counters for an afterRegionCreate event
|
void |
incrementAfterRegionCreateCounters(com.gemstone.gemfire.cache.RegionEvent event,
Blackboard bb)
Increment appropriate blackboard counters for an afterRegionCreate event
|
void |
incrementAfterRegionDestroyCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
Increment appropriate blackboard counters for an afterRegionDestroy event
|
void |
incrementAfterRegionDestroyCounters(com.gemstone.gemfire.cache.RegionEvent event,
Blackboard bb)
Increment appropriate blackboard counters for an afterRegionDestroy event
|
void |
incrementAfterRegionInvalidateCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
Increment appropriate blackboard counters for an afterRegionInvalidate event
|
void |
incrementAfterRegionInvalidateCounters(com.gemstone.gemfire.cache.RegionEvent event,
Blackboard bb)
Increment appropriate blackboard counters for an afterRegionInvalidate event
|
void |
incrementAfterRegionLiveCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
Increment appropriate blackboard counters for an afterRegionLive event
|
void |
incrementAfterRegionLiveCounters(com.gemstone.gemfire.cache.RegionEvent event,
Blackboard bb)
Increment appropriate blackboard counters for an afterRegionLive event
|
void |
incrementAfterUpdateCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
Increment appropriate blackboard counters for an afterUpdate event
|
void |
incrementAfterUpdateCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
Increment appropriate blackboard counters for an afterUpdate event
|
void |
incrementCloseCounter(Blackboard bb)
Increment appropriate blackboard counters for a close event
|
String |
logCall(String methodName,
com.gemstone.gemfire.cache.CacheEvent event)
Log that an event occurred.
|
String |
logCQEvent(String methodName,
com.gemstone.gemfire.cache.query.CqEvent event)
Log that a CqEvent occurred.
|
String |
logCQEventAsSummary(String methodName,
com.gemstone.gemfire.cache.query.CqEvent event)
Log that a CqEvent occurred, using a one line summary string
of the event that is useful for searching logs in a failed run.
|
String |
logTxEvent(String methodName,
com.gemstone.gemfire.cache.TransactionEvent event)
Log that a transaction event occurred.
|
String |
toString(com.gemstone.gemfire.cache.query.CqQuery cq)
Return a string description of a CqQuery
|
String |
toString(String methodName,
com.gemstone.gemfire.cache.CacheEvent event)
Return a string description of the event.
|
String |
toString(String methodName,
com.gemstone.gemfire.cache.query.CqEvent event)
Return a string description of the CqEvent.
|
String |
toString(String methodName,
com.gemstone.gemfire.cache.TransactionEvent event)
Return a string description of the TransactionEvent.
|
public final String CntrName_AfterCreate_isDist
public final String CntrName_AfterCreate_isNotDist
public final String CntrName_AfterCreate_isExp
public final String CntrName_AfterCreate_isNotExp
public final String CntrName_AfterCreate_isRemote
public final String CntrName_AfterCreate_isNotRemote
public final String CntrName_AfterCreate_isLoad
public final String CntrName_AfterCreate_isNotLoad
public final String CntrName_AfterCreate_isLocalLoad
public final String CntrName_AfterCreate_isNotLocalLoad
public final String CntrName_AfterCreate_isNetLoad
public final String CntrName_AfterCreate_isNotNetLoad
public final String CntrName_AfterCreate_isNetSearch
public final String CntrName_AfterCreate_isNotNetSearch
public final String CntrName_AfterCreate_isPutAll
public final String CntrName_AfterCreate_isNotPutAll
public final String CntrName_AfterDestroy_isDist
public final String CntrName_AfterDestroy_isNotDist
public final String CntrName_AfterDestroy_isExp
public final String CntrName_AfterDestroy_isNotExp
public final String CntrName_AfterDestroy_isRemote
public final String CntrName_AfterDestroy_isNotRemote
public final String CntrName_AfterDestroy_isLoad
public final String CntrName_AfterDestroy_isNotLoad
public final String CntrName_AfterDestroy_isLocalLoad
public final String CntrName_AfterDestroy_isNotLocalLoad
public final String CntrName_AfterDestroy_isNetLoad
public final String CntrName_AfterDestroy_isNotNetLoad
public final String CntrName_AfterDestroy_isNetSearch
public final String CntrName_AfterDestroy_isNotNetSearch
public final String CntrName_AfterInvalidate_isDist
public final String CntrName_AfterInvalidate_isNotDist
public final String CntrName_AfterInvalidate_isExp
public final String CntrName_AfterInvalidate_isNotExp
public final String CntrName_AfterInvalidate_isRemote
public final String CntrName_AfterInvalidate_isNotRemote
public final String CntrName_AfterInvalidate_isLoad
public final String CntrName_AfterInvalidate_isNotLoad
public final String CntrName_AfterInvalidate_isLocalLoad
public final String CntrName_AfterInvalidate_isNotLocalLoad
public final String CntrName_AfterInvalidate_isNetLoad
public final String CntrName_AfterInvalidate_isNotNetLoad
public final String CntrName_AfterInvalidate_isNetSearch
public final String CntrName_AfterInvalidate_isNotNetSearch
public final String CntrName_AfterUpdate_isDist
public final String CntrName_AfterUpdate_isNotDist
public final String CntrName_AfterUpdate_isExp
public final String CntrName_AfterUpdate_isNotExp
public final String CntrName_AfterUpdate_isRemote
public final String CntrName_AfterUpdate_isNotRemote
public final String CntrName_AfterUpdate_isLoad
public final String CntrName_AfterUpdate_isNotLoad
public final String CntrName_AfterUpdate_isLocalLoad
public final String CntrName_AfterUpdate_isNotLocalLoad
public final String CntrName_AfterUpdate_isNetLoad
public final String CntrName_AfterUpdate_isNotNetLoad
public final String CntrName_AfterUpdate_isNetSearch
public final String CntrName_AfterUpdate_isNotNetSearch
public final String CntrName_AfterUpdate_isPutAll
public final String CntrName_AfterUpdate_isNotPutAll
public final String CntrName_AfterRegionDestroy_isDist
public final String CntrName_AfterRegionDestroy_isNotDist
public final String CntrName_AfterRegionDestroy_isExp
public final String CntrName_AfterRegionDestroy_isNotExp
public final String CntrName_AfterRegionDestroy_isRemote
public final String CntrName_AfterRegionDestroy_isNotRemote
public final String CntrName_AfterRegionInvalidate_isDist
public final String CntrName_AfterRegionInvalidate_isNotDist
public final String CntrName_AfterRegionInvalidate_isExp
public final String CntrName_AfterRegionInvalidate_isNotExp
public final String CntrName_AfterRegionInvalidate_isRemote
public final String CntrName_AfterRegionInvalidate_isNotRemote
public final String CntrName_AfterRegionCreate_isDist
public final String CntrName_AfterRegionCreate_isNotDist
public final String CntrName_AfterRegionCreate_isExp
public final String CntrName_AfterRegionCreate_isNotExp
public final String CntrName_AfterRegionCreate_isRemote
public final String CntrName_AfterRegionCreate_isNotRemote
public final String CntrName_AfterRegionLive_isDist
public final String CntrName_AfterRegionLive_isNotDist
public final String CntrName_AfterRegionLive_isExp
public final String CntrName_AfterRegionLive_isNotExp
public final String CntrName_AfterRegionLive_isRemote
public final String CntrName_AfterRegionLive_isNotRemote
public final String CntrName_Close
public int whereIWasRegistered
public String toString(String methodName, com.gemstone.gemfire.cache.CacheEvent event)
methodName - The name of the CacheEvent method that was invoked.event - The event object that was passed to the event.public String getOldValueStr(com.gemstone.gemfire.cache.EntryEvent eEvent)
eEvent - public String getNewValueStr(com.gemstone.gemfire.cache.EntryEvent eEvent)
public String toString(String methodName, com.gemstone.gemfire.cache.query.CqEvent event)
methodName - The name of the CqListener method that was invoked.event - The CqEvent object that was passed to the CqListenerpublic String toString(com.gemstone.gemfire.cache.query.CqQuery cq)
CqQuery - - The CqQuery to interpretpublic String toString(String methodName, com.gemstone.gemfire.cache.TransactionEvent event)
methodName - The name of the TransacationEvent method that was invoked.event - The TransactionEvent object that was passed to the Transaction
Listener.public String logCall(String methodName, com.gemstone.gemfire.cache.CacheEvent event)
methodName - The name of the CacheEvent method that was invoked.event - The event object that was passed to the event.public String logTxEvent(String methodName, com.gemstone.gemfire.cache.TransactionEvent event)
methodName - The name of the TransactionEvent method that was invoked.
(commit, rollback or failedCommit)event - The TransactionEvent object that was passed to the event.public String logCQEvent(String methodName, com.gemstone.gemfire.cache.query.CqEvent event)
methodName - The name of the CqEvent method that was invoked
(onEvent, onError)event - The CqEvent object passed to the event methodpublic String logCQEventAsSummary(String methodName, com.gemstone.gemfire.cache.query.CqEvent event)
methodName - The name of the CqEvent method that was invoked
(onEvent, onError)event - The CqEvent object passed to the event methodpublic void incrementAfterCreateCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterDestroyCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterInvalidateCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterUpdateCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterRegionCreateCounters(com.gemstone.gemfire.cache.RegionEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterRegionLiveCounters(com.gemstone.gemfire.cache.RegionEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterRegionDestroyCounters(com.gemstone.gemfire.cache.RegionEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterRegionInvalidateCounters(com.gemstone.gemfire.cache.RegionEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementCloseCounter(Blackboard bb)
bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterCreateCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
operation - The event.getOperation() object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterDestroyCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterInvalidateCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterUpdateCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterRegionCreateCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterRegionLiveCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterRegionDestroyCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementAfterRegionInvalidateCounters(com.gemstone.gemfire.cache.Operation operation,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.