org.jbpm.graph.log
Class NodeLog
java.lang.Object
org.jbpm.logging.log.ProcessLog
org.jbpm.graph.log.NodeLog
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ProcessStateLog
public class NodeLog
- extends ProcessLog
- See Also:
- Serialized Form
|
Constructor Summary |
NodeLog()
|
NodeLog(Node node,
java.util.Date enter,
java.util.Date leave)
|
| Methods inherited from class org.jbpm.logging.log.ProcessLog |
getActorId, getChildren, getDate, getId, getIndex, getParent, getToken, setDate, setIndex, setParent, setToken |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
node
protected Node node
enter
protected java.util.Date enter
leave
protected java.util.Date leave
duration
protected long duration
NodeLog
public NodeLog()
NodeLog
public NodeLog(Node node,
java.util.Date enter,
java.util.Date leave)
toString
public java.lang.String toString()
- Description copied from class:
ProcessLog
- provides a text description for this update which can be used e.g. in the admin web
console.
- Specified by:
toString in class ProcessLog
getDuration
public long getDuration()
getEnter
public java.util.Date getEnter()
getLeave
public java.util.Date getLeave()
getNode
public Node getNode()
Copyright © 2010 JBoss Community. All Rights Reserved.