Uses of Interface
com.rbnb.api.Source

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

Uses of Source in com.rbnb.api
 

Subinterfaces of Source in com.rbnb.api
 interface Sink
          Client-side representation of a sink client application connection to the RBNB server.
 

Methods in com.rbnb.api that return Source
 Source Server.createRAMSource(String nameI)
          Creates a Source that communicates via RAM.
 Source Server.createSource(String nameI)
          Creates a Source for this Server.