jreceiver.common.rpc
Interface Commands
- All Superinterfaces:
- RpcBase, ServerTable
- public interface Commands
- extends ServerTable
Command-oriented queries and updates for a (possibly-remote) JRec server
- Version:
- $Revision: 1.3 $ $Date: 2002/07/31 11:29:41 $
- Author:
- Reed Esau
Fields inherited from interface jreceiver.common.rpc.RpcBase |
DETECT |
Method Summary |
java.util.Vector |
getRecsForDriverBinding(DriverBindingKey drvbind_key,
java.lang.String order_by,
int rec_offset,
int rec_count)
Obtain commands for which signals may be created for a driverbind definition |
Methods inherited from interface jreceiver.common.rpc.RpcBase |
detect |
HANDLER_NAME
public static final java.lang.String HANDLER_NAME
GET_RECS_FOR_DRIVER_BINDING
public static final java.lang.String GET_RECS_FOR_DRIVER_BINDING
getRecsForDriverBinding
public java.util.Vector getRecsForDriverBinding(DriverBindingKey drvbind_key,
java.lang.String order_by,
int rec_offset,
int rec_count)
throws RpcException
- Obtain commands for which signals may be created for a driverbind definition
Copyright © 2001-2002 Reed Esau, All Rights Reserved.