|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alachisoft.ncache.web.caching.CustomEventCallback
public class CustomEventCallback
Defines a callback method for custom application defined events.
Doing a lot of processing inside the handler might have an impact on the performance of the cache and cluster. It is therefore advisable to do minimal processing inside the handler.
Field Summary | |
---|---|
static int |
BOTH
User specified both remove and update callbacks.. |
static int |
NONE
User didnot specified any callback. |
static int |
REMOVE
User specified only remove callback. |
static int |
UPDATE
User specified only update callback. |
Constructor Summary | |
---|---|
CustomEventCallback()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BOTH
public static final int NONE
public static final int REMOVE
public static final int UPDATE
Constructor Detail |
---|
public CustomEventCallback()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |