public interface ExecutionContext
An instance of this class is available for injection. It is bound as scoped proxy and can thus also be injected into singletons. However, calling methods on the proxy'ed context will only work if the context is active for the current thread.
ExecutionScope| Modifier and Type | Method and Description |
|---|---|
int |
getExecutionNr()
Returns the execution number.
|
Method |
getMethod()
Gets the scheduled method to which this scope belongs.
|
Map<String,Object> |
getProperties()
Gets the properties that are attached to this context.
|
Method getMethod()
Map<String,Object> getProperties()
ExecutionScope implementation to store cached objects.int getExecutionNr()
Copyright © 2014–2018. All rights reserved.