jp.sf.grizzly.pipeline
クラス GrizzlyPipeline

java.lang.Object
  上位を拡張 jp.sf.grizzly.pipeline.GrizzlyPipeline

public class GrizzlyPipeline
extends java.lang.Object


フィールドの概要
protected  java.lang.String name
          Name of this pipeline.
protected  Valve[] valves
          The set of Valves associated with this Pipeline.
 
コンストラクタの概要
GrizzlyPipeline(java.lang.String name, java.util.List valveList)
          Constructor that provides the descriptor for building the pipeline
 
メソッドの概要
 void addValve(Valve valve)
           
 java.lang.String getName()
          Get the name of this pipeline.
 Valve[] getValves()
           
 void initialize()
           
 void invoke(StreamStorage storage)
           
 void removeValve(Valve valve)
           
 void setName(java.lang.String name)
          Set the name of this pipeline.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

name

protected java.lang.String name
Name of this pipeline.


valves

protected Valve[] valves
The set of Valves associated with this Pipeline.

コンストラクタの詳細

GrizzlyPipeline

public GrizzlyPipeline(java.lang.String name,
                       java.util.List valveList)
                throws java.lang.Exception
Constructor that provides the descriptor for building the pipeline

例外:
java.lang.Exception
メソッドの詳細

initialize

public void initialize()
                throws PipelineException
例外:
PipelineException

setName

public void setName(java.lang.String name)
Set the name of this pipeline.

パラメータ:
name - Name of this pipeline.

getName

public java.lang.String getName()
Get the name of this pipeline.

戻り値:
String Name of this pipeline.

addValve

public void addValve(Valve valve)

getValves

public Valve[] getValves()

removeValve

public void removeValve(Valve valve)

invoke

public void invoke(StreamStorage storage)
            throws PipelineException
例外:
PipelineException


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