Uses of Interface
com.rbnb.api.Client

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

Uses of Client in com.rbnb.api
 

Subinterfaces of Client in com.rbnb.api
 interface Controller
          Client-side 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 Sink
          Client-side 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.
 

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

Methods in com.rbnb.api with parameters of type Client
 void Client.start(Client clientI)
          Starts the specified Client.
 void Client.stop(Client clientI)
          Stops the Client.