com.jme3.network.rmi
クラス ObjectStore
java.lang.Object
com.jme3.network.rmi.ObjectStore
public class ObjectStore
- extends java.lang.Object
メソッドの概要 |
void |
exposeObject(java.lang.String name,
java.lang.Object obj)
|
|
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