jSyncManager

org.jSyncManager.API.Transport
Class USBTransportInterface

java.lang.Object
  |
  +--org.jSyncManager.API.Transport.SLPTransportInterface
        |
        +--org.jSyncManager.API.Transport.USBTransportInterface
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JUSBTransport

public abstract class USBTransportInterface
extends SLPTransportInterface

USBTransportInterface.java USB Transport Class. This class provides a bridge between the Java USB API and the SLP Protocol class.

Version:
$Revision: 1.4 $
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>, Last modified by: $Author: yaztromo $ on $Date: 2003/04/23 00:22:54 $.
See Also:
Serialized Form

Field Summary
static int CLIE_VENDOR_ID
          The vendor ID for Sony Clie devices.
static int HANDSPRING_VENDOR_ID
          The vendor ID for HandSpring devices.
static int PALM_VENDOR_ID
          The vendor ID for Palm devices.
 
Fields inherited from class org.jSyncManager.API.Transport.SLPTransportInterface
configPanel, connected
 
Constructor Summary
USBTransportInterface()
          Constructor for the USBTransportInterface class.
 
Methods inherited from class org.jSyncManager.API.Transport.SLPTransportInterface
close, constructConfigPanel, flush, getConfigPanel, getResourceBundle, getResourceBundleName, getTransportDescription, getTransportExceptionText, getTransportName, initialize, initialize, isConnected, loadResourceBundle, open, readByte, setConnected, writeBytes
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HANDSPRING_VENDOR_ID

public static final int HANDSPRING_VENDOR_ID
The vendor ID for HandSpring devices.

PALM_VENDOR_ID

public static final int PALM_VENDOR_ID
The vendor ID for Palm devices.

CLIE_VENDOR_ID

public static final int CLIE_VENDOR_ID
The vendor ID for Sony Clie devices.
Constructor Detail

USBTransportInterface

public USBTransportInterface()
                      throws TransportException
Constructor for the USBTransportInterface class.
Throws:
TransportException - any exception thrown by the parent classes constructor is rethrown by this constructor.

jSyncManager

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