public interface IAgentManager
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
_rcsid  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
deinstall()
Uninstall. 
 | 
java.lang.String[] | 
getAllAgents()
Get a list of all registered agent class names. 
 | 
void | 
install()
Install. 
 | 
void | 
registerAgent(java.lang.String className)
Register an agent. 
 | 
void | 
removeAgent(java.lang.String className)
Remove an agent. 
 | 
void | 
unregisterAgent(java.lang.String className)
Unregister an agent. 
 | 
static final java.lang.String _rcsid
void install()
      throws ManifoldCFException
ManifoldCFExceptionvoid deinstall()
        throws ManifoldCFException
ManifoldCFExceptionvoid registerAgent(java.lang.String className)
            throws ManifoldCFException
className - is the class.ManifoldCFExceptionvoid unregisterAgent(java.lang.String className)
              throws ManifoldCFException
className - is the class to unregister.ManifoldCFExceptionvoid removeAgent(java.lang.String className)
          throws ManifoldCFException
className - is the class to remove.ManifoldCFExceptionjava.lang.String[] getAllAgents()
                         throws ManifoldCFException
ManifoldCFException