protected static class MappingConnectionManager.MappingConnectionExecutor extends ExecutorBase
Modifier and Type | Field and Description |
---|---|
protected HashMap |
returnMap |
protected MappingConnection[] |
returnValues |
protected MappingConnectionManager |
thisManager |
_rcsid
Constructor and Description |
---|
MappingConnectionManager.MappingConnectionExecutor(MappingConnectionManager manager,
MappingConnectionManager.MappingConnectionDescription[] objectDescriptions)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
create(ICacheDescription[] objectDescriptions)
Create a set of new objects to operate on and cache.
|
void |
execute()
Perform the desired operation.
|
void |
exists(ICacheDescription objectDescription,
Object cachedObject)
Notify the implementing class of the existence of a cached version of the
object.
|
MappingConnection[] |
getResults()
Get the result.
|
protected MappingConnectionManager thisManager
protected MappingConnection[] returnValues
protected HashMap returnMap
public MappingConnectionManager.MappingConnectionExecutor(MappingConnectionManager manager, MappingConnectionManager.MappingConnectionDescription[] objectDescriptions)
manager
- is the ToolManager.objectDescriptions
- are the object descriptions.public MappingConnection[] getResults()
public Object[] create(ICacheDescription[] objectDescriptions) throws ManifoldCFException
objectDescriptions
- is the set of unique identifier of the object.ManifoldCFException
public void exists(ICacheDescription objectDescription, Object cachedObject) throws ManifoldCFException
objectDescription
- is the unique identifier of the object.cachedObject
- is the cached object.ManifoldCFException
public void execute() throws ManifoldCFException
ManifoldCFException