|
Tea Java Runtime API Version 3.1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--com.pdmfc.tea.modules.tos.STosClass
|
+--com.pdmfc.tea.modules.tos.SJavaClass
| 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 |
public SJavaClass(java.lang.String javaClassName)
throws SRuntimeException
public SJavaClass(java.lang.Class javaClass)
throws SRuntimeException
| Method Detail |
public STosObj newInstance()
throws STeaException
STosClassnewInstance in class STosClasscom.pdmfc.tea.modules.tos.STosClassSTeaException - Not throws by this method. Only declared for derived classes that
reimplement this method.
|
Tea Java Runtime API Version 3.1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||