org.apache.manifoldcf.core
Interface InitializationCommand

All Known Implementing Classes:
AgentRun, AgentStop, BaseAgentsInitializationCommand, BaseAuthoritiesInitializationCommand, BaseCrawlerInitializationCommand, DBCreate, DBDrop, DBInitializationCommand, ExportConfiguration, ImportConfiguration, Install, LockClean, Register, Register, RegisterAuthority, RegisterOutput, SynchronizeAll, SynchronizeAuthorities, SynchronizeConnectors, SynchronizeOutputs, TransactionalAgentsInitializationCommand, TransactionalCrawlerInitializationCommand, Uninstall, UnRegister, UnRegister, UnRegisterAll, UnRegisterAll, UnRegisterAllAuthorities, UnRegisterAllOutputs, UnRegisterAuthority, UnRegisterOutput

public interface InitializationCommand

Interface for commands that initialize state of the connector framework. Among implementations available are: - Database creation - Registrations of agent - Registrations of connectors

Author:
Jettro Coenradie

Method Summary
 void execute()
          Execute the command.
 

Method Detail

execute

void execute()
             throws ManifoldCFException
Execute the command.

Throws:
ManifoldCFException - Thrown if the execution fails