Serialized Form
Package com.andreani.xtol.node |
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.
cat
Category cat
jman
JoinManager jman
thisServer
ServerNode thisServer
spacem
SessionSpaceManager spacem
Package com.andreani.xtol.proxy |
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 |
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.
internalInst
SessionEntry internalInst
Copyright © 2001 Stefano Andreani - No Rights Reserved ;-)