Class ProxyJobContext

java.lang.Object
com.exedio.cope.util.ProxyJobContext
All Implemented Interfaces:
JobContext

public class ProxyJobContext extends Object implements JobContext
An proxy implementation of JobContext. All methods implementing JobContext do forward to another JobContext. You may want to subclass this class instead of implementing JobContext directly to make your subclass cope with new methods in JobContext.