|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.connectors.core.AbstractFactory
public abstract class AbstractFactory
Adds a number of convenience functions to the ConnectorCreation. It also contains the core of the administration for the available regsitries. Every connector must be told where it can find its registries. Local registries are added by setting a locally created registry object; remote registries can be added by setting an URL.
Constructor Summary | |
---|---|
AbstractFactory()
|
Method Summary | |
---|---|
void |
addRegistry(ConnectorTypeRegistry registry)
adds a certain registry to the set of registries that will be searched to find certain functionality |
void |
addRegistry(java.net.URL location)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.n52.connectors.core.ConnectorCreation |
---|
getServiceAdapter, getServiceAdapters |
Constructor Detail |
---|
public AbstractFactory()
Method Detail |
---|
public void addRegistry(ConnectorTypeRegistry registry)
ConnectorCreation
addRegistry
in interface ConnectorCreation
registry
- a registry made locally to query for functionalitypublic void addRegistry(java.net.URL location)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |