org.apache.manifoldcf.authorities
Class BaseAuthoritiesInitializationCommand

java.lang.Object
  extended by org.apache.manifoldcf.authorities.BaseAuthoritiesInitializationCommand
All Implemented Interfaces:
InitializationCommand
Direct Known Subclasses:
RegisterAuthority, SynchronizeAuthorities, UnRegisterAllAuthorities, UnRegisterAuthority

public abstract class BaseAuthoritiesInitializationCommand
extends java.lang.Object
implements InitializationCommand

Author:
Jettro Coenradie

Constructor Summary
BaseAuthoritiesInitializationCommand()
           
 
Method Summary
protected abstract  void doExecute(IAuthorityConnectorManager mgr)
           
 void execute()
          Execute the command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAuthoritiesInitializationCommand

public BaseAuthoritiesInitializationCommand()
Method Detail

execute

public void execute()
             throws ManifoldCFException
Description copied from interface: InitializationCommand
Execute the command.

Specified by:
execute in interface InitializationCommand
Throws:
ManifoldCFException - Thrown if the execution fails

doExecute

protected abstract void doExecute(IAuthorityConnectorManager mgr)
                           throws ManifoldCFException
Throws:
ManifoldCFException