In any system, a RemoteInterface is a portal through which a privileged user may utilize a set of tools. 

In Java RMI, a RemoteInterface is an interface that declares a set of methods that may be invoked from a remote java virtual machine.
-----
CategoryInterface