org.jbpm.module.exe
Class ModuleInstance

java.lang.Object
  extended by org.jbpm.module.exe.ModuleInstance
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContextInstance, LoggingInstance, TaskMgmtInstance

public class ModuleInstance
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  ProcessInstance processInstance
           
 
Constructor Summary
ModuleInstance()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 long getId()
           
 ProcessInstance getProcessInstance()
           
protected  Service getService(java.lang.String serviceName)
           
 void setProcessInstance(ProcessInstance processInstance)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processInstance

protected ProcessInstance processInstance
Constructor Detail

ModuleInstance

public ModuleInstance()
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

getService

protected Service getService(java.lang.String serviceName)

getId

public long getId()

getProcessInstance

public ProcessInstance getProcessInstance()

setProcessInstance

public void setProcessInstance(ProcessInstance processInstance)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.