Uses of Package
com.rbnb.sapi

Packages that use com.rbnb.sapi
com.rbnb.plugins Provides the PlugInTemplate class for streamlining PlugIn development. 
com.rbnb.sapi Provides the simple application programming interface (simple API or SAPI) for the RBNB system. 
com.rbnb.simpleplayer Provides a simple programming interface for playing back time-synchronized data from multiple RBNB sources using VCR-like controls. 
 

Classes in com.rbnb.sapi used by com.rbnb.plugins
ChannelMap
          A class to encapsulate the concept of a list of channels, each of which contains data.
PlugInChannelMap
          A subclass of ChannelMap which contains information about requests that PlugIns should handle.
SAPIException
          The typed exception thrown by the SAPI package.
Sink
          A simple data sink for RBNB servers.
 

Classes in com.rbnb.sapi used by com.rbnb.sapi
ChannelMap
          A class to encapsulate the concept of a list of channels, each of which contains data.
ChannelMap.ByteOrderEnum
          Byte order enumerated type.
ChannelTree
          A ChannelMap accessory which provides a read-only hierarchical view of channels.
ChannelTree.Node
          Represents a piece of a channel name.
ChannelTree.NodeTypeEnum
          Enumerated type for various channel node types.
Client
          Base class of all simple clients to RBNB servers.
Control.AccessControlEntry
          An element in a list of internet hosts which define permitted access to an RBNB server.
Control.Mirror
          A representation of a 'mirror', which copies data from one server to another.
PlugInChannelMap
          A subclass of ChannelMap which contains information about requests that PlugIns should handle.
RequestOptions
          Encapsulates request settings.
SAPIException
          The typed exception thrown by the SAPI package.
 

Classes in com.rbnb.sapi used by com.rbnb.simpleplayer
ChannelMap
          A class to encapsulate the concept of a list of channels, each of which contains data.