Uses of Interface
com.rbnb.api.RmapInterface

Packages that use RmapInterface
com.rbnb.api Provides the unsupported full application programming interface (API) and the DataTurbine server for the RBNB system. 
 

Uses of RmapInterface in com.rbnb.api
 

Subinterfaces of RmapInterface in com.rbnb.api
 interface Client
          Client-side representation of a client application connection to the RBNB server.
 interface ClientInterface
          Common representation of a client application connection to an RBNB server.
 interface Controller
          Client-side representation of an application control connection to an RBNB server.
(package private)  interface com.rbnb.api.ControllerInterface
          Common representation of an application control connection to an RBNB server.
 interface PlugIn
          Client-side representation of a plugin client application connection to the RBNB server.
 interface PlugInInterface
          Common representation of a plugin client application connection to the RBNB server.
 interface RoutingMap
          Client-side representation of the list of all servers known to a particular RBNB server.
(package private)  interface com.rbnb.api.RoutingMapInterface
          Common representation of the list of all servers known to a particular RBNB server.
 interface Shortcut
          Client-side representation of a shortcut connection from one server to another.
(package private)  interface com.rbnb.api.ShortcutInterface
          Common representation of a shortcut connection from one server to another.
 interface Sink
          Client-side representation of a sink client application connection to the RBNB server.
 interface SinkInterface
          Common representation of a sink client application connection to the RBNB server.
 interface Source
          Client-side representation of a source client application connection to the RBNB server.
 interface SourceInterface
          Common representation of a source client application connection to the RBNB server.
 

Classes in com.rbnb.api that implement RmapInterface
 class ControllerHandle
          Client-side object that represents a client controller application connection to an RBNB server.