jp.sf.grizzly.pipeline.valve
インタフェース ValveContext


public interface ValveContext


メソッドの概要
 void invokeNext(StreamStorage storage)
          Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance.
 

メソッドの詳細

invokeNext

void invokeNext(StreamStorage storage)
                throws PipelineException

Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance. Exceptions thrown by a subsequently executed Valve will be passed on to our caller.

If there are no more Valves to be executed, execution of this method will result in a no op.

パラメータ:
data - The run-time information, including the servlet request and response we are processing.
例外:
IOException - Thrown by a subsequent Valve.
SummitException - Thrown by a subsequent Valve.
SummitException - No further Valves configured in the Pipeline currently being processed.
PipelineException


Copyright © 2003-2006 SourceForge.jp - Grizzly. All Rights Reserved.