jreceiver.common.rpc
Interface Mfiles

All Superinterfaces:
RpcBase, ServerTable

public interface Mfiles
extends ServerTable

Mfiles methods -- Media file-related queries and updates for a (possibly-remote) JRec server

Version:
$Revision: 1.4 $ $Date: 2002/07/31 11:29:41 $
Author:
Reed Esau

Field Summary
static java.lang.String GET_REC_FOR_PATH
           
static java.lang.String 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
 
Method Summary
 Mfile getRecForPath(int site_id, java.io.File file_path, java.util.Hashtable args)
          Obtain a mfile rec corresponding to the specified filespec Note that we are explicitly NOT using the File object in this case.
 
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
 

Field Detail

GET_REC_FOR_PATH

public static final java.lang.String GET_REC_FOR_PATH

HANDLER_NAME

public static final java.lang.String HANDLER_NAME
Method Detail

getRecForPath

public Mfile getRecForPath(int site_id,
                           java.io.File file_path,
                           java.util.Hashtable args)
                    throws RpcException
Obtain a mfile rec corresponding to the specified filespec Note that we are explicitly NOT using the File object in this case. This is because paths in File objects are normalized for the operating system. Perhaps we need a JRecFile object that is platform-independent?


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