public abstract class ScopedRunable extends ScopedObject implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationSession |
_session |
| Constructor and Description |
|---|
ScopedRunable(ApplicationSession applicationSession) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doRun() |
ApplicationSession |
getAppSession() |
void |
run() |
openScopeprotected ApplicationSession _session
public ScopedRunable(ApplicationSession applicationSession)
public final void run()
run in interface java.lang.Runnableprotected abstract void doRun()
public ApplicationSession getAppSession()
getAppSession in class ScopedObjectCopyright © 2015. All Rights Reserved.