com.andreani.xtol.util
Class Global

java.lang.Object
  |
  +--com.andreani.xtol.util.Global

public abstract class Global
extends Object

This class provides some constants accessible from all the other classes.

Version:
1.0
Author:
Stefano Andreani

Field Summary
static String COOKIE_FAIL_OVER
          This cookie is used to signal a server node failure.
static String COOKIE_NAME_SESSIONID
          Name of the cookie used to tie a client with a JavaSpace session object.
static long DISCOV_TIMEOUT
          Timeout of the discovery phase.
static long LOOKUP_TIMEOUT
          Timeout of the lookup phase.
static long TRANS_TIMEOUT
          Transaction timeout: if a transaction delay more then this value, the transaction server rolls back.
static String TX_MANAGER_NAME
          The name of the transaction manager.
 
Constructor Summary
Global()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COOKIE_NAME_SESSIONID

public static final String COOKIE_NAME_SESSIONID
Name of the cookie used to tie a client with a JavaSpace session object.

COOKIE_FAIL_OVER

public static final String COOKIE_FAIL_OVER
This cookie is used to signal a server node failure.

TX_MANAGER_NAME

public static final String TX_MANAGER_NAME
The name of the transaction manager.

DISCOV_TIMEOUT

public static final long DISCOV_TIMEOUT
Timeout of the discovery phase.

LOOKUP_TIMEOUT

public static final long LOOKUP_TIMEOUT
Timeout of the lookup phase.

TRANS_TIMEOUT

public static final long TRANS_TIMEOUT
Transaction timeout: if a transaction delay more then this value, the transaction server rolls back.
Constructor Detail

Global

public Global()


Copyright © 2001 Stefano Andreani - No Rights Reserved ;-)