TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.internal.collection.framework
Class ConnectionHandlerImpl

java.lang.Object
  extended by org.eclipse.hyades.internal.collection.framework.ConnectionHandlerImpl
All Implemented Interfaces:
org.eclipse.hyades.execution.security.IConnectionHandler

public class ConnectionHandlerImpl
extends java.lang.Object
implements org.eclipse.hyades.execution.security.IConnectionHandler


Constructor Summary
ConnectionHandlerImpl()
           
 
Method Summary
 void connectionAccepted(java.net.Socket s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionHandlerImpl

public ConnectionHandlerImpl()
Method Detail

connectionAccepted

public void connectionAccepted(java.net.Socket s)
Specified by:
connectionAccepted in interface org.eclipse.hyades.execution.security.IConnectionHandler

TPTP 4.6.0 Platform Project
Internal API Specification