javax.usb
Class UsbHostManager
java.lang.Object
  
javax.usb.UsbHostManager
public final class UsbHostManager
- extends java.lang.Object
 
Entry point for javax.usb.
- Author:
 
  - Dan Streetman, E. Michael Maximilien
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JAVAX_USB_PROPERTIES_FILE
public static final java.lang.String JAVAX_USB_PROPERTIES_FILE
- See Also:
 - Constant Field Values
 
JAVAX_USB_USBSERVICES_PROPERTY
public static final java.lang.String JAVAX_USB_USBSERVICES_PROPERTY
- See Also:
 - Constant Field Values
 
getUsbServices
public static UsbServices getUsbServices()
                                  throws UsbException,
                                         java.lang.SecurityException
- Get the UsbServices implementation.
- Returns:
 - The UsbServices implementation instance.
 - Throws:
 UsbException - If there is an error creating the UsbSerivces implementation.
java.lang.SecurityException - If the caller does not have security access.
 
 
getProperties
public static java.util.Properties getProperties()
                                          throws UsbException,
                                                 java.lang.SecurityException
- Get the Properties loaded from the properties file.
 
 If the properties have not yet been loaded, this loads them.
- Returns:
 - An copy of the Properties.
 - Throws:
 UsbException - If an error occurs while loading the properties.
java.lang.SecurityException - If the caller does not have security access.