|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAgentManager
This interface describes the management of the agent registry.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final java.lang.String _rcsid
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||