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
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.RpcBase |
detect |
GET_REC_FOR_PATH
public static final java.lang.String GET_REC_FOR_PATH
HANDLER_NAME
public static final java.lang.String HANDLER_NAME
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.