Package com.jme3.network.service.rmi
Annotation Interface Asynchronous
Indicates that a given method should be executed asynchronously
  through the RMI service.  This must annotate the method on the
  shared interface for it to have an effect.  If reliable=false
  is specified then remote method invocation is done over UDP
  instead of TCP, ie: unreliably... but faster.
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
reliableboolean reliable- Default:
- true
 
 
-