Uses of Class
com.rbnb.api.Server

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

Uses of Server in com.rbnb.api
 

Methods in com.rbnb.api that return Server
static Server Server.launchNewServer(String[] argsI)
          Launches a new server based on the command line arguments.
static Server Server.newServerHandle(String nameI, String addressI)
          Creates a new Server handle to an RBNB server.
 

Methods in com.rbnb.api with parameters of type Server
 void Client.stop(Server serverI)
          Stops the local RBNB server.