|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdvrun.rtDV
public class rtDV
Calls the runtime via JNI.
| Constructor Summary | |
|---|---|
rtDV(java.lang.String runTreeFilename)
Allocate and initialize. |
|
rtDV(java.lang.String runTreeFilename,
java.lang.String connectString)
Allocate, initialize and connect. |
|
| Method Summary | |
|---|---|
void |
close()
Close and free the runtime. |
int |
execute()
Execute a runtree. |
int |
execute(rtList parameterList)
Execute a runtree. |
int |
execute(java.lang.String parameterString)
Execute a runtree. |
protected void |
finalize()
|
int |
returnInt()
Return integer return value. |
rtList |
returnList()
Return list return value. |
java.lang.String |
returnString()
Return string return value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public rtDV(java.lang.String runTreeFilename)
throws rtException
rtException
public rtDV(java.lang.String runTreeFilename,
java.lang.String connectString)
throws rtException
rtException| Method Detail |
|---|
public int execute()
public int execute(java.lang.String parameterString)
public int execute(rtList parameterList)
public int returnInt()
public java.lang.String returnString()
public rtList returnList()
public void close()
protected void finalize()
finalize in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||