Package org.apache.manifoldcf.agents
Class BaseAgentsInitializationCommand
- java.lang.Object
 - 
- org.apache.manifoldcf.agents.BaseAgentsInitializationCommand
 
 
- 
- All Implemented Interfaces:
 InitializationCommand
- Direct Known Subclasses:
 AgentRun,AgentStop,Install,Register,SynchronizeAll,SynchronizeOutputs,SynchronizeTransformations,Uninstall,UnRegister,UnRegisterAll,UnRegisterAllOutputs,UnRegisterAllTransformations
public abstract class BaseAgentsInitializationCommand extends java.lang.Object implements InitializationCommand
Parent class for most Initialization commands that are related to Agents 
- 
- 
Constructor Summary
Constructors Constructor Description BaseAgentsInitializationCommand() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voiddoExecute(IThreadContext tc)voidexecute()Execute the command. 
 - 
 
- 
- 
Method Detail
- 
execute
public void execute() throws ManifoldCFExceptionDescription copied from interface:InitializationCommandExecute the command.- Specified by:
 executein interfaceInitializationCommand- Throws:
 ManifoldCFException- Thrown if the execution fails
 
- 
doExecute
protected abstract void doExecute(IThreadContext tc) throws ManifoldCFException
- Throws:
 ManifoldCFException
 
 - 
 
 -