public interface ActivateableBean
isActive()
method always returns false
. ChainingSubsystemProxyFactory
will ignore any
ActivatableBean
s whose isActive()
method returns false
. This allows certain
functions of a chained subsystem (e.g. CIFS authentication, SSO) to be targeted to specific members of the chain.Modifier and Type | Method and Description |
---|---|
boolean |
isActive()
Determines whether this bean is active.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.