DATATYPE - The return type of the function.public abstract class AbstractScopeAwareCallable<DATATYPE> extends Object implements INonThrowingCallable<DATATYPE>
Callable that handles WebScopes correctly.| Constructor and Description |
|---|
AbstractScopeAwareCallable() |
AbstractScopeAwareCallable(String sApplicationID) |
AbstractScopeAwareCallable(String sApplicationID,
String sRequestID,
String sSessionID) |
| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
call()
The call back method to be called.
|
String |
getApplicationID() |
String |
getRequestID() |
String |
getSessionID() |
protected abstract DATATYPE |
scopedRun()
Implement your code in here
|
String |
toString() |
public AbstractScopeAwareCallable()
public AbstractScopeAwareCallable(@Nonnull@Nonempty String sApplicationID)
Copyright © 2014–2015 Philip Helger. All rights reserved.