org.sapia.ubik.rmi.naming.remote
Interface Consts

All Superinterfaces:
Consts

public interface Consts
extends Consts

Holds constants.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Field Summary
static int DEFAULT_PORT
           
static java.lang.String JNDI_CLIENT_PUBLISH
           
static java.lang.String JNDI_SERVER_DISCO
           
static java.lang.String JNDI_SERVER_PUBLISH
           
 
Fields inherited from interface org.sapia.ubik.rmi.Consts
ALLOW_CODE_DOWNLOAD, CALLBACK_ENABLED, CLIENT_CALLBACK_TIMEOUT, CLIENT_GC_BATCHSIZE, CLIENT_GC_INTERVAL, CLIENT_GC_THRESHOLD, DEFAULT_DOMAIN, DEFAULT_MCAST_ADDR, DEFAULT_MCAST_PORT, IP_PATTERN_KEY, JMX_ENABLED, LOG_LEVEL, MARSHALLING, MCAST_ADDR_KEY, MCAST_BUFSIZE_KEY, MCAST_HEARTBEAT_INTERVAL, MCAST_HEARTBEAT_TIMEOUT, MCAST_PORT_KEY, OBJECT_TABLE_INITCAPACITY, OBJECT_TABLE_LOAD_FACTOR, SERVER_CALLBACK_MAX_THREADS, SERVER_GC_INTERVAL, SERVER_GC_TIMEOUT, SERVER_MAX_THREADS, SERVER_RESET_INTERVAL, STATS_DUMP_INTERVAL, STATS_ENABLED, TRANSPORT_PROVIDER, TRANSPORT_TYPE, UBIK_DOMAIN_NAME
 

Field Detail

DEFAULT_PORT

static final int DEFAULT_PORT
See Also:
Constant Field Values

JNDI_SERVER_PUBLISH

static final java.lang.String JNDI_SERVER_PUBLISH
See Also:
Constant Field Values

JNDI_SERVER_DISCO

static final java.lang.String JNDI_SERVER_DISCO
See Also:
Constant Field Values

JNDI_CLIENT_PUBLISH

static final java.lang.String JNDI_CLIENT_PUBLISH
See Also:
Constant Field Values


Copyright © 2010 Sapia OSS. All Rights Reserved.