|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceManager | |
---|---|
org.apache.avalon.framework.component |
Deprecated: use the interfaces in the
org.apache.avalon.framework.service package instead. |
org.apache.avalon.framework.container | Utilities supporting execution of component lifecycle stages. |
org.apache.avalon.framework.service | Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning. |
Uses of ServiceManager in org.apache.avalon.framework.component |
---|
Fields in org.apache.avalon.framework.component declared as ServiceManager | |
---|---|
private ServiceManager |
WrapperComponentManager.m_manager
The service manager we are adapting. |
Constructors in org.apache.avalon.framework.component with parameters of type ServiceManager | |
---|---|
WrapperComponentManager(ServiceManager manager)
Creation of a new wrapper component manger using a supplied service manager as a source backing the wrapped. |
Uses of ServiceManager in org.apache.avalon.framework.container |
---|
Methods in org.apache.avalon.framework.container with parameters of type ServiceManager | |
---|---|
static void |
ContainerUtil.service(java.lang.Object object,
ServiceManager serviceManager)
Supply specified object with ServiceManager if it implements the Serviceable interface. |
Uses of ServiceManager in org.apache.avalon.framework.service |
---|
Classes in org.apache.avalon.framework.service that implement ServiceManager | |
---|---|
class |
DefaultServiceManager
This class is a static implementation of a ServiceManager . |
class |
WrapperServiceManager
This is a ServiceManager implementation that can wrap around a legacy
ComponentManager object effectively adapting a ComponentManager
interface to a ServiceManager interface. |
Fields in org.apache.avalon.framework.service declared as ServiceManager | |
---|---|
private ServiceManager |
DefaultServiceManager.m_parent
|
Methods in org.apache.avalon.framework.service that return ServiceManager | |
---|---|
protected ServiceManager |
DefaultServiceManager.getParent()
Helper method for subclasses to retrieve parent. |
Methods in org.apache.avalon.framework.service with parameters of type ServiceManager | |
---|---|
void |
Serviceable.service(ServiceManager manager)
Pass the ServiceManager to the Serviceable . |
Constructors in org.apache.avalon.framework.service with parameters of type ServiceManager | |
---|---|
DefaultServiceManager(ServiceManager parent)
Construct ServiceManager with specified parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |