public class FastRestartStoreContainerServiceFactory extends java.lang.Object implements ServiceFactory<FastRestartStoreContainerService>
ServiceFactory.RequiresConfiguration
Constructor and Description |
---|
FastRestartStoreContainerServiceFactory() |
Modifier and Type | Method and Description |
---|---|
FastRestartStoreContainerService |
create(ServiceCreationConfiguration<FastRestartStoreContainerService,?> configuration)
Creates an instance of the service using the passed in
ServiceCreationConfiguration . |
java.lang.Class<? extends FastRestartStoreContainerService> |
getServiceType()
Queries a
ServiceFactory to know which Service type it produces. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isMandatory, rank
public FastRestartStoreContainerServiceFactory()
public FastRestartStoreContainerService create(ServiceCreationConfiguration<FastRestartStoreContainerService,?> configuration)
ServiceFactory
ServiceCreationConfiguration
.
Note that a null
configuration may be supported or even required by a service implementation.
create
in interface ServiceFactory<FastRestartStoreContainerService>
configuration
- the creation configuration, can be null
for some servicesstarted
public java.lang.Class<? extends FastRestartStoreContainerService> getServiceType()
ServiceFactory
ServiceFactory
to know which Service
type it produces.getServiceType
in interface ServiceFactory<FastRestartStoreContainerService>