|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.shark.api.common.DeadlineInfo
This class represents the deadline information.
Field Summary | |
java.lang.String |
actId
Activity Id |
java.lang.String |
exceptionName
Exception name |
boolean |
isExecuted
Is executed |
boolean |
isSynchronous
Synchronous deadline. |
java.lang.String |
procId
Process Id |
long |
timeLimit
Time limit |
Constructor Summary | |
DeadlineInfo()
Creates instance with all object fields initialized to null, and primitive type fields to -1 and false. |
|
DeadlineInfo(java.lang.String _procId,
java.lang.String _actId,
boolean _isExecuted,
long _timeLimit,
java.lang.String _exceptionName,
boolean _isSynchronous)
Creates an instance with fields set to the given parameter values. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String procId
public java.lang.String actId
public boolean isExecuted
public long timeLimit
public java.lang.String exceptionName
public boolean isSynchronous
Constructor Detail |
public DeadlineInfo()
public DeadlineInfo(java.lang.String _procId, java.lang.String _actId, boolean _isExecuted, long _timeLimit, java.lang.String _exceptionName, boolean _isSynchronous)
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |