|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Connector | |
| org.opensync.engine.server | |
| org.opensync.engine.server.connector | |
| Uses of Connector in org.opensync.engine.server |
| Classes in org.opensync.engine.server that implement Connector | |
class |
DefaultConnector
The default implementation of the connector interface |
| Fields in org.opensync.engine.server declared as Connector | |
protected Connector |
DefaultProtocol.connector
The connector used by the protocol to get information to connect to the source |
protected Connector |
DefaultAdapter.connector
The connector used by the adapter |
| Methods in org.opensync.engine.server that return Connector | |
Connector |
Source.getConnector()
Get the connector of the source |
Connector |
DefaultProtocol.getConnector()
Get the connector used by the protocol to get information to connect to the source |
Connector |
DefaultAdapter.getConnector()
Get the connector used by the adapter |
| Methods in org.opensync.engine.server with parameters of type Connector | |
void |
Source.setConnector(Connector connector)
Se the connector of the source |
void |
DefaultProtocol.setConnector(Connector connector)
Set the connector used by the protocol to get information to connect to the source |
void |
DefaultAdapter.setConnector(Connector connector)
The the connector used by the adapter |
| Uses of Connector in org.opensync.engine.server.connector |
| Classes in org.opensync.engine.server.connector that implement Connector | |
class |
BDConnector
The connector used to connect to a database server |
class |
FileConnector
The connector used to connect to a file server |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||