org.apache.catalina

Interface Contained

Known Implementing Classes:
AccessLogValve, AuthenticatorBase, BasicAuthenticator, DigestAuthenticator, ErrorReportValve, ExtendedAccessLogValve, FormAuthenticator, JDBCAccessLogValve, NonLoginAuthenticator, PersistentValve, RemoteAddrValve, RemoteHostValve, RequestDumperValve, RequestFilterValve, SingleSignOn, SSLAuthenticator, StandardPipeline, ValveBase

public interface Contained

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

Version:
$Revision: 1.2 $ $Date: 2004/02/27 14:58:38 $

Authors:
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 Details

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 B) 2000-2003 Apache Software Foundation. All Rights Reserved.