Package com.googlecode.mobilityrpc.quickstart

[public api] Contains a simplified API to the library, wrapping the main APIs, tailored for specific use cases and for getting started with the library quickly.

See:
          Description

Class Summary
EmbeddedMobilityServer A quick way to programmatically start the Mobility-RPC library to listen for incoming connections, using default settings.
QuickTask A simplified API for sending and executing one-off tasks (Runnable or Callable objects) on remote machines.
StandaloneMobilityServer Starts EmbeddedMobilityServer as a standalone application, listening on port 5739 on all network interfaces by default.
 

Package com.googlecode.mobilityrpc.quickstart Description

[public api] Contains a simplified API to the library, wrapping the main APIs, tailored for specific use cases and for getting started with the library quickly.

The following are the main APIs of the library:

Classes in this package wrap these APIs, and provide their own custom APIs, each tailored for a specific use case.



Copyright © 2016. All rights reserved.