Uses of Interface
scone.ras.ConnectionHandler

Packages that use ConnectionHandler
scone.accesstracking Scone is able to trace the actions of a user when using a Web browser. 
scone.ras This package contains the classes related to the Scone RAS-Server. 
 

Uses of ConnectionHandler in scone.accesstracking
 

Classes in scone.accesstracking that implement ConnectionHandler
 class AppletConnector
          Every time, LogApplet connects to RAS (scone.ras.rasServer.java), RAS starts an instance of this class that lives as long as the connection of the applet.
 class IESpyConnector
          Every time, LogApplet connects to RAS (scone.ras.rasServer.java), RAS starts an instance of this class that lives as long as the connection of the applet.
 

Uses of ConnectionHandler in scone.ras
 

Classes in scone.ras that implement ConnectionHandler
 class DedicatedHandlerExample
           
 class SingletonHandlerExample