|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdermi.util.Context
public class Context
This class contains Dermi's constants, like connection timeouts, synchronous blocking delays, and String constants for the properties objects.
Field Summary | |
---|---|
static java.lang.String |
ACTIVATABLE
|
static java.lang.String |
ACTIVATION_THRESHOLD
|
static java.lang.String |
ACTIVATOR_ID
|
static int |
ACTV_THRESHOLD
Constant that holds the default activation threshold for components: If more than ACTV_THRESHOLD invocations are received in a second, a new component instance will be activated in a replica node. |
static java.lang.String |
ANYCALL_RESULT
|
static java.lang.String |
APPEND_RESULT
|
static java.lang.String |
APPEND_RESULT_DYNAMIC
|
static java.lang.String |
CLASS_ID
CLASS_ID is the unique identifier assigned to an object server. |
static java.lang.String |
CLASS_NAME
The name of the constant containing the name of the Stub class for the properties reference |
static java.lang.String |
CLASS_STORE
The name of the constant containing the directory with loadable remote stubs |
static java.lang.String |
COMMUNITYID
Constant that holds the community ID for an activator object |
static java.lang.String |
COMPONENT_FILE
|
static java.lang.String |
COMPONENT_ID
|
static java.lang.String |
COMPONENT_URL
|
static java.lang.String |
CONFIG_FILE
|
static int |
DELAY
Default delay for synchronous calls |
static java.lang.String |
DERMI_DOLR_CHILDREN
DERMI_DOLR_CHILDREN refers to the name of the field containing children objects for any object |
static java.lang.String |
DERMI_DOLR_NAMING
DERMI_DOLR_NAMING represents the DERMI naming distributed object location and routing facility |
static java.lang.String |
DERMI_DOLR_PARENT
DERMI_DOLR_PARENT refers to the parent of an object (in the naming hierarchy) |
static java.lang.String |
DERMI_DOLR_UNIQUE_URI
DERMI_DOLR_UNIQUE_URI represents the object URI identifier associated to an object |
static java.lang.String |
DESTINATION_NODEHANDLE
|
static java.lang.String |
DISPATCH
|
static java.lang.String |
DYNAMIC_HOPPED_CALL
|
static java.lang.String |
EXCEPTION
|
static java.lang.String |
FACTORY_CLASS
|
static java.lang.String |
FACTORY_NAME
|
static long |
FREEMEM_THRESHOLD
Constant that holds the default free memory threshold for component passivation: If less than FREEMEM_THRESHOLD bytes of memory are available in the JVM, the component's instance will be passivated. |
static java.lang.String |
GET_COMPONENT_INSTANCE
|
static java.lang.String |
GRANULARITY
|
static java.lang.String |
HOPPED
|
static java.lang.String |
IMPLEMENTATION_CLASS
|
static java.lang.String |
IMPLEMENTATION_NAME
|
static java.lang.String |
INTERCEPTOR_UID
|
static java.lang.String |
INTERFACE
|
static java.lang.String |
INTERFACE_CLASS
|
static java.lang.String |
INTERFACE_NAME
|
static java.lang.String |
INTERFACES
|
static java.lang.String |
MANYCALL
|
static java.lang.String |
MEMBERSHIP_METAINFO
|
static java.lang.String |
MEMBERSHIP_PERCENTAGE
|
static java.lang.String |
METHOD
|
static java.lang.String |
NETWORK_PROXY
|
static java.lang.String |
NETWORK_PROXY_PORT
|
static java.lang.String |
OBJ
|
static java.lang.String |
OBJECTCONTENT
|
static java.lang.String |
OBJECTID
|
static java.lang.String |
PASSIVATION_THRESHOLD
|
static int |
PASV_THRESHOLD
Constant that holds the default passivation threshold for components: If after PASV_THRESHOLD milliseconds, the component has not received any invocations, it will be passivated. |
static java.lang.String |
PERSISTENT
|
static java.lang.String |
PROTOCOL
Constant that holds the protocol used by Dermi to communicate between remote nodes |
static java.lang.String |
PROVIDER_CLASS
Constant that holds the name of the environment property for specifying configuration information for the class factory provider to use. |
static java.lang.String |
PROVIDER_HOST
Constant that holds the name of the environment property for specifying configuration information for the service provider to use. |
static java.lang.String |
PROVIDER_PORT
Constant that holds the name of the environment property for specifying configuration information for the port numberof the provider to use. |
static java.lang.String |
REMOTE_OBJECT
|
static java.lang.String |
REPLICA
|
static java.lang.String |
REPLICATED
|
static java.lang.String |
RESULT
|
static int |
RETRANSMISSIONS
Number of event retransmissions in case all timeouts have been consumed |
static java.lang.String |
RETRIES
|
static java.lang.String |
SOURCE_NODEHANDLE
|
static java.lang.String |
STATEFUL
|
static java.lang.String |
STATUS
|
static java.lang.String |
SYNCHRONY
|
static int |
TIMEOUT
Timeout constant. |
static java.lang.String |
TIMESTAMP
|
static java.lang.String |
TYPE
|
static java.lang.String |
UNDERLYING_DHT
Constant that holds the underlying DHT Dermi uses |
static java.lang.String |
VOID
|
Constructor Summary | |
---|---|
Context()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TIMEOUT
public static final int DELAY
public static final int RETRANSMISSIONS
public static final java.lang.String CLASS_STORE
public static final java.lang.String CLASS_NAME
public static final java.lang.String CLASS_ID
public static final java.lang.String DERMI_DOLR_NAMING
public static final java.lang.String DERMI_DOLR_UNIQUE_URI
public static final java.lang.String DERMI_DOLR_CHILDREN
public static final java.lang.String DERMI_DOLR_PARENT
public static final java.lang.String PROVIDER_CLASS
public static final java.lang.String PROVIDER_HOST
public static final java.lang.String PROVIDER_PORT
public static final java.lang.String PROTOCOL
public static final java.lang.String NETWORK_PROXY
public static final java.lang.String NETWORK_PROXY_PORT
public static final java.lang.String COMMUNITYID
public static final java.lang.String UNDERLYING_DHT
public static final java.lang.String COMPONENT_FILE
public static final java.lang.String COMPONENT_ID
public static final java.lang.String ACTIVATABLE
public static final java.lang.String PERSISTENT
public static final java.lang.String REPLICATED
public static final java.lang.String STATEFUL
public static final java.lang.String ACTIVATION_THRESHOLD
public static final java.lang.String PASSIVATION_THRESHOLD
public static final java.lang.String COMPONENT_URL
public static final java.lang.String REMOTE_OBJECT
public static final java.lang.String INTERFACES
public static final java.lang.String INTERFACE
public static final java.lang.String IMPLEMENTATION_CLASS
public static final java.lang.String IMPLEMENTATION_NAME
public static final java.lang.String INTERFACE_CLASS
public static final java.lang.String INTERFACE_NAME
public static final java.lang.String FACTORY_CLASS
public static final java.lang.String FACTORY_NAME
public static final java.lang.String OBJECTID
public static final java.lang.String TIMESTAMP
public static final java.lang.String OBJ
public static final java.lang.String OBJECTCONTENT
public static final java.lang.String TYPE
public static final java.lang.String DISPATCH
public static final java.lang.String EXCEPTION
public static final java.lang.String METHOD
public static final java.lang.String SOURCE_NODEHANDLE
public static final java.lang.String RESULT
public static final java.lang.String APPEND_RESULT
public static final java.lang.String APPEND_RESULT_DYNAMIC
public static final java.lang.String VOID
public static final java.lang.String DESTINATION_NODEHANDLE
public static final java.lang.String INTERCEPTOR_UID
public static final java.lang.String ANYCALL_RESULT
public static final java.lang.String STATUS
public static final java.lang.String MANYCALL
public static final java.lang.String REPLICA
public static final java.lang.String MEMBERSHIP_METAINFO
public static final java.lang.String MEMBERSHIP_PERCENTAGE
public static final java.lang.String GET_COMPONENT_INSTANCE
public static final java.lang.String HOPPED
public static final java.lang.String DYNAMIC_HOPPED_CALL
public static final java.lang.String ACTIVATOR_ID
public static final java.lang.String CONFIG_FILE
public static final int PASV_THRESHOLD
public static final int ACTV_THRESHOLD
public static final long FREEMEM_THRESHOLD
public static final java.lang.String GRANULARITY
public static final java.lang.String SYNCHRONY
public static final java.lang.String RETRIES
Constructor Detail |
---|
public Context()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |