Serialized Form


Package com.andreani.xtol.node

Class com.andreani.xtol.node.ServerNode implements Serializable

Serialized Fields

serverIP

String serverIP
IP address of the server

serverPort

Integer serverPort
Port number associated to the service

serverLoad

Double serverLoad
Actual load of this server. It could be useful to realize intelligent load balancing policies.

Class com.andreani.xtol.node.TolerantServlet implements Serializable

Serialized Fields

cat

Category cat

jman

JoinManager jman

thisServer

ServerNode thisServer

spacem

SessionSpaceManager spacem


Package com.andreani.xtol.proxy

Class com.andreani.xtol.proxy.ForwServlet implements Serializable

Serialized Fields

cat

Category cat
Log handler (Log4Java)

serverAddr

Hashtable serverAddr
This local cache contains the mapping between global session id and destination server address of each client.

spacem

SessionSpaceManager spacem

serverm

ServerManager serverm


Package com.andreani.xtol.util

Class com.andreani.xtol.util.SessionEntry implements Serializable

Serialized Fields

id

String id
This is the Global Unique Id that identify user session.

serverAddr

String serverAddr
The address of destination server

session

Hashtable session
This Hashtable contains all objects representing user state.

fail

Boolean fail
Fail is true if the server which was servicing has failed and the new one assigned hasn't yet copied this session into its cache.

Class com.andreani.xtol.util.SessionEntryBean implements Serializable

Serialized Fields

internalInst

SessionEntry internalInst



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