public interface EvalArgs<O>
Invokable.eval(Object, java.io.Serializable, EvalArgs)
Modifier and Type | Method and Description |
---|---|
CachedObjectId<O> |
getId()
Provides the
CachedObjectId corresponding to the
target object being evaluated. |
NamedCache |
getNamedCache()
Returns the
NamedCache corresponding to the
target object being evaluated. |
void |
setDisposition(EvalObjectDisposition disposition)
Sets the target object's desired disposition,
determining the post-evaluation activity.
|
NamedCache getNamedCache()
NamedCache
corresponding to the
target object being evaluated.NamedCache
instanceCachedObjectId<O> getId()
CachedObjectId
corresponding to the
target object being evaluated.void setDisposition(EvalObjectDisposition disposition)
disposition
- the disposition for the object