com.googlecode.mobilityrpc.quickstart
Class StandaloneMobilityServer
java.lang.Object
com.googlecode.mobilityrpc.quickstart.StandaloneMobilityServer
public class StandaloneMobilityServer
- extends Object
Starts EmbeddedMobilityServer as a standalone application, listening on port 5739 on all network interfaces by default.
Adds a system tray icon which displays information about the addresses on which the library is listening, and which
allows the library to be shut down, if the host machine is not headless and supports system tray icons.
Supply system property "-Ddebug=true" on the command line to enable debug logging.
Supply system property "-Dcom.googlecode.mobilityrpc.headless=true" to explicitly disable system tray support.
- Author:
- Niall Gallagher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandaloneMobilityServer
public StandaloneMobilityServer()
main
public static void main(String[] args)
- Parameters:
args - Not used
Copyright © 2012. All Rights Reserved.