public class CircuitReference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isEnabled |
java.lang.String |
label |
ESPK |
pk |
| Constructor and Description |
|---|
CircuitReference(ESPK ref) |
| Modifier and Type | Method and Description |
|---|---|
Circuit |
getCircuit(Message m)
Call this from the processor.
|
ESPK |
getCircuitPK() |
java.lang.Object |
getContext()
For tracking the call path, retrieve the indexing information we used to lookup the circuit to execute.
|
void |
setCircuit(Circuit circuit) |
void |
setEnabled(boolean enabled) |
java.lang.String |
toString() |
public ESPK pk
public java.lang.String label
public boolean isEnabled
public CircuitReference(ESPK ref)
public java.lang.String toString()
toString in class java.lang.Objectpublic void setEnabled(boolean enabled)
public Circuit getCircuit(Message m) throws CircuitAbortException
m - The Message to aid in locating the relevant Circuit this reference points to.CircuitAbortException - If the referring Circuit cannot be identified.public ESPK getCircuitPK()
public void setCircuit(Circuit circuit)
public java.lang.Object getContext()
This documentation and all its contents and graphics, copyright © 1999 - 2011 Vordel