jSyncManager

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

Packages that use TransportException
org.jSyncManager.API.Transport   
org.jSyncManager.Transport   
 

Uses of TransportException in org.jSyncManager.API.Transport
 

Methods in org.jSyncManager.API.Transport with parameters of type TransportException
abstract  java.lang.String SLPTransportInterface.getTransportExceptionText(TransportException ex)
          Retrieves error information for a given TransportInitException.
 

Methods in org.jSyncManager.API.Transport that throw TransportException
abstract  void SLPTransportInterface.close()
          Closes the implemented transport.
abstract  void SLPTransportInterface.flush()
          Flushes the input buffer of any remaining data.
abstract  void SLPTransportInterface.open()
          Opens a read/write connection to the implemented transport.
abstract  void SLPTransportInterface.initialize()
          Initialize the port.
abstract  void SLPTransportInterface.initialize(java.util.Properties properties, int id)
          Initialize the port.
 void SLPTransportInterface.loadResourceBundle()
          Loads the resources class returned by getResourceBundleName().
protected abstract  void SerialTransportInterface.setSpeed(int speed)
          Changes the speed of the underlying transport mechanism.
 void SerialTransportInterface.switchSpeed(boolean hiSpeed)
          This method is called when it's time to switch serial speeds.
 

Constructors in org.jSyncManager.API.Transport that throw TransportException
SLPTransportInterface()
          Creates a new SLPTransportInterface.
SerialTransportInterface()
          SerialTransportInterface constructor.
USBTransportInterface()
          Constructor for the USBTransportInterface class.
 

Uses of TransportException in org.jSyncManager.Transport
 

Methods in org.jSyncManager.Transport with parameters of type TransportException
 java.lang.String ModemTransport.getTransportExceptionText(TransportException ex)
          Retrieves error information for a given TransportException.
 java.lang.String JUSBTransport.getTransportExceptionText(TransportException ex)
          Retrieves error information for a given TransportInitException.
 java.lang.String DebugTransport.getTransportExceptionText(TransportException ex)
          Retrieves error information for a given TransportInitException.
 java.lang.String CommAPITransport.getTransportExceptionText(TransportException ex)
          Retrieves error information for a given TransportException.
 

Methods in org.jSyncManager.Transport that throw TransportException
 void ModemTransport.close()
          Closes the Java COMM API port.
 void ModemTransport.flush()
          Flushes the input buffer of any remaining data.
 void ModemTransport.open()
          Opens a read/write connection to the implemented transport.
 void ModemTransport.initialize()
          Initialize the port.
 void ModemTransport.initialize(java.util.Properties properties, int id)
          Initialize the port.
 void JUSBTransport.initialize()
          Initialize the port.
 void JUSBTransport.initialize(java.util.Properties properties, int id)
          Initialize the port.
 void JUSBTransport.open()
          Opens a read/write connection to the implemented transport.
 void JUSBTransport.finalize()
          Completed on garbage removal of the implemented transport.
 void JUSBTransport.close()
          Closes the implemented transport.
 void JUSBTransport.flush()
          Flushes the input buffer of any remaining data.
 void DebugTransport.close()
          Closes the implemented transport.
 void DebugTransport.flush()
          Flushes the input buffer of any remaining data.
 void DebugTransport.open()
          Opens a read/write connection to the implemented transport.
 void DebugTransport.initialize()
          Initialize the port.
 void DebugTransport.initialize(java.util.Properties properties, int id)
          Initialize the port.
 void CommAPITransport.close()
          Closes the Java COMM API port.
 void CommAPITransport.flush()
          Flushes the input buffer of any remaining data.
 void CommAPITransport.open()
          Opens a read/write connection to the implemented transport.
protected  void CommAPITransport.setSpeed(int speed)
          Sets the speed of the underlying Java COMM API port.
 void CommAPITransport.initialize()
          Initialize the port.
 void CommAPITransport.initialize(java.util.Properties properties, int id)
          Initialize the port.
 

Constructors in org.jSyncManager.Transport that throw TransportException
ModemTransport()
          Creates a new instance of the ModemTransport class.
JUSBTransport()
          Creates a new instance of JUSBTransport
DebugTransport(SLPTransportInterface transport)
          Constructs a new Debug Transport.
CommAPITransport()
          Create a new instance of the Comm API Transport.
 


jSyncManager

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