org.jbpm.module.exe
Class ModuleInstance

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

public class ModuleInstance
extends Object
implements Serializable

See Also:
Serialized Form

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

Field Detail

processInstance

protected ProcessInstance processInstance
Constructor Detail

ModuleInstance

public ModuleInstance()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getService

protected Service getService(String serviceName)

getId

public long getId()

getProcessInstance

public ProcessInstance getProcessInstance()

setProcessInstance

public void setProcessInstance(ProcessInstance processInstance)


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