|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.o.OBase
org.apache.ode.bpel.o.OAgent
public class OAgent
Base class for active BPEL agents.
| Field Summary | |
|---|---|
java.util.Set<OLink> |
incomingLinks
Links entering this agent. |
java.util.Set<OAgent> |
nested
The children of this agent. |
java.util.Set<OLink> |
outgoingLinks
Links exiting this agent. |
java.util.Set<OScope.Variable> |
variableRd
Variables read from. |
java.util.Set<OScope.Variable> |
variableWr
Variables written to. |
| Fields inherited from class org.apache.ode.bpel.o.OBase |
|---|
debugInfo |
| Constructor Summary | |
|---|---|
OAgent(OProcess owner)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.ode.bpel.o.OBase |
|---|
dehydrate, digest, equals, getId, getOwner, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final java.util.Set<OLink> incomingLinks
public final java.util.Set<OLink> outgoingLinks
public final java.util.Set<OScope.Variable> variableRd
public final java.util.Set<OScope.Variable> variableWr
public final java.util.Set<OAgent> nested
| Constructor Detail |
|---|
public OAgent(OProcess owner)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||