|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConFactoryRegistryOperations
A registry for Connector factories.
Connector
,
ConFactory
Method Summary | |
---|---|
void |
add_factory(ConFactory factory)
Adds a Connector factory to the registry. |
ConFactory[] |
get_factories()
Returns all registered factories. |
ConFactory |
get_factory(String id)
Returns the factory with the given plugin id. |
Method Detail |
---|
void add_factory(ConFactory factory) throws FactoryAlreadyExists
factory
- The Connector factory to add.
FactoryAlreadyExists
- If a factory already exists with the
same plugin id as the given factory.ConFactory get_factory(String id) throws NoSuchFactory
id
- The plugin id.
NoSuchFactory
- If no factory was found with a matching
plugin id.ConFactory[] get_factories()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |