org.xcmis.search.content
Class ExecutionContext
java.lang.Object
org.xcmis.search.content.ExecutionContext
public class ExecutionContext
- extends Object
An ExecutionContext is a representation of the environment or context in
which a component or operation is operating. Some components require this
context to be passed into individual methods, allowing the context to vary
with each method invocation. Other components require the context to be
provided before it's used, and will use that context for all its operations
(until it is given a different one).
ExecutionContext instances are immutable, so components may hold onto
references to them without concern of those contexts changing.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionContext
public ExecutionContext()
Copyright © 2011 eXo Platform SAS. All Rights Reserved.