jSyncManager

Uses of Class
org.jSyncManager.API.Transport.SLPTransportInterface

Packages that use SLPTransportInterface
org.jSyncManager.API.Protocol   
org.jSyncManager.API.Threads   
org.jSyncManager.API.Transport   
org.jSyncManager.Client   
org.jSyncManager.Client.LegacyClient   
org.jSyncManager.Transport   
 

Uses of SLPTransportInterface in org.jSyncManager.API.Protocol
 

Methods in org.jSyncManager.API.Protocol with parameters of type SLPTransportInterface
 void JHotSync.setTransport(SLPTransportInterface t)
          Set the transport for the protocol stack to use.
 

Constructors in org.jSyncManager.API.Protocol with parameters of type SLPTransportInterface
JHotSync(SLPTransportInterface transport)
          Construct a new JHotSync object using the provided transport object.
SLP(SLPTransportInterface trans)
          Construct a new SLP protocol handler using the specified transport.
 

Uses of SLPTransportInterface in org.jSyncManager.API.Threads
 

Constructors in org.jSyncManager.API.Threads with parameters of type SLPTransportInterface
Synchronizer(SLPTransportInterface transport, SynchronizerListener listener)
          Creates a new instance of the Synchronization engine.
 

Uses of SLPTransportInterface in org.jSyncManager.API.Transport
 

Subclasses of SLPTransportInterface in org.jSyncManager.API.Transport
 class SerialTransportInterface
          Serial Transport Abstract Class.
 class USBTransportInterface
          USBTransportInterface.java USB Transport Class.
 

Uses of SLPTransportInterface in org.jSyncManager.Client
 

Methods in org.jSyncManager.Client that return SLPTransportInterface
 SLPTransportInterface RegistrationData.getTransport()
           
 

Methods in org.jSyncManager.Client with parameters of type SLPTransportInterface
 void RegistrationData.setTransport(SLPTransportInterface t)
           
 void TransportChangedListener.changeTransport(SLPTransportInterface t)
          This method will be called when the used has changed their transport class.
 void ApplicationJFrame.changeTransport(SLPTransportInterface t)
          This method will be called when the used has changed their transport class.
 

Uses of SLPTransportInterface in org.jSyncManager.Client.LegacyClient
 

Methods in org.jSyncManager.Client.LegacyClient that return SLPTransportInterface
 SLPTransportInterface ComSelectDialog.getSelectedTransport()
          Deprecated.  
 

Uses of SLPTransportInterface in org.jSyncManager.Transport
 

Subclasses of SLPTransportInterface in org.jSyncManager.Transport
 class CommAPITransport
          Sun Communications API Transport.
 class DebugTransport
          A transport wrapper used for debugging purposes.
 class JUSBTransport
          JUSBTransport.java USB Transport Class.
 class ModemTransport
          Modem Communications Transport.
 

Fields in org.jSyncManager.Transport declared as SLPTransportInterface
protected  SLPTransportInterface DebugTransport.realTransport
          A handle to the transport class we're wrapping.
 

Constructors in org.jSyncManager.Transport with parameters of type SLPTransportInterface
DebugTransport(SLPTransportInterface transport)
          Constructs a new Debug Transport.
 


jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.