@Immutable public abstract class AbstractScopeAwareRunnable extends AbstractScopeAwareAction implements Runnable
Runnable that handles scopes correctly.m_sApplicationID, m_sRequestID, m_sSessionID| Constructor and Description |
|---|
AbstractScopeAwareRunnable() |
AbstractScopeAwareRunnable(String sApplicationID) |
AbstractScopeAwareRunnable(String sApplicationID,
String sRequestID,
String sSessionID) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
protected abstract void |
scopedRun()
Implement your code in here.
|
getApplicationID, getRequestID, getSessionID, toStringCopyright © 2014–2017 Philip Helger. All rights reserved.