|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.sf.grizzly.pipeline.GrizzlyPipeline
public class GrizzlyPipeline
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
protected java.lang.String name
protected Valve[] valves
| コンストラクタの詳細 |
|---|
public GrizzlyPipeline(java.lang.String name,
java.util.List valveList)
throws java.lang.Exception
java.lang.Exception| メソッドの詳細 |
|---|
public void initialize()
throws PipelineException
PipelineExceptionpublic void setName(java.lang.String name)
name - Name of this pipeline.public java.lang.String getName()
public void addValve(Valve valve)
public Valve[] getValves()
public void removeValve(Valve valve)
public void invoke(StreamStorage storage)
throws PipelineException
PipelineException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||