jreceiver.common.rpc
Class RpcFactoryBase
java.lang.Object
|
+--jreceiver.common.rpc.RpcFactoryBase
- Direct Known Subclasses:
- RpcCallbackFactory, RpcFactory
- public abstract class RpcFactoryBase
- extends java.lang.Object
Factory to create an object to execute client-related (aka device-related)
queries to a remote server.
- Version:
- $Revision: 1.2 $ $Date: 2002/07/20 01:46:54 $
- Author:
- Reed Esau
Field Summary |
protected static java.lang.String |
load_error_msg
|
protected static jreceiver.common.rpc.Log |
log
logging object |
protected static java.net.URL |
m_default_host
the host that is used in the absence of specifying one |
Method Summary |
static java.net.URL |
getDefaultHost()
obtain the default default host for this factory |
protected static RpcBase |
loadDirect(java.lang.String class_name,
User user)
load the direct interface if no remote specified |
static void |
setDefaultHost(java.net.URL host)
assign the default default host for this factory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_default_host
protected static java.net.URL m_default_host
- the host that is used in the absence of specifying one
load_error_msg
protected static final java.lang.String load_error_msg
log
protected static jreceiver.common.rpc.Log log
- logging object
RpcFactoryBase
public RpcFactoryBase()
loadDirect
protected static RpcBase loadDirect(java.lang.String class_name,
User user)
throws RpcException
- load the direct interface if no remote specified
getDefaultHost
public static java.net.URL getDefaultHost()
throws RpcException
- obtain the default default host for this factory
setDefaultHost
public static void setDefaultHost(java.net.URL host)
- assign the default default host for this factory
Copyright © 2001-2002 Reed Esau, All Rights Reserved.