|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.cog.karajan.workflow.events.Event
org.globus.cog.karajan.workflow.events.FlowEvent
org.globus.cog.karajan.workflow.events.NotificationEvent
org.globus.cog.karajan.workflow.events.FutureNotificationEvent
public class FutureNotificationEvent
| Field Summary | |
|---|---|
static NotificationEventType |
FUTURE_MODIFIED
|
| Constructor Summary | |
|---|---|
FutureNotificationEvent(int subtype,
FlowElement source,
Future f,
VariableStack stack)
|
|
| Method Summary | |
|---|---|
Future |
getFuture()
|
int |
getSubtype()
|
| Methods inherited from class org.globus.cog.karajan.workflow.events.NotificationEvent |
|---|
getType, setType, toString |
| Methods inherited from class org.globus.cog.karajan.workflow.events.FlowEvent |
|---|
getStack, getThreadingContext, hasStack, setStack |
| Methods inherited from class org.globus.cog.karajan.workflow.events.Event |
|---|
getEventClass, getFlowElement, getPriority, setFlowElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final NotificationEventType FUTURE_MODIFIED
| Constructor Detail |
|---|
public FutureNotificationEvent(int subtype,
FlowElement source,
Future f,
VariableStack stack)
| Method Detail |
|---|
public Future getFuture()
public int getSubtype()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||