Package com.jme3.network.rmi
Class ObjectStore
java.lang.Object
com.jme3.network.rmi.ObjectStore
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exposeObject
(String name, Object obj) <T> T
getExposedObject
(String name, Class<T> type, boolean waitFor)
-
Constructor Details
-
ObjectStore
-
ObjectStore
-
-
Method Details
-
exposeObject
- Throws:
IOException
-
getExposedObject
public <T> T getExposedObject(String name, Class<T> type, boolean waitFor) throws InterruptedException - Throws:
InterruptedException
-