Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.jme3.network.rmi Classes and Interfaces - 9 results found.
| Name | Description | Type | Package | Framework |
| LocalObject | Describes a RMI interface on the local machine. | Class | com.jme3.network.rmi | JMonkeyEngine |
|
| MethodDef | Method definition is used to map methods on an RMI interface to an implementation on a remote machine. | Class | com.jme3.network.rmi | JMonkeyEngine |
|
| ObjectDef | | Class | com.jme3.network.rmi | JMonkeyEngine |
|
| ObjectStore | | Class | com.jme3.network.rmi | JMonkeyEngine |
|
| RemoteMethodCallMessage | Sent to a remote client to make a remote method invocation. | Class | com.jme3.network.rmi | JMonkeyEngine |
|
| RemoteMethodReturnMessage | Contains the return value for a remote method invocation, sent as a response to a RemoteMethodCallMessage with a non-zero invocationID. | Class | com.jme3.network.rmi | JMonkeyEngine |
|
| RemoteObject | Contains various meta-data about an RMI interface. | Class | com.jme3.network.rmi | JMonkeyEngine |
|
| RemoteObjectDefMessage | Sent to expose RMI interfaces on the local client to other clients. | Class | com.jme3.network.rmi | JMonkeyEngine |
|
| RmiSerializer | RmiSerializer is responsible for serializing RMI messages like define object, call, and return. | Class | com.jme3.network.rmi | JMonkeyEngine |