com.pdmfc.tea.modules.net
Class SPlainServerSocket
java.lang.Object
com.pdmfc.tea.modules.tos.STosObj
com.pdmfc.tea.modules.net.SPlainServerSocket
- All Implemented Interfaces:
- SObjFunction
public class SPlainServerSocket
- extends STosObj
Represents the TOS object that embodies a server socket.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPlainServerSocket
public SPlainServerSocket(STosClass myClass)
throws STeaException
- Throws:
STeaException
constructor
public java.lang.Object constructor(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
- Throws:
STeaException
accept
public java.lang.Object accept(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
- Throws:
STeaException
close
public java.lang.Object close(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
- Throws:
STeaException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
newInstance
public static java.lang.Object newInstance(SContext context,
java.lang.Object[] args)
throws STeaException
- Throws:
STeaException
© 2009 PDM&FC, All Rights Reserved.