Uses of Interface
jreceiver.common.rpc.Mfiles

Packages that use Mfiles
jreceiver.common.rpc A set of wrapper classes to remotely query and control the JReceiver Engine. 
 

Uses of Mfiles in jreceiver.common.rpc
 

Methods in jreceiver.common.rpc that return Mfiles
static Mfiles RpcFactory.newMfiles()
          Produce a Mfiles object from the factory, using the default host and default credentials.
static Mfiles RpcFactory.newMfiles(java.net.URL host)
          Produce a Mfiles object from the factory, using the specified host and default credentials.
static Mfiles RpcFactory.newMfiles(User user)
          Produce a Mfiles object from the factory, using the default host and specified credentials.
static Mfiles RpcFactory.newMfiles(java.net.URL host, User user)
          Produce a Mfiles object from the factory, using the specified host and specified credentials.
 



Copyright © 2001-2002 Reed Esau, All Rights Reserved.