|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jreceiver.common.rpc.RpcFactoryBase | +--jreceiver.common.callback.rpc.RpcCallbackFactory
Factory to create an object for the server to execute XML-RPC (or other protocol) queries to a driver or player.
Fields inherited from class jreceiver.common.rpc.RpcFactoryBase |
load_error_msg, log, m_default_host |
Constructor Summary | |
RpcCallbackFactory()
|
Method Summary | |
static CommandListener |
newCommandListener(java.net.URL host,
User user)
produce an object from the factory, using the specified host |
static CommandListener |
newCommandListener(User user)
produce an object from the factory, using the default host |
static ControllerListener |
newControllerListener(java.net.URL host,
User user)
produce an object from the factory, using the specified host |
static ControllerListener |
newControllerListener(User user)
produce an object from the factory, using the default host |
static SettingListener |
newSettingListener(java.net.URL host,
User user)
produce an object from the factory, using the specified host |
static SettingListener |
newSettingListener(User user)
produce an object from the factory, using the default host |
static StatusListener |
newStatusListener(java.net.URL host,
User user)
produce an object from the factory, using the specified host |
static StatusListener |
newStatusListener(User user)
produce an object from the factory, using the default host |
Methods inherited from class jreceiver.common.rpc.RpcFactoryBase |
getDefaultHost, loadDirect, setDefaultHost |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RpcCallbackFactory()
Method Detail |
public static StatusListener newStatusListener(User user) throws RpcException
public static StatusListener newStatusListener(java.net.URL host, User user) throws RpcException
public static SettingListener newSettingListener(User user) throws RpcException
public static SettingListener newSettingListener(java.net.URL host, User user) throws RpcException
public static ControllerListener newControllerListener(User user) throws RpcException
public static ControllerListener newControllerListener(java.net.URL host, User user) throws RpcException
public static CommandListener newCommandListener(User user) throws RpcException
public static CommandListener newCommandListener(java.net.URL host, User user) throws RpcException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |