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.
Methods inherited from class com.ibm.etill.framework.io.ServerSocketComPoint |
accept, close, getClassName, getLock, getPort, getServerSocket, getStatus, getTimeOut, open, setClassName, setLock, toString |
FrameworkServerComPoint
public FrameworkServerComPoint(int port)
- Default Constructor
- Parameters:
listeningPoint
- - An instantiated ServerSocket
FrameworkServerComPoint
public FrameworkServerComPoint(int port,
int timeout)
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.