com.jme3.network.rmi
クラス ObjectStore

java.lang.Object
  上位を拡張 com.jme3.network.rmi.ObjectStore

public class ObjectStore
extends java.lang.Object


入れ子のクラスの概要
 class ObjectStore.ClientEventHandler
           
 class ObjectStore.ServerEventHandler
           
 
コンストラクタの概要
ObjectStore(Client client)
           
ObjectStore(Server server)
           
 
メソッドの概要
 void exposeObject(java.lang.String name, java.lang.Object obj)
           
<T> T
getExposedObject(java.lang.String name, java.lang.Class<T> type, boolean waitFor)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ObjectStore

public ObjectStore(Client client)

ObjectStore

public ObjectStore(Server server)
メソッドの詳細

exposeObject

public void exposeObject(java.lang.String name,
                         java.lang.Object obj)
                  throws java.io.IOException
例外:
java.io.IOException

getExposedObject

public <T> T getExposedObject(java.lang.String name,
                              java.lang.Class<T> type,
                              boolean waitFor)
                   throws java.lang.InterruptedException
例外:
java.lang.InterruptedException