| Package | Description |
|---|---|
| com.jme3.network.service.rmi | |
| com.jme3.network.service.rpc |
| Constructor and Description |
|---|
RmiRegistry(HostedConnection context,
RpcConnection rpc,
short rmiId,
byte defaultChannel) |
RmiRegistry(RpcConnection rpc,
short rmiId,
byte defaultChannel) |
| Modifier and Type | Method and Description |
|---|---|
RpcConnection |
RpcClientService.getRpcConnection()
Returns the underlying RPC connection for use by other
services that may require a more generic non-client/server
specific RPC object with which to interact.
|
RpcConnection |
RpcHostedService.getRpcConnection(HostedConnection hc)
Retrieves the RpcConnection for the specified HostedConnection
if that HostedConnection has had RPC services started using
startHostingOnConnection() (or via autohosting).
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
RpcHandler.call(RpcConnection conn,
short objectId,
short procId,
java.lang.Object... args)
Called when a remote procedure call request is received for a particular
object from the other end of the network connection.
|