CatalinaCluster
, Cluster
, Pipeline
, Realm
AbstractAccessLogValve
, AccessLogValve
, AuthenticatedUserRealm
, AuthenticatorBase
, BasicAuthenticator
, ClusterSingleSignOn
, CombinedRealm
, CrawlerSessionManagerValve
, DataSourceRealm
, DigestAuthenticator
, ErrorReportValve
, ExtendedAccessLogValve
, FormAuthenticator
, JAASMemoryLoginModule
, JAASRealm
, JDBCAccessLogValve
, JDBCRealm
, JNDIRealm
, JvmRouteBinderValve
, LoadBalancerDrainingValve
, LockOutRealm
, MemoryRealm
, NonLoginAuthenticator
, NullRealm
, PersistentValve
, RealmBase
, RemoteAddrValve
, RemoteCIDRValve
, RemoteHostValve
, RemoteIpValve
, ReplicationValve
, RequestFilterValve
, RewriteValve
, SemaphoreValve
, SimpleTcpCluster
, SingleSignOn
, SpnegoAuthenticator
, SSLAuthenticator
, SSLValve
, StandardPipeline
, StuckThreadDetectionValve
, UserDatabaseRealm
, ValveBase
public interface Contained
Decoupling interface which specifies that an implementing class is associated with at most one Container instance.
Modifier and Type | Method | Description |
---|---|---|
Container |
getContainer() |
Get the
Container with which this instance is associated. |
void |
setContainer(Container container) |
Set the
Container with which this instance is associated. |
Container getContainer()
Container
with which this instance is associated.null
if not associated with a Containervoid setContainer(Container container)
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 ContainerCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.