Uses of Class
com.rbnb.sapi.Control.Mirror

Packages that use Control.Mirror
com.rbnb.sapi Provides the simple application programming interface (simple API or SAPI) for the RBNB system. 
 

Uses of Control.Mirror in com.rbnb.sapi
 

Methods in com.rbnb.sapi that return Control.Mirror
 Control.Mirror Control.CreateMirrorIn(String remoteServer, String remoteSource, String localName)
          Creates a mirror to copy data from a source on the specified server address to the connected server.
 Control.Mirror Control.CreateMirrorOut(String localSource, String remoteServer, String remoteName)
          Creates a mirror to copy data from a local source to the specified remote server.