org.apache.xindice.server
Interface ManagerService
- All Known Implementing Classes:
- APIService
- public interface ManagerService
A ManagerService has access to the ServiceManager instance for all services
within the system. This enables the service to access and manage other
services.
- See Also:
ServiceManager
Method Summary |
void |
setServiceManager(ServiceManager manager)
Provides access to the ServiceManager instance so that the service can
control other services within the system. |
setServiceManager
public void setServiceManager(ServiceManager manager)
- Provides access to the ServiceManager instance so that the service can
control other services within the system.
- Parameters:
manager
- The service manager to use.
Copyright (c) 1999-2001 The Apache Software Foundation