|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jreceiver.common.rpc.RpcBaseDirect | +--jreceiver.common.callback.rpc.CommandListenerDirect
To be implemented by drivers that can respond to direct commands
Fields inherited from interface jreceiver.common.callback.rpc.CommandListener |
FORWARD_COMMAND, HANDLER_NAME |
Fields inherited from interface jreceiver.common.rpc.RpcBase |
DETECT |
Constructor Summary | |
CommandListenerDirect(User user)
|
Method Summary | |
abstract void |
forwardCommand(Device device,
Command command)
handle a command directly by the driver |
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 |
public CommandListenerDirect(User user)
Method Detail |
public abstract void forwardCommand(Device device, Command command) throws RpcException
CommandListener
forwardCommand
in interface CommandListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |