com.jme3.network.rmi
クラス RemoteObject
java.lang.Object
com.jme3.network.rmi.RemoteObject
- すべての実装されたインタフェース:
- java.lang.reflect.InvocationHandler
public class RemoteObject
- extends java.lang.Object
- implements java.lang.reflect.InvocationHandler
Contains various meta-data about an RMI interface.
メソッドの概要 |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Callback from InvocationHandler. |
void |
loadMethods(java.lang.Class<?> interfaceClass)
Generates mappings from the given interface into the remote RMI
interface's implementation. |
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteObject
public RemoteObject(ObjectStore store,
HostedConnection client)
loadMethods
public void loadMethods(java.lang.Class<?> interfaceClass)
- Generates mappings from the given interface into the remote RMI
interface's implementation.
- パラメータ:
interfaceClass
- The interface class to use.
invoke
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
- Callback from InvocationHandler.
- 定義:
- インタフェース
java.lang.reflect.InvocationHandler
内の invoke
- 例外:
java.lang.Throwable