usb.remote
Class USBD
java.lang.Object
|
+--usb.remote.USBD
- public final class USBD
- extends java.lang.Object
This starts an RMI HostProxy
for this USB Host,
exporting it through RMI naming.
This is preliminary. It may be preferable to have some
sort of authenticated session associated with each client,
to control access and to prevent clients from interfering
with each others' interface claiming.
Field Summary |
static java.lang.String |
rmiName
This holds the name under which this class registers
a proxy in the RMI naming context. |
Method Summary |
static void |
main(java.lang.String[] argv)
Arguments are "start" or "stop", but "stop' is currently a NOP. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rmiName
public static final java.lang.String rmiName
- This holds the name under which this class registers
a proxy in the RMI naming context.
Its current value is "usb.core.Host".
main
public static void main(java.lang.String[] argv)
- Arguments are "start" or "stop", but "stop' is currently a NOP.
Associated source code is licenced under the LGPL.
See http://jusb.sourceforge.net
This documentation was derived from that source code on 24-Jul-2002.