jreceiver.common.callback.rpc
Interface SettingListener

All Superinterfaces:
RpcBase
All Known Subinterfaces:
GeneralSettings, ScannerSettings
All Known Implementing Classes:
SettingListenerDirect

public interface SettingListener
extends RpcBase

Interface for configuring a client driver or device from the server.

The driver (or its device driver) has the option of implementing none, some or all the functionality in this interface.

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

Field Summary
static java.lang.String GET_MAP
           
static java.lang.String HANDLER_NAME
           
static java.lang.String STORE_MAP
           
 
Fields inherited from interface jreceiver.common.rpc.RpcBase
DETECT
 
Method Summary
 java.util.Hashtable getMap()
          Return a map of driver setting recs.
 java.util.Vector storeMap(java.util.Hashtable map)
          Store a map of driver setting objects, returning a list of error strings, if a problem
 
Methods inherited from interface jreceiver.common.rpc.RpcBase
detect
 

Field Detail

HANDLER_NAME

public static final java.lang.String HANDLER_NAME

GET_MAP

public static final java.lang.String GET_MAP

STORE_MAP

public static final java.lang.String STORE_MAP
Method Detail

getMap

public java.util.Hashtable getMap()
                           throws RpcException
Return a map of driver setting recs.

storeMap

public java.util.Vector storeMap(java.util.Hashtable map)
                          throws RpcException
Store a map of driver setting objects, returning a list of error strings, if a problem


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