org.xcmis.search.content
Class ExecutionContext

java.lang.Object
  extended by 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.


Constructor Summary
ExecutionContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionContext

public ExecutionContext()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.