org.oddjob.framework
Interface ContextAware

All Known Implementing Classes:
BaseWrapper

public interface ContextAware

An inteface for the proxy to implement so that a proxy can have it's context set. This is normally via reflection looking for, and invoking a method but obviously this doesn't work for proxies.

Author:
Rob Gordon

Method Summary
 boolean setContext(ArooaContext arooaContext)
          Set the context.
 

Method Detail

setContext

public boolean setContext(ArooaContext arooaContext)
Set the context.

Parameters:
arooaContext - the ArooaContext.
Returns:
true if the job is independent.