public class WorkflowPushController extends AbstractPushController
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_ATT_CLASS_NAMES |
DEFAULT_DELAY, PARAM_UPDATE_INTERVAL, paramsMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
WorkflowPushController() |
WorkflowPushController(int updateInterval) |
WorkflowPushController(PushComponent component) |
WorkflowPushController(PushComponent component,
int updateInterval) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
before() |
protected List<String> |
getAttachmentClassNames() |
protected WorkflowService |
getWorkflowService()
Deprecated.
|
boolean |
isUpdateNeeded()
Returns whether an update is required or not.
|
protected void |
loadParameters() |
void |
update()
Called whenever an update is needed i.e.
|
addEvent, getComponent, getDesktop, getParameters, getSession, getUpdateInterval, getWebApplicationContext, isDone, run, setComponent, setDone, setParameters, setUpdateInterval, startController, toStringactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yieldpublic static final String PARAM_ATT_CLASS_NAMES
public WorkflowPushController()
public WorkflowPushController(int updateInterval)
public WorkflowPushController(PushComponent component)
public WorkflowPushController(PushComponent component, int updateInterval)
protected void after()
after in class AbstractPushControllerprotected void before()
before in class AbstractPushControllerpublic boolean isUpdateNeeded()
PushControllertrue if an update is needed, false otherwisePushController.update()public void update()
PushControllerPushController.isUpdateNeeded() has returned true.
Typically creates CockpitEvents and adds them to a special event queue by calling the
PushComponent.addEvent(CockpitEvent) method on the PushComponent returned by PushController.getComponent().@Deprecated protected WorkflowService getWorkflowService()
protected void loadParameters()
loadParameters in class AbstractPushControllerCopyright © 2017 SAP SE. All Rights Reserved.