|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConnectorManager
This interface describes a manager for the registry of connectors. Use this to register or remove a connector from the list of available choices.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
| Method Summary | |
|---|---|
void |
deinstall()
Uninstall. |
IResultSet |
getConnectors()
Get ordered list of connectors. |
java.lang.String |
getDescription(java.lang.String className)
Get a description given a class name. |
void |
install()
Install. |
boolean |
isInstalled(java.lang.String className)
Check if a particular connector is installed or not. |
void |
registerConnector(java.lang.String description,
java.lang.String className)
Register a new connector. |
void |
removeConnector(java.lang.String className)
Remove a connector. |
void |
unregisterConnector(java.lang.String className)
Unregister a connector. |
| Field Detail |
|---|
static final java.lang.String _rcsid
| Method Detail |
|---|
void install()
throws ManifoldCFException
ManifoldCFException
void deinstall()
throws ManifoldCFException
ManifoldCFException
void registerConnector(java.lang.String description,
java.lang.String className)
throws ManifoldCFException
description - is the description to use in the UI.className - is the class name.
ManifoldCFException
void unregisterConnector(java.lang.String className)
throws ManifoldCFException
className - is the connector class to unregister.
ManifoldCFException
void removeConnector(java.lang.String className)
throws ManifoldCFException
className - is the connector class to remove.
ManifoldCFException
IResultSet getConnectors()
throws ManifoldCFException
ManifoldCFException
java.lang.String getDescription(java.lang.String className)
throws ManifoldCFException
className - is the class name.
ManifoldCFException
boolean isInstalled(java.lang.String className)
throws ManifoldCFException
className - is the class name of the connector.
ManifoldCFException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||