scone.ras
Class SingletonHandlerExample

java.lang.Object
  extended by scone.ras.SingletonHandlerExample
All Implemented Interfaces:
ConnectionHandler

public class SingletonHandlerExample
extends java.lang.Object
implements ConnectionHandler


Constructor Summary
SingletonHandlerExample()
           
 
Method Summary
 void handle(Connection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonHandlerExample

public SingletonHandlerExample()
Method Detail

handle

public void handle(Connection connection)
Specified by:
handle in interface ConnectionHandler