public abstract class AbstractMultiServiceImplManager extends Object implements Manager
Manager
implementation for managers which depend on the
registration of multiple service implementations.Constructor and Description |
---|
AbstractMultiServiceImplManager(ServiceManager serviceManager) |
Modifier and Type | Method and Description |
---|---|
DynObject |
createServiceParameters(String serviceName)
Creates a new object to contain service parameters values.
|
ServiceManager |
getServiceManager()
Returns the service Manager
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getService
public AbstractMultiServiceImplManager(ServiceManager serviceManager)
public DynObject createServiceParameters(String serviceName) throws ServiceException
Manager
createServiceParameters
in interface Manager
serviceName
- the name of the service whose parameters have to be createdServiceException
- if there is not any service registered with the given namepublic ServiceManager getServiceManager()
ServiceManager