|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Valve
General valve interface.
Valves are to be assembled and invoked by a Pipeline
.
Method Summary | |
---|---|
void |
destroy()
Called by the container to indicate to a valve that the valve is being taken out of service |
void |
initialize()
Initialize the valve before using in a pipeline. |
void |
invoke(ValveContext context)
Invoke this valve |
Method Detail |
---|
void invoke(ValveContext context) throws ContainerException
context
-
ContainerException
void initialize() throws ContainerException
ContainerException
void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |