java.lang.Object
jreceiver.common.rpc.RpcBaseDirect
jreceiver.common.callback.rpc.CommandListenerDirect
jreceiver.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 $
| Fields inherited from interface jreceiver.common.rpc.RpcBase |
DETECT |
| 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 |
log
protected static org.apache.commons.logging.Log log
- logging sink
RioCommandDirect
public RioCommandDirect(jreceiver.common.rec.security.User user)
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.