com.jme3.network.rmi
Class ObjectStore

java.lang.Object
  extended by com.jme3.network.rmi.ObjectStore

public class ObjectStore
extends java.lang.Object


Nested Class Summary
 class ObjectStore.ClientEventHandler
           
 class ObjectStore.ServerEventHandler
           
 
Constructor Summary
ObjectStore(Client client)
           
ObjectStore(Server server)
           
 
Method Summary
 void exposeObject(java.lang.String name, java.lang.Object obj)
           
<T> T
getExposedObject(java.lang.String name, java.lang.Class<T> type, boolean waitFor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectStore

public ObjectStore(Client client)

ObjectStore

public ObjectStore(Server server)
Method Detail

exposeObject

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

getExposedObject

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