edu.stanford.hci.r3.actions.remote
Class ActionReceiverTrayApp

java.lang.Object
  extended by edu.stanford.hci.r3.actions.remote.ActionReceiverTrayApp

public class ActionReceiverTrayApp
extends java.lang.Object

Run the ActionReceiver as a tray application. It will wait and listen for actions to run. Provide a list of trusted remote (or local) clients to listen to... and then browse URLs, run actions, as they come in over the wire...

WARNING: If this app crashes, it MAY break msvcr71.dll, which means that it won't be able to run again until you reboot. Sorry... Maybe it's a Java 6 Bug? NOTE: One way to get it running again is to run the Test_ActionSenderAndReceiver. Weeeiiird. Perhaps it is because in the latter case, the main() isn't bootstrapped by the Eclipse IDE?

This software is distributed under the BSD License.


Constructor Summary
ActionReceiverTrayApp()
          Initializes an app that sits in the tray.
 
Method Summary
static void main(java.lang.String[] args)
          Run a tray app that allows you to connect to an action server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionReceiverTrayApp

public ActionReceiverTrayApp()
Initializes an app that sits in the tray.

Method Detail

main

public static void main(java.lang.String[] args)
Run a tray app that allows you to connect to an action server. This app will invoke actions that come over the wire.


Copyright 2006 Stanford University