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
ManifoldCFException
void deinstall() throws ManifoldCFException
ManifoldCFException
void registerAgent(java.lang.String className) throws ManifoldCFException
className
- is the class.ManifoldCFException
void unregisterAgent(java.lang.String className) throws ManifoldCFException
className
- is the class to unregister.ManifoldCFException
void removeAgent(java.lang.String className) throws ManifoldCFException
className
- is the class to remove.ManifoldCFException
java.lang.String[] getAllAgents() throws ManifoldCFException
ManifoldCFException