|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.danet.an.workflow.tools.util.SimpleApplicationInfo
This class provides a container for the application instance
information managed by the
.
SimpleApplicationDirectory
Constructor Summary | |
(package private) |
SimpleApplicationInfo(long instanceId,
ActivityUniqueKey auk,
java.util.Date assignedAt,
java.lang.String resourceKey,
java.lang.Object state)
Creates an instance of SimpleApplicationInfo
with all attributes initialized to the given values. |
Method Summary | |
ActivityUniqueKey |
activityUniqueKey()
Return the activity unique key. |
java.util.Date |
assignedAt()
Return the assignment timestamp. |
long |
id()
Return the application instance id. |
java.lang.String |
resourceKey()
Return the assigned resource. |
java.lang.Object |
state()
Return the application state. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
SimpleApplicationInfo(long instanceId, ActivityUniqueKey auk, java.util.Date assignedAt, java.lang.String resourceKey, java.lang.Object state)
SimpleApplicationInfo
with all attributes initialized to the given values.
instanceId
- the instance idauk
- the activity unique keyassignedAt
- assignment timestampresourceKey
- the assigned resourcestate
- the application stateMethod Detail |
public long id()
public ActivityUniqueKey activityUniqueKey()
public java.util.Date assignedAt()
public java.lang.String resourceKey()
public java.lang.Object state()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |