Uses of Class
com.rbnb.sapi.PlugInChannelMap

Packages that use PlugInChannelMap
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. 
 

Uses of PlugInChannelMap in com.rbnb.plugins
 

Methods in com.rbnb.plugins with parameters of type PlugInChannelMap
protected  ChannelMap PlugInTemplate.createForwardMap(PlugInChannelMap picm)
          Callback to create a ChannelMap to be used to request data from the server to match an incoming request.
protected  ChannelMap PlugInTemplate.getForwardData(Sink sink, ChannelMap mappedChannels, PlugInChannelMap picm)
          Callback to make the request to the server for matching data.
protected  void PlugInTemplate.processRegistrationRequest(ChannelMap fwdReg, PlugInChannelMap out)
          Callback to handle requests for dynamic registration.
protected abstract  void PlugInTemplate.processRequest(ChannelMap fwdData, PlugInChannelMap out)
          Override this callback to perform the plug-in processing.
 

Uses of PlugInChannelMap in com.rbnb.sapi
 

Methods in com.rbnb.sapi that return PlugInChannelMap
 PlugInChannelMap PlugIn.Fetch(long blockTimeout)
          Queries the server to see if any requests have been made of this PlugIn.
 PlugInChannelMap PlugIn.Fetch(long blockTimeout, PlugInChannelMap picm)
          Queries the server to see if any requests have been made of this PlugIn.
 

Methods in com.rbnb.sapi with parameters of type PlugInChannelMap
 PlugInChannelMap PlugIn.Fetch(long blockTimeout, PlugInChannelMap picm)
          Queries the server to see if any requests have been made of this PlugIn.
 int PlugIn.Flush(PlugInChannelMap ch)
          Sends the pending channels to the server, as single-response (non-streaming).
 int PlugIn.Flush(PlugInChannelMap ch, boolean doStream)
          Deprecated. PlugIns no longer receive streaming requests directly, so it is no longer necessary to call this method with true.