org.apache.catalina
インタフェース Contained
- 既知の実装クラスの一覧:
- ValveBase, StandardPipeline
- public interface Contained
Decoupling interface which specifies that an implementing class is
associated with at most one Container instance.
- バージョン:
- $Revision: 1.3 $ $Date: 2001/07/22 20:13:30 $
- 作成者:
- Craig R. McClanahan, Peter Donald
メソッドの概要 |
Container |
getContainer()
Return the Container with which this instance is associated
(if any); otherwise return null . |
void |
setContainer(Container container)
Set the Container with which this instance is associated. |
getContainer
public Container getContainer()
- Return the
Container
with which this instance is associated
(if any); otherwise return null
.
setContainer
public void setContainer(Container container)
- Set the
Container
with which this instance is associated.
- パラメータ:
container
- The Container instance with which this instance is to
be associated, or null
to disassociate this instance
from any Container
Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.