jasco.runtime.connector
Class DynamicCutpointElement
java.lang.Object
jasco.runtime.connector.CutpointElement
jasco.runtime.connector.DynamicCutpointElement
- All Implemented Interfaces:
- DoNotCache, java.lang.Cloneable
public class DynamicCutpointElement
- extends CutpointElement
- implements DoNotCache
Methods inherited from class jasco.runtime.connector.CutpointElement |
addProperty, copy, equals, getAfter, getBefore, getId, getName, getProperties, getReplace, setAfter, setBefore, setCutpointContext, setId, setReplace, toString, transformOrder |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INITIALIZER
public static final char INITIALIZER
- See Also:
- Constant Field Values
DynamicCutpointElement
public DynamicCutpointElement(Cutpoint aCutpoint,
CutpointExecutionElement aBefore,
CutpointExecutionElement aAfter,
CutpointExecutionElement aReplace,
java.lang.String aName)
setInstanceCreator
public void setInstanceCreator(CutpointInstanceCreator c)
getCutpoint
public Cutpoint getCutpoint()
- Overrides:
getCutpoint
in class CutpointElement
findMethod
protected java.lang.reflect.Method findMethod(java.lang.String name,
java.lang.Class c)
createNewInstance
protected Cutpoint createNewInstance(JascoMethod jmethod)
isApplicable
public boolean isApplicable(RuntimeContext runtimeContext,
java.util.Hashtable mappings,
JascoMethod aJascoMethod,
boolean forJutta)
- Overrides:
isApplicable
in class CutpointElement