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.


コンストラクタの概要
RemoteObject(ObjectStore store, HostedConnection client)
           
 
メソッドの概要
 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