Package jvm.server

Interface Summary
CommunicationHandler The heart of the whole comunication system.
ServerStreamProtocol Abstract.
Watchdog A watchdog is a class that is loaded into the system and started via it's start() method.
 

Class Summary
CommunicationServerThread The heart of the whole comunication system.
ConnectServerThread A thread that runs as server on a specified server socket and accepts connect requests from clients.
DistributedCommunicationHandler This handler implements the simplest possible scenario, with a single server and more clients/applets/etc.
DistributedMaintenanceWatchdog A watchdog that takes care of system and topology maintenance.
JVMServerStreamProtocol This is a implementation of the server side protocol of the JVM specification.
LocalCommunicationHandler Obsoleted.
NullWatchdog A null watchdog.
ProtocolServerThread This thread is created for each new accepted socket inside the ConnectionThread and should apply the given protocol on the socket in a somehow blocking mode, that is this thread is dedicated only to a given session after which it exits.
ServerID A simple server identification information wrapping class.
ServerMain The main server side class that starts all server threads and also holds some of the global information available.