org.apache.catalina
Interface Contained

All Known Implementing Classes:
StandardPipeline, ValveBase

public interface Contained

Decoupling interface which specifies that an implementing class is associated with at most one Container instance.

Version:
$Id: Contained.java 939531 2010-04-30 00:54:41Z kkolinko $
Author:
Craig R. McClanahan, Peter Donald

Method Summary
 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.
 

Method Detail

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.

Parameters:
container - The Container instance with which this instance is to be associated, or null to disassociate this instance from any Container


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.