Interface LocalServiceRegistry.ServiceStarter
-
- Enclosing class:
- LocalServiceRegistry
protected static interface LocalServiceRegistry.ServiceStarter extends Callable<Boolean>
This interface is used for starting services which requires a start routine (Callable.call()
) and the service name (getServiceName()
) for logging purpose.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getServiceName()
Gets the name of the service to be started by this callable.
-
-
-
Method Detail
-
getServiceName
String getServiceName()
Gets the name of the service to be started by this callable.- Returns:
- The name of the service to be started by this callable.
-
-