Package com.jme3.network.rmi
Class ObjectStore
java.lang.Object
com.jme3.network.rmi.ObjectStore
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexposeObject(String name, Object obj) <T> TgetExposedObject(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
 
 -