jreceiver.common.rpc
Interface Methods

All Superinterfaces:
RpcBase, ServerTable

public interface Methods
extends ServerTable

RPC Method queries and updates for a (possibly-remote) JRec server

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

Field Summary
static java.lang.String GET_KEYS_AVAILABLE
           
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
 java.util.Vector getKeysAvailable(java.lang.String role_id, java.lang.String order_by, int rec_offset, int rec_count)
          Obtain an ordered range of keys available for assignment to the specified role
 
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

HANDLER_NAME

public static final java.lang.String HANDLER_NAME

GET_KEYS_AVAILABLE

public static final java.lang.String GET_KEYS_AVAILABLE
Method Detail

getKeysAvailable

public java.util.Vector getKeysAvailable(java.lang.String role_id,
                                         java.lang.String order_by,
                                         int rec_offset,
                                         int rec_count)
                                  throws RpcException
Obtain an ordered range of keys available for assignment to the specified role


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