Package com.jme3.network.rmi
Class ObjectStore
java.lang.Object
com.jme3.network.rmi.ObjectStore
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionclassclass
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexposeObject(String name, Object obj) <T> TgetExposedObject(String name, Class<T> type, boolean waitFor) 
- 
Constructor Details- 
ObjectStore
- 
ObjectStore
 
- 
- 
Method Details- 
exposeObject- Throws:
- IOException
 
- 
getExposedObjectpublic <T> T getExposedObject(String name, Class<T> type, boolean waitFor) throws InterruptedException - Throws:
- InterruptedException
 
 
-