Package com.jme3.network.rmi
package com.jme3.network.rmi
-
ClassDescriptionDescribes an RMI interface on the local machine.Method definition is used to map methods on an RMI interface to an implementation on a remote machine.Sent to a remote client to make a remote method invocation.Contains the return value for a remote method invocation, sent as a response to a
RemoteMethodCallMessage
with a non-zero invocationID.Contains various meta-data about an RMI interface.Sent to expose RMI interfaces on the local client to other clients.RmiSerializer
is responsible for serializing RMI messages like define object, call, and return.