Tea Java Runtime API
Version 3.1.0

com.pdmfc.tea.modules.net
Class SServerSocketPlain

java.lang.Object
  |
  +--com.pdmfc.tea.modules.tos.STosObj
        |
        +--com.pdmfc.tea.modules.net.SServerSocketPlain
All Implemented Interfaces:
SObjFunction

public class SServerSocketPlain
extends STosObj

Represents the TOS object that embodies a server socket.


Constructor Summary
SServerSocketPlain(STosClass myClass)
           
 
Method Summary
 java.lang.Object accept(SObjFunction obj, SContext context, java.lang.Object[] args)
           
 void close()
           
 java.lang.Object close(SObjFunction obj, SContext context, java.lang.Object[] args)
           
 java.lang.Object constructor(SObjFunction obj, SContext context, java.lang.Object[] args)
           
static java.lang.Object newInstance(SContext context, java.lang.Object[] args)
           
 
Methods inherited from class com.pdmfc.tea.modules.tos.STosObj
exec, getTosClass, init, part, selfObj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SServerSocketPlain

public SServerSocketPlain(STosClass myClass)
                   throws STeaException
Method Detail

constructor

public java.lang.Object constructor(SObjFunction obj,
                                    SContext context,
                                    java.lang.Object[] args)
                             throws STeaException

accept

public java.lang.Object accept(SObjFunction obj,
                               SContext context,
                               java.lang.Object[] args)
                        throws STeaException

close

public java.lang.Object close(SObjFunction obj,
                              SContext context,
                              java.lang.Object[] args)
                       throws STeaException

close

public void close()
           throws java.io.IOException

newInstance

public static java.lang.Object newInstance(SContext context,
                                           java.lang.Object[] args)
                                    throws STeaException

Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.