|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jgroups.Event org.jgroups.blocks.executor.ExecutorEvent
public class ExecutorEvent
Defines an event class for the execution of an entity.
Field Summary | |
---|---|
static int |
ALL_TASK_CANCEL
|
static int |
CONSUMER_READY
|
static int |
TASK_CANCEL
|
static int |
TASK_COMPLETE
|
static int |
TASK_SUBMIT
|
Constructor Summary | |
---|---|
ExecutorEvent(int type,
java.lang.Object arg)
|
Method Summary |
---|
Methods inherited from class org.jgroups.Event |
---|
getArg, getType, toString, type2String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TASK_SUBMIT
public static final int CONSUMER_READY
public static final int TASK_COMPLETE
public static final int TASK_CANCEL
public static final int ALL_TASK_CANCEL
Constructor Detail |
---|
public ExecutorEvent(int type, java.lang.Object arg)
type
- arg
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |