jreceiver.common.callback.rpc
Class RpcCallbackFactory

java.lang.Object
  |
  +--jreceiver.common.rpc.RpcFactoryBase
        |
        +--jreceiver.common.callback.rpc.RpcCallbackFactory

public final class RpcCallbackFactory
extends RpcFactoryBase

Factory to create an object for the server to execute XML-RPC (or other protocol) queries to a driver or player.

Version:
$Revision: 1.5 $ $Date: 2002/12/29 00:44:08 $
Author:
Reed Esau

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

RpcCallbackFactory

public RpcCallbackFactory()
Method Detail

newStatusListener

public static StatusListener newStatusListener(User user)
                                        throws RpcException
produce an object from the factory, using the default host

newStatusListener

public static StatusListener newStatusListener(java.net.URL host,
                                               User user)
                                        throws RpcException
produce an object from the factory, using the specified host

newSettingListener

public static SettingListener newSettingListener(User user)
                                          throws RpcException
produce an object from the factory, using the default host

newSettingListener

public static SettingListener newSettingListener(java.net.URL host,
                                                 User user)
                                          throws RpcException
produce an object from the factory, using the specified host

newControllerListener

public static ControllerListener newControllerListener(User user)
                                                throws RpcException
produce an object from the factory, using the default host

newControllerListener

public static ControllerListener newControllerListener(java.net.URL host,
                                                       User user)
                                                throws RpcException
produce an object from the factory, using the specified host

newCommandListener

public static CommandListener newCommandListener(User user)
                                          throws RpcException
produce an object from the factory, using the default host

newCommandListener

public static CommandListener newCommandListener(java.net.URL host,
                                                 User user)
                                          throws RpcException
produce an object from the factory, using the specified host


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