Tea Java Runtime API
Version 3.1.0

com.pdmfc.tea.modules.tos
Class SJavaClass

java.lang.Object
  |
  +--com.pdmfc.tea.modules.tos.STosClass
        |
        +--com.pdmfc.tea.modules.tos.SJavaClass

public class SJavaClass
extends STosClass


Fields inherited from class com.pdmfc.tea.modules.tos.STosClass
_constructName
 
Constructor Summary
SJavaClass(java.lang.Class javaClass)
           
SJavaClass(java.lang.String javaClassName)
           
 
Method Summary
 STosObj newInstance()
          Creates a new instance of an object of this TOS class, but does not initialize the object.
 
Methods inherited from class com.pdmfc.tea.modules.tos.STosClass
addConstructor, addMethod, addMethod, getConstructor, getMethod, getName, getSuperClass, level, memberNames, newInstance, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SJavaClass

public SJavaClass(java.lang.String javaClassName)
           throws SRuntimeException

SJavaClass

public SJavaClass(java.lang.Class javaClass)
           throws SRuntimeException
Method Detail

newInstance

public STosObj newInstance()
                    throws STeaException
Description copied from class: STosClass
Creates a new instance of an object of this TOS class, but does not initialize the object.
Overrides:
newInstance in class STosClass
Following copied from class: com.pdmfc.tea.modules.tos.STosClass
Returns:
A new STosObj object, representing a new instance of this class. The object will have to be initialized.
Throws:
STeaException - Not throws by this method. Only declared for derived classes that reimplement this method.

Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.