Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jreceiver.client.rio.rpc
Class RioCommandDirect  view RioCommandDirect download RioCommandDirect.java

java.lang.Object
  extended byjreceiver.common.rpc.RpcBaseDirect
      extended byjreceiver.common.callback.rpc.CommandListenerDirect
          extended byjreceiver.client.rio.rpc.RioCommandDirect
All Implemented Interfaces:
jreceiver.common.callback.rpc.CommandListener, jreceiver.common.rpc.RpcBase

public class RioCommandDirect
extends jreceiver.common.callback.rpc.CommandListenerDirect

XML-RPC interface for retrieval of Rio settings for edit in a UI

Version:
$Revision: 1.4 $ $Date: 2002/09/24 21:05:11 $

Field Summary
protected static org.apache.commons.logging.Log log
          logging sink
 
Fields inherited from class jreceiver.common.rpc.RpcBaseDirect
 
Fields inherited from interface jreceiver.common.callback.rpc.CommandListener
FORWARD_COMMAND, HANDLER_NAME
 
Fields inherited from interface jreceiver.common.rpc.RpcBase
DETECT
 
Constructor Summary
RioCommandDirect(jreceiver.common.rec.security.User user)
           
 
Method Summary
 void forwardCommand(jreceiver.common.rec.driver.Device device, jreceiver.common.rec.driver.Command command)
          handle a command directly by the driver
 java.lang.String getHandlerName()
          handler name needed for authorization
 jreceiver.common.BaseSecurityBean getSecurityBean()
          Obtain the singleton instance used for authorizing requests and access control.
 
Methods inherited from class jreceiver.common.rpc.RpcBaseDirect
authorize, detect, 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
 

Field Detail

log

protected static org.apache.commons.logging.Log log
logging sink

Constructor Detail

RioCommandDirect

public RioCommandDirect(jreceiver.common.rec.security.User user)
Method Detail

getHandlerName

public final java.lang.String getHandlerName()
handler name needed for authorization


forwardCommand

public void forwardCommand(jreceiver.common.rec.driver.Device device,
                           jreceiver.common.rec.driver.Command command)
                    throws jreceiver.common.rpc.RpcException
Description copied from interface: jreceiver.common.callback.rpc.CommandListener
handle a command directly by the driver


getSecurityBean

public jreceiver.common.BaseSecurityBean getSecurityBean()
Obtain the singleton instance used for authorizing requests and access control.