|
|||||||||
| Home >> All >> jreceiver >> common >> [ rpc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jreceiver.common.rpc
Class RpcFactoryBase

java.lang.Objectjreceiver.common.rpc.RpcFactoryBase
- Direct Known Subclasses:
- 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 $
| Field Summary | |
protected static java.lang.String |
load_error_msg
|
protected static org.apache.commons.logging.Log |
log
logging object |
protected static java.net.URL |
m_default_host
the host that is used in the absence of specifying one |
private static java.lang.Class[] |
PARAM_TYPES
|
| Constructor Summary | |
RpcFactoryBase()
|
|
| Method Summary | |
static java.net.URL |
getDefaultHost()
obtain the default default host for this factory |
protected static RpcBase |
loadDirect(java.lang.String class_name,
jreceiver.common.rec.security.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 |
| Field Detail |
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
- See Also:
- Constant Field Values
PARAM_TYPES
private static java.lang.Class[] PARAM_TYPES
log
protected static org.apache.commons.logging.Log log
- logging object
| Constructor Detail |
RpcFactoryBase
public RpcFactoryBase()
| Method Detail |
loadDirect
protected static RpcBase loadDirect(java.lang.String class_name, jreceiver.common.rec.security.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
|
|||||||||
| Home >> All >> jreceiver >> common >> [ rpc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jreceiver.common.rpc.RpcFactoryBase