Interface Valve

All Known Subinterfaces:
OrderableValve
All Known Implementing Classes:
AbstractOrderableValve, AbstractValve

public interface Valve
General valve interface. Valves are to be assembled and invoked by a Pipeline.
Version:
$Id$
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called by the container to indicate to a valve that the valve is being taken out of service
    void
    Initialize the valve before using in a pipeline.
    void
    Invoke this valve