Uses of Interface
org.jumpmind.symmetric.transport.ITransportManager

Packages that use ITransportManager
org.jumpmind.symmetric.service   
org.jumpmind.symmetric.service.impl   
org.jumpmind.symmetric.transport   
org.jumpmind.symmetric.transport.http   
org.jumpmind.symmetric.transport.internal   
 

Uses of ITransportManager in org.jumpmind.symmetric.service
 

Methods in org.jumpmind.symmetric.service with parameters of type ITransportManager
 void IDataLoaderService.setTransportManager(ITransportManager transportManager)
           
 

Uses of ITransportManager in org.jumpmind.symmetric.service.impl
 

Fields in org.jumpmind.symmetric.service.impl declared as ITransportManager
protected  ITransportManager DataLoaderService.transportManager
           
 

Methods in org.jumpmind.symmetric.service.impl with parameters of type ITransportManager
 void RegistrationService.setTransportManager(ITransportManager transportManager)
           
 void PushService.setTransportManager(ITransportManager tm)
           
 void DataLoaderService.setTransportManager(ITransportManager remoteService)
           
 

Uses of ITransportManager in org.jumpmind.symmetric.transport
 

Methods in org.jumpmind.symmetric.transport that return types with arguments of type ITransportManager
 java.lang.Class<ITransportManager> TransportManagerFactoryBean.getObjectType()
           
 

Uses of ITransportManager in org.jumpmind.symmetric.transport.http
 

Classes in org.jumpmind.symmetric.transport.http that implement ITransportManager
 class HttpTransportManager
          Allow remote communication to nodes, in order to push data, pull data, and send messages.
 

Uses of ITransportManager in org.jumpmind.symmetric.transport.internal
 

Classes in org.jumpmind.symmetric.transport.internal that implement ITransportManager
 class InternalTransportManager
          Coordinates interaction between two symmetric engines in the same JVM.
 



Copyright © 2007-2008. All Rights Reserved.