jreceiver.common.rpc
Interface Devices
- All Superinterfaces:
- RpcBase, ServerTable
- public interface Devices
- extends ServerTable
Device-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 |
java.util.Vector |
getKeysForDriver(int driver_id,
java.lang.String order_by,
int rec_offset,
int rec_count)
Obtain a list of device ids for a driver |
java.util.Vector |
getRecsForDriver(int driver_id,
java.lang.String order_by,
java.util.Hashtable args,
int rec_offset,
int rec_count)
Obtain a list of device recs for a driver (combines getKeys+getRecs steps) |
Methods inherited from interface jreceiver.common.rpc.RpcBase |
detect |
HANDLER_NAME
public static final java.lang.String HANDLER_NAME
GET_KEYS_FOR_DRIVER
public static final java.lang.String GET_KEYS_FOR_DRIVER
GET_RECS_FOR_DRIVER
public static final java.lang.String GET_RECS_FOR_DRIVER
getKeysForDriver
public java.util.Vector getKeysForDriver(int driver_id,
java.lang.String order_by,
int rec_offset,
int rec_count)
throws RpcException
- Obtain a list of device ids for a driver
getRecsForDriver
public java.util.Vector getRecsForDriver(int driver_id,
java.lang.String order_by,
java.util.Hashtable args,
int rec_offset,
int rec_count)
throws RpcException
- Obtain a list of device recs for a driver (combines getKeys+getRecs steps)
Copyright © 2001-2002 Reed Esau, All Rights Reserved.