com.ibm.etill.framework.io
Class FrameworkServerComPoint

java.lang.Object
  |
  +--com.ibm.etill.framework.io.ServerSocketComPoint
        |
        +--com.ibm.etill.framework.io.FrameworkServerComPoint
All Implemented Interfaces:
ComPoint

public final class FrameworkServerComPoint
extends ServerSocketComPoint

This is a concrete class that uses FrameworkDataStream objects to communicate through a ServerSocketComPoint.


Fields inherited from interface com.ibm.etill.framework.io.ComPoint
COMPOINT_CLOSED, COMPOINT_OPEN
 
Constructor Summary
FrameworkServerComPoint(int port)
          Default Constructor
FrameworkServerComPoint(int port, int timeout)
           
 
Method Summary
 ETillConnection establishConnection()
          Wait for access to specified ServerSocket, then notify ETillConnection of connection.
 
Methods inherited from class com.ibm.etill.framework.io.ServerSocketComPoint
accept, close, getClassName, getLock, getPort, getServerSocket, getStatus, getTimeOut, open, setClassName, setLock, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FrameworkServerComPoint

public FrameworkServerComPoint(int port)
Default Constructor
Parameters:
listeningPoint - - An instantiated ServerSocket

FrameworkServerComPoint

public FrameworkServerComPoint(int port,
                               int timeout)
Method Detail

establishConnection

public ETillConnection establishConnection()
                                    throws IOException
Wait for access to specified ServerSocket, then notify ETillConnection of connection.
Following copied from interface: com.ibm.etill.framework.io.ComPoint
Returns:
An ETillConnection object.