Package com.exedio.cope.pattern
Class Dispatcher.Run
- java.lang.Object
-
- com.exedio.cope.Item
-
- com.exedio.cope.pattern.Dispatcher.Run
-
- All Implemented Interfaces:
Serializable
,Comparable<Item>
- Enclosing class:
- Dispatcher
public static final class Dispatcher.Run extends Item
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getDate()
long
getElapsed()
String
getFailure()
int
getLimit()
Item
getParent()
Dispatcher
getPattern()
int
getRemaining()
Dispatcher.Result
getResult()
boolean
isSuccess()
-
Methods inherited from class com.exedio.cope.Item
activeCopeItem, afterNewCopeItem, appendCopeID, beforeDeleteCopeItem, beforeSetCopeItem, compareTo, deleteCopeItem, equals, existsCopeItem, get, getCopeID, getCopeType, hashCode, isActiveCopeItem, newEnumAttribute, newEnumField, newItemAttribute, newItemAttribute, newItemField, newItemField, newType, set, set, toString, writeReplace
-
-
-
-
Method Detail
-
getPattern
public Dispatcher getPattern()
-
getParent
public Item getParent()
-
getDate
public Date getDate()
-
getElapsed
public long getElapsed()
-
getRemaining
public int getRemaining()
-
getLimit
public int getLimit()
-
getResult
public Dispatcher.Result getResult()
-
isSuccess
public boolean isSuccess()
-
getFailure
public String getFailure()
-
-