org.jumpmind.symmetric.fs.client.connector
Class TransportConnectorFactory
java.lang.Object
org.jumpmind.symmetric.fs.client.connector.TransportConnectorFactory
public class TransportConnectorFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connectorTypes
protected Map<String,Class<? extends ITransportConnector>> connectorTypes
persisterServices
protected IPersisterServices persisterServices
properties
protected TypedProperties properties
TransportConnectorFactory
public TransportConnectorFactory(IPersisterServices persisterServices,
TypedProperties properties)
addTransportConnectorType
public void addTransportConnectorType(String name,
Class<ITransportConnector> clazz)
getTransportConnecetorTypes
public Set<String> getTransportConnecetorTypes()
createTransportConnector
public ITransportConnector createTransportConnector(SyncConfig config,
Node node)
Copyright © 2012-2013 JumpMind, Inc.. All Rights Reserved.