Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jreceiver.common.rpc.xmlrpc
Class MfilesImpl  view MfilesImpl download MfilesImpl.java

java.lang.Object
  extended byjreceiver.common.rpc.xmlrpc.XmlRpcBaseImpl
      extended byjreceiver.common.rpc.xmlrpc.ServerTableImpl
          extended byjreceiver.common.rpc.xmlrpc.MfilesImpl
All Implemented Interfaces:
jreceiver.common.rpc.Mfiles, jreceiver.common.rpc.RpcBase, jreceiver.common.rpc.ServerTable

public class MfilesImpl
extends ServerTableImpl
implements jreceiver.common.rpc.Mfiles

Client methods -- make remote calls via XML-RPC to associated Handler.

Version:
$Revision: 1.5 $ $Date: 2002/07/31 11:29:42 $

Field Summary
 
Fields inherited from class jreceiver.common.rpc.xmlrpc.ServerTableImpl
log
 
Fields inherited from class jreceiver.common.rpc.xmlrpc.XmlRpcBaseImpl
 
Fields inherited from interface jreceiver.common.rpc.Mfiles
GET_REC_FOR_PATH, HANDLER_NAME
 
Fields inherited from interface jreceiver.common.rpc.ServerTable
DELETE_RECS, GET_KEY_COUNT, GET_KEYS, GET_REC, GET_RECS, STORE_REC, STORE_RECS
 
Fields inherited from interface jreceiver.common.rpc.RpcBase
DETECT
 
Constructor Summary
MfilesImpl(java.net.URL remote_host, jreceiver.common.rec.security.User user)
          ctor for this implementation
 
Method Summary
 jreceiver.common.rec.source.Mfile getRecForPath(int site_id, java.io.File file, java.util.Hashtable args)
          Obtain a mfile rec corresponding to the specified filespec
 jreceiver.common.rec.Rec reconstituteRec(java.util.Hashtable hash)
          restore a rec object from hashtable form
 
Methods inherited from class jreceiver.common.rpc.xmlrpc.ServerTableImpl
deleteRecs, getKeyCount, getKeys, getRec, getRec, getRecs, getRecs, reconstituteKey, reconstituteKeys, reconstituteRecs, storeRec, storeRecs
 
Methods inherited from class jreceiver.common.rpc.xmlrpc.XmlRpcBaseImpl
detect, execute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jreceiver.common.rpc.ServerTable
deleteRecs, getKeyCount, getKeys, getRec, getRec, getRecs, getRecs, storeRec, storeRecs
 
Methods inherited from interface jreceiver.common.rpc.RpcBase
detect
 

Constructor Detail

MfilesImpl

public MfilesImpl(java.net.URL remote_host,
                  jreceiver.common.rec.security.User user)
           throws jreceiver.common.rpc.RpcException
ctor for this implementation

Method Detail

reconstituteRec

public jreceiver.common.rec.Rec reconstituteRec(java.util.Hashtable hash)
                                         throws jreceiver.common.rec.RecException
restore a rec object from hashtable form

Specified by:
reconstituteRec in class ServerTableImpl

getRecForPath

public jreceiver.common.rec.source.Mfile getRecForPath(int site_id,
                                                       java.io.File file,
                                                       java.util.Hashtable args)
                                                throws jreceiver.common.rpc.RpcException
Obtain a mfile rec corresponding to the specified filespec

Specified by:
getRecForPath in interface jreceiver.common.rpc.Mfiles