Tea Java Runtime API
Version 3.2.4

com.pdmfc.tea.modules.net
Class SPlainSocketBase

java.lang.Object
  extended by com.pdmfc.tea.modules.tos.STosObj
      extended by com.pdmfc.tea.modules.net.SSocketBase
          extended by com.pdmfc.tea.modules.net.SPlainSocketBase
All Implemented Interfaces:
SObjFunction

public class SPlainSocketBase
extends SSocketBase

Represents the TOS object that embodies a socket.


Constructor Summary
SPlainSocketBase(STosClass myClass)
           
 
Method Summary
 java.lang.Object constructor(SObjFunction obj, SContext context, java.lang.Object[] args)
           
static SPlainSocketBase newInstance(SContext context)
           
 
Methods inherited from class com.pdmfc.tea.modules.net.SSocketBase
close, connect, connect, getInput, getOutput
 
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

SPlainSocketBase

public SPlainSocketBase(STosClass myClass)
                 throws STeaException
Throws:
STeaException
Method Detail

constructor

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

newInstance

public static SPlainSocketBase newInstance(SContext context)
                                    throws STeaException
Throws:
STeaException

Tea Java Runtime API
Version 3.2.4

© 2009 PDM&FC, All Rights Reserved.