public class PauseTransitService extends Object implements Service
Modifier and Type | Class and Description |
---|---|
static class |
PauseTransitService.PauseTransitRunnable
PauseTransitRunnable is the runnable which is scheduled to run at the configured interval, it checks all bundles
to see if they should be paused, un-paused or started.
|
Modifier and Type | Field and Description |
---|---|
static String |
CONF_BUNDLE_PAUSE_START_INTERVAL |
static String |
CONF_CALLABLE_BATCH_SIZE |
static String |
CONF_PREFIX |
DEFAULT_LOCK_TIMEOUT, lockTimeout
Constructor and Description |
---|
PauseTransitService() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroy the StateTransit Jobs Service.
|
Class<? extends Service> |
getInterface()
Return the public interface for the purge jobs service.
|
void |
init(Services services)
Initializes the
PauseTransitService . |
public static final String CONF_PREFIX
public static final String CONF_BUNDLE_PAUSE_START_INTERVAL
public static final String CONF_CALLABLE_BATCH_SIZE
public PauseTransitService()
public void init(Services services)
PauseTransitService
.public void destroy()
public Class<? extends Service> getInterface()
getInterface
in interface Service
PauseTransitService
.Copyright © 2018 Apache Software Foundation. All rights reserved.