org.apache.manifoldcf.core.cachemanager
Class ExecutorBase

java.lang.Object
  extended by org.apache.manifoldcf.core.cachemanager.ExecutorBase
All Implemented Interfaces:
ICacheExecutor
Direct Known Subclasses:
AuthorityConnectionManager.AuthorityConnectionExecutor, Database.QueryCacheExecutor, Jobs.JobObjectExecutor, OutputConnectionManager.OutputConnectionExecutor, RepositoryConnectionManager.RepositoryConnectionExecutor

public abstract class ExecutorBase
extends java.lang.Object
implements ICacheExecutor


Field Summary
static java.lang.String _rcsid
           
 
Constructor Summary
ExecutorBase()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.manifoldcf.core.interfaces.ICacheExecutor
create, execute, exists
 

Field Detail

_rcsid

public static final java.lang.String _rcsid
See Also:
Constant Field Values
Constructor Detail

ExecutorBase

public ExecutorBase()