Uses of Interface
org.refcodes.remoting.Remote
-
Uses of Remote in org.refcodes.remoting
Subinterfaces of Remote in org.refcodes.remoting Modifier and Type Interface Description interfaceRemoteClientRemote control providing subjects to be operated on by aRemoteServer.interfaceRemoteServerRemote control providing subjects to be operated on byRemoteClientinstances.Classes in org.refcodes.remoting that implement Remote Modifier and Type Class Description classRemoteClientImplAbstract implementation of theRemoteClient's base functionality.classRemoteServerImplAbstract implementation of theRemoteServer's base functionality.