public class OutjectionFilter extends OutputWrapper implements AfterConsequenceFilter
| Constructor and Description |
|---|
OutjectionFilter()
Creates a OutjectionFilter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterConsequence(Action action,
Consequence c,
boolean conseqExecuted,
boolean actionExecuted,
String result) |
void |
destroy()
Gives a chance to the filter to deallocalte any resources before it is destroyed.
|
String |
filter(InvocationChain chain)
Executes the filter.
|
Object |
getValue(String key)
Gets an output value by name.
|
add, clear, containsKey, containsValue, entrySet, get, has, isEmpty, keys, keySet, put, putAll, remove, removeOutput, removeValue, setObject, setObject, setOutput, setValue, size, valuespublic Object getValue(String key)
OutputgetValue in interface OutputgetValue in class OutputWrapperkey - The name of the valuepublic String filter(InvocationChain chain) throws Exception
Filterpublic void destroy()
Filterpublic void afterConsequence(Action action, Consequence c, boolean conseqExecuted, boolean actionExecuted, String result)
afterConsequence in interface AfterConsequenceFilterCopyright © 2015. All Rights Reserved.