Class ExecutorBase
- java.lang.Object
-
- org.apache.manifoldcf.core.cachemanager.ExecutorBase
-
- All Implemented Interfaces:
ICacheExecutor
- Direct Known Subclasses:
AuthorityConnectionManager.AuthorityConnectionExecutor,AuthorityGroupManager.AuthorityGroupExecutor,Database.QueryCacheExecutor,Jobs.JobObjectExecutor,MappingConnectionManager.MappingConnectionExecutor,NotificationConnectionManager.NotificationConnectionExecutor,OutputConnectionManager.OutputConnectionExecutor,RepositoryConnectionManager.RepositoryConnectionExecutor,TransformationConnectionManager.TransformationConnectionExecutor
public abstract class ExecutorBase extends java.lang.Object implements ICacheExecutor
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsid
-
Constructor Summary
Constructors Constructor Description 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
-
-