| java.lang.Object de.danet.an.workflow.tools.util.SimpleApplicationInfo
SimpleApplicationInfo | public class SimpleApplicationInfo implements Serializable(Code) | | This class provides a container for the application instance
information managed by the
SimpleApplicationDirectorySimpleApplicationDirectory .
author: Michael Lipp version: $Revision: 1.5 $ |
SimpleApplicationInfo | SimpleApplicationInfo(long instanceId, ActivityUniqueKey auk, Date assignedAt, String resourceKey, Object state)(Code) | | Creates an instance of SimpleApplicationInfo
with all attributes initialized to the given values.
Parameters: instanceId - the instance id Parameters: auk - the activity unique key Parameters: assignedAt - assignment timestamp Parameters: resourceKey - the assigned resource Parameters: state - the application state |
activityUniqueKey | public ActivityUniqueKey activityUniqueKey()(Code) | | Return the activity unique key.
activity's unique key |
assignedAt | public Date assignedAt()(Code) | | Return the assignment timestamp.
assignment timestamp |
id | public long id()(Code) | | Return the application instance id.
instance id |
resourceKey | public String resourceKey()(Code) | | Return the assigned resource.
assigned resource key |
state | public Object state()(Code) | | Return the application state.
application state |
|
|