Uses of Interface
com.rbnb.api.Controller

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

Uses of Controller in com.rbnb.api
 

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

Methods in com.rbnb.api that return Controller
 Controller Server.createController(String nameI)
          Creates a Controller for this Server.
 Controller Server.createRAMController(String nameI)
          Creates a Controller that communicates via RAM.