java.lang.Object
jreceiver.common.rpc.xmlrpc.XmlRpcBaseImpl
jreceiver.common.rpc.xmlrpc.ServerTableImpl
jreceiver.common.rpc.xmlrpc.DeviceBindingsImpl
- All Implemented Interfaces:
- jreceiver.common.rpc.DeviceBindings, jreceiver.common.rpc.RpcBase, jreceiver.common.rpc.ServerTable
- public class DeviceBindingsImpl
- extends ServerTableImpl
- implements jreceiver.common.rpc.DeviceBindings
DeviceBinding-definition queries and updates via XML-RPC
- Version:
- $Revision: 1.3 $ $Date: 2002/07/31 11:29:42 $
| Fields inherited from class jreceiver.common.rpc.xmlrpc.XmlRpcBaseImpl |
|
| Fields inherited from interface jreceiver.common.rpc.RpcBase |
DETECT |
| Methods inherited from class jreceiver.common.rpc.xmlrpc.ServerTableImpl |
deleteRecs, getKeyCount, getKeys, getRec, getRec, getRecs, getRecs, reconstituteKeys, reconstituteRecs, storeRec, storeRecs |
| Methods inherited from interface jreceiver.common.rpc.RpcBase |
detect |
DeviceBindingsImpl
public DeviceBindingsImpl(java.net.URL remote_host,
jreceiver.common.rec.security.User user)
throws jreceiver.common.rpc.RpcException
- ctor for this implementation
reconstituteRec
public jreceiver.common.rec.Rec reconstituteRec(java.util.Hashtable hash)
throws jreceiver.common.rec.RecException
- restore a rec object from hashtable form
- Specified by:
reconstituteRec in class ServerTableImpl
reconstituteKey
public jreceiver.common.rec.Key reconstituteKey(java.util.Hashtable hash)
- restore a key object from hashtable form
- Overrides:
reconstituteKey in class ServerTableImpl
getKeyCountForDriverBinding
public int getKeyCountForDriverBinding(jreceiver.common.rec.driver.DriverBindingKey drvbind_key)
throws jreceiver.common.rpc.RpcException
- Obtain a total count of devbind keys for a driverbind
Recommended when traversing large lists.
- Specified by:
getKeyCountForDriverBinding in interface jreceiver.common.rpc.DeviceBindings
getKeysForDriverBinding
public java.util.Vector getKeysForDriverBinding(jreceiver.common.rec.driver.DriverBindingKey drvbind_key,
java.lang.String order_by,
int rec_offset,
int rec_count)
throws jreceiver.common.rpc.RpcException
- Obtain an ordered range of keys for the specified driverbind.
Recommended when traversing large lists where a complex filter
is used.
- Specified by:
getKeysForDriverBinding in interface jreceiver.common.rpc.DeviceBindings