Uses of Interface
com.rbnb.api.UsernameInterface

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

Uses of UsernameInterface in com.rbnb.api
 

Subinterfaces of UsernameInterface 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 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 UsernameInterface
 class ControllerHandle
          Client-side object that represents a client controller application connection to an RBNB server.