jreceiver.common.callback.rpc
Class SettingListenerDirect

java.lang.Object
  |
  +--jreceiver.common.rpc.RpcBaseDirect
        |
        +--jreceiver.common.callback.rpc.SettingListenerDirect
All Implemented Interfaces:
RpcBase, SettingListener

public abstract class SettingListenerDirect
extends RpcBaseDirect
implements SettingListener

Direct interface for presenting setting to the User in a GUI

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

Fields inherited from interface jreceiver.common.callback.rpc.SettingListener
GET_MAP, HANDLER_NAME, STORE_MAP
 
Fields inherited from interface jreceiver.common.rpc.RpcBase
DETECT
 
Constructor Summary
SettingListenerDirect(User user)
           
 
Method Summary
abstract  java.util.Hashtable getMap()
          Return a map of driver setting recs.
abstract  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 class jreceiver.common.rpc.RpcBaseDirect
authorize, detect, getHandlerName, getSecurityBean, getUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jreceiver.common.rpc.RpcBase
detect
 

Constructor Detail

SettingListenerDirect

public SettingListenerDirect(User user)
Method Detail

getMap

public abstract java.util.Hashtable getMap()
                                    throws RpcException
Return a map of driver setting recs.
Specified by:
getMap in interface SettingListener

storeMap

public abstract 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
Specified by:
storeMap in interface SettingListener


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