org.apache.ode.bpel.rtrep.v2
Class CorrelationSetInstance

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.CorrelationSetInstance
All Implemented Interfaces:
CorrelationSet, ScopedObject

public class CorrelationSetInstance
extends java.lang.Object
implements CorrelationSet


Field Summary
 OScope.CorrelationSet declaration
           
 java.lang.Long scopeInstance
           
 
Constructor Summary
CorrelationSetInstance(java.lang.Long scopeInstanceId, OScope.CorrelationSet cset)
           
 
Method Summary
 java.lang.String getName()
           
 ProcessModel getOwner()
           
 long getScopeId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

declaration

public OScope.CorrelationSet declaration

scopeInstance

public java.lang.Long scopeInstance
Constructor Detail

CorrelationSetInstance

public CorrelationSetInstance(java.lang.Long scopeInstanceId,
                              OScope.CorrelationSet cset)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface CorrelationSet

getScopeId

public long getScopeId()
Specified by:
getScopeId in interface ScopedObject

getOwner

public ProcessModel getOwner()
Specified by:
getOwner in interface CorrelationSet