com.viaoa.remote.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oa-core Show documentation
Show all versions of oa-core Show documentation
Object Automation library
The newest version!
/**
* Automates how to make method calls remote, so that they are the same as if calling a local method.
*
* Supports the following:
*
* - Client to Server
*
- Server to Client
*
- Broadcasting from server or clients to 1+/all others.
*
* Independent of communication layer, tranmission layer, and serialization.
*
* @author vvia
*/
package com.viaoa.remote;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy