Package com.emc.mongoose.base.load.step
Interface LoadStepManagerService
-
- All Superinterfaces:
com.github.akurilov.commons.concurrent.AsyncRunnable,java.lang.AutoCloseable,java.rmi.Remote,Service
- All Known Implementing Classes:
LoadStepManagerServiceImpl
public interface LoadStepManagerService extends Service
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSVC_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadStepServicegetStepService()java.lang.StringnewStepService(java.lang.String stepType, com.github.akurilov.confuse.Config config, java.util.List<com.github.akurilov.confuse.Config> ctxConfigs)-
Methods inherited from interface com.github.akurilov.commons.concurrent.AsyncRunnable
await, await, close, isClosed, isInitial, isShutdown, isStarted, isStopped, shutdown, start, state, stop
-
Methods inherited from interface com.emc.mongoose.base.svc.Service
name, registryPort
-
-
-
-
Field Detail
-
SVC_NAME
static final java.lang.String SVC_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newStepService
java.lang.String newStepService(java.lang.String stepType, com.github.akurilov.confuse.Config config, java.util.List<com.github.akurilov.confuse.Config> ctxConfigs) throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
getStepService
LoadStepService getStepService() throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
-
-