|
|||||||||||
| 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.FailureNotificationEvent
org.globus.cog.karajan.workflow.events.ChainedFailureNotificationEvent
| Constructor Summary | |
ChainedFailureNotificationEvent(FlowElement flowElement,
FailureNotificationEvent e)
|
|
| Method Summary | |
int |
getCause()
|
NotificationEvent |
getInitial()
|
VariableStack |
getRollStack()
|
void |
setCause(int cause)
|
void |
setPrevious(NotificationEvent previous)
|
String |
toString()
|
| Methods inherited from class org.globus.cog.karajan.workflow.events.FailureNotificationEvent |
getException, getMessage |
| Methods inherited from class org.globus.cog.karajan.workflow.events.NotificationEvent |
getType, setType |
| 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, setPriority |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ChainedFailureNotificationEvent(FlowElement flowElement,
FailureNotificationEvent e)
| Method Detail |
public String toString()
toString in class FailureNotificationEventpublic VariableStack getRollStack()
public NotificationEvent getInitial()
public void setPrevious(NotificationEvent previous)
public int getCause()
public void setCause(int cause)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||