|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microfocus.cobol.RuntimeSystem
mfcobol.runtime
Micro Focus Java Support
RuntimeSystem
Field Summary | |
static short |
A_BLINK
Deprecated. Screen attribute flag |
static short |
A_BOLD
Deprecated. Screen attribute flag |
static short |
A_DIM
Deprecated. Screen attribute flag |
static short |
A_NORMAL
Deprecated. Screen attribute flag |
static short |
A_REVERSE
Deprecated. Screen attribute flag |
static short |
A_UNDER
Deprecated. Screen attribute flag |
static int |
BY_CONTENT
Deprecated. BY_CONTENT is used in non-OO calls to COBOL in the usageDescription array. |
static int |
BY_REFERENCE
Deprecated. BY_REFERENCE is used in non-OO calls to COBOL in the usageDescription array. |
static int |
BY_VALUE
Deprecated. BY_VALUE is used in non-OO calls to COBOL in the usageDescription array. |
protected static long |
cblClassHandle
Deprecated. COBOL proxy class handle, if one exists |
protected long |
cblInstanceHandle
Deprecated. COBOL proxy instance handle, if one exists |
Fields inherited from class com.microfocus.cobol.RuntimeSystem |
isWindows, osName, SRV_CTL_ERRORHAND, SRV_CTL_ERRORHAND_ALL, SRV_CTL_NOCANCEL, SRV_CTL_NONE, SRV_CTL_NOSTOPRUN, SRV_CTL_NOTHREAD, SRV_CTL_THREADTIDY |
Constructor Summary | |
runtime()
Deprecated. |
Method Summary | |
static void |
ccall(Object retValue,
String program,
Object[] array,
int[] usageDescription)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#ccall(Object,String,Object[],int[]) |
static int |
ccall(String program,
Object[] array,
int[] usageDescription)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#ccall(String,Object[],int[]) |
static void |
cobaddstr(int attribute,
String name)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobaddstr(int,String) |
static void |
cobaddstr(String name)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobaddstr |
static void |
cobassocclass(String fileName,
Class javaClass)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobassocclass(String,Class) |
static void |
cobassocclass(String fileName,
String javaClass)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobassocclass(String,String) |
static boolean |
cobcall_boolean(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_byte(String,Object[]) |
static Boolean |
cobcall_Boolean(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Boolean(String,Object[]) |
static byte |
cobcall_byte(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_byte(String,Object[]) |
static Byte |
cobcall_Byte(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Byte(String,Object[]) |
static float |
cobcall_float(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_float(String,Object[]) |
static Float |
cobcall_Float(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Float(String,Object[]) |
static int |
cobcall_int(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_int(String,Object[]) |
static Integer |
cobcall_Integer(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_short(String,Object[]) |
static void |
cobcall_object(Object retValue,
String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Object(Object,String,Object[]) |
static short |
cobcall_short(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_short(String,Object[]) |
static Short |
cobcall_Short(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Short(String,Object[]) |
static String |
cobcall_String(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_String(String,Object[]) |
static void |
cobcall(Object retValue,
String program,
Object[] array,
int[] usageDescription)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall(Object,String,Object[],int[]) |
static void |
cobcall(Object retValue,
String program,
Object[] array,
int[] usageDescription,
boolean passJNIEnv_and_self)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall(Object,String,Object[],int[],boolean) |
static int |
cobcall(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall(String,Object[]) |
static void |
cobcancel(String program)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcancel |
static void |
cobclear()
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobclear |
static int |
cobcols()
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcols |
static void |
cobfinalize(Object o)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobfinalize(Object) |
static char |
cobgetch()
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobgetch |
static String |
cobgetenv(String name)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobgetenv |
boolean |
cobinvoke_boolean(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_boolean(String,Object[]) |
byte |
cobinvoke_byte(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_byte(String,Object[]) |
char |
cobinvoke_char(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_char(String,Object[]) |
double |
cobinvoke_double(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_double(String,Object[]) |
float |
cobinvoke_float(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_float(String,Object[]) |
int |
cobinvoke_int(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_int(String,Object[]) |
long |
cobinvoke_long(String methodName,
Object[] params)
Deprecated. Invokes a COBOL instance with a set of parameters returning a long |
Object |
cobinvoke_object(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_object(String,Object[]) |
short |
cobinvoke_short(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_short(String,Object[]) |
void |
cobinvoke_void(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_void(String,Object[]) |
static boolean |
cobinvokestatic_boolean(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_boolean(Class,String,Object[]) |
static byte |
cobinvokestatic_byte(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_byte(Class,String,Object[]) |
static char |
cobinvokestatic_char(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_char(Class,String,Object[]) |
static double |
cobinvokestatic_double(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_double(Class,String,Object[]) |
static float |
cobinvokestatic_float(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_float(Class,String,Object[]) |
static int |
cobinvokestatic_int(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_int(Class,String,Object[]) |
static long |
cobinvokestatic_long(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_long(Class,String,Object[]) |
static Object |
cobinvokestatic_object(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_object(Class,String,Object[]) |
static short |
cobinvokestatic_short(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_short(Class,String,Object[]) |
static void |
cobinvokestatic_void(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_void(Class,String,Object[]) |
static int |
coblines()
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#coblines |
static int |
cobload(String libName,
String name)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobload(String) |
static int |
cobloadclass(String libName,
String fileName)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobloadclass(String,String) |
static int |
cobloadclass(String libName,
String fileName,
Class javaClass)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobloadclass(String,String,Class) |
static int |
cobloadclass(String libName,
String fileName,
String javaClassname)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobloadclass(String,String,String) |
static void |
cobmove(int y,
int x)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobmove |
static int |
cobputenv(String name)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobputenv |
static int |
cobrescanenv()
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobrescanenv |
static void |
cobtidy()
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobtidy |
static void |
main(String[] args)
Deprecated. Run this class in order to obtain the COBJVM environment variable for the current Java installation Setup CLASSPATH to include com.microfocus.cobol.jar and use: java -Dcom.microfocus.cobol.getcobjvmenv=off com.microfocus.cobol.Runtime |
Methods inherited from class com.microfocus.cobol.RuntimeSystem |
cobcall_Object, cobcall, cobcall, cobcall, cobcall, cobload, cobrcall, cobrcall, cobthreadtidy, getCobolRuntimeSupportLibraryName, getSrvCtlDefault, setSrvCtlDefault, updateParameters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int BY_VALUE
cobcall(Object retValue, String program, Object[] array, int[] usageDescription)
,
ccall(Object retValue, String program, Object[] array, int[] usageDescription)
,
ccall(String program, Object[] array, int[] usageDescription)
,
Constant Field Valuespublic static final int BY_REFERENCE
cobcall(Object retValue, String program, Object[] array, int[] usageDescription)
,
ccall(Object retValue, String program, Object[] array, int[] usageDescription)
,
ccall(String program, Object[] array, int[] usageDescription)
,
Constant Field Valuespublic static final int BY_CONTENT
cobcall(Object retValue, String program, Object[] array, int[] usageDescription)
,
ccall(Object retValue, String program, Object[] array, int[] usageDescription)
,
ccall(String program, Object[] array, int[] usageDescription)
,
Constant Field Valuespublic static final short A_NORMAL
cobaddstr(int attribute,String name)
,
Constant Field Valuespublic static final short A_BOLD
cobaddstr(int attribute,String name)
,
Constant Field Valuespublic static final short A_UNDER
cobaddstr(int attribute,String name)
,
Constant Field Valuespublic static final short A_REVERSE
cobaddstr(int attribute,String name)
,
Constant Field Valuespublic static final short A_BLINK
cobaddstr(int attribute,String name)
,
Constant Field Valuespublic static final short A_DIM
cobaddstr(int attribute,String name)
,
Constant Field Valuesprotected static final long cblClassHandle
protected final long cblInstanceHandle
Constructor Detail |
public runtime()
Method Detail |
public static void cobcall(Object retValue, String program, Object[] array, int[] usageDescription, boolean passJNIEnv_and_self) throws COBOLException, Exception
retValue
- an Object that contains the return valueprogram
- a stringarray
- array of objectsusageDescription
- array of usageDescriptions for array of objectspassJNIEnv_and_self
- - pass JNIENv *, jclass self to
COBOL program
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall(Object,String,Object[],int[],boolean)
public static void cobcall(Object retValue, String program, Object[] array, int[] usageDescription) throws COBOLException, Exception
retValue
- an Object that contains the return valueprogram
- a stringarray
- array of objectsusageDescription
- array of usageDescriptions for array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall(Object,String,Object[],int[])
public static void ccall(Object retValue, String program, Object[] array, int[] usageDescription) throws COBOLException, Exception
retValue
- an Object that contains the return valueprogram
- a stringarray
- array of objectsusageDescription
- array of usageDescriptions for array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.ccall(Object,String,Object[],int[])
public static int ccall(String program, Object[] array, int[] usageDescription) throws COBOLException, Exception
program
- a stringarray
- array of objectsusageDescription
- array of usageDescriptions for array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.ccall(String,Object[],int[])
public static void cobcall_object(Object retValue, String program, Object[] array) throws COBOLException, Exception
retValue
- an Object that contains the return valueprogram
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall_Object(Object,String,Object[])
public static String cobgetenv(String name) throws COBOLException, Exception
name
- A name specifying the environment variable
to be searched for and returned.
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobgetenv(java.lang.String)
public static int cobputenv(String name) throws COBOLException, Exception
name
- A string to placed into the environment, with
the format NAME=VALUE
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobputenv(java.lang.String)
public static void cobclear() throws COBOLException, Exception
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobclear()
public static void cobaddstr(String name) throws COBOLException, Exception
name
- text to be displayed on the screen
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobaddstr(java.lang.String)
public static void cobaddstr(int attribute, String name) throws COBOLException, Exception
attribute
- screen attribute to display the text inname
- text to be displayed on the screen
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobaddstr(int,String)
public static char cobgetch() throws COBOLException, Exception
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobgetch()
public static int cobcols() throws COBOLException, Exception
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcols()
public static int coblines() throws COBOLException, Exception
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.coblines()
public static void cobmove(int y, int x) throws COBOLException, Exception
y
- rowx
- column
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobmove(int, int)
public static int cobrescanenv() throws COBOLException, Exception
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobrescanenv()
public static void cobcancel(String program) throws COBOLException, Exception
program
- name of program to be CANCEL'ed
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcancel(java.lang.String)
public static void cobtidy() throws COBOLException, Exception
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobtidy()
public static int cobcall_int(String program, Object[] array) throws COBOLException, Exception
program
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall_int(String,Object[])
public static int cobcall(String program, Object[] array) throws COBOLException, Exception
program
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall(String,Object[])
public static byte cobcall_byte(String program, Object[] array) throws COBOLException, Exception
program
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall_byte(String,Object[])
public static boolean cobcall_boolean(String program, Object[] array) throws COBOLException, Exception
program
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall_byte(String,Object[])
public static short cobcall_short(String program, Object[] array) throws COBOLException, Exception
program
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall_short(String,Object[])
public static float cobcall_float(String program, Object[] array) throws COBOLException, Exception
program
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall_float(String,Object[])
public static Integer cobcall_Integer(String program, Object[] array) throws Exception, COBOLException
program
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall_short(String,Object[])
public static Byte cobcall_Byte(String program, Object[] array) throws Exception, COBOLException
program
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall_Byte(String,Object[])
public static Boolean cobcall_Boolean(String program, Object[] array) throws Exception, COBOLException
program
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall_Boolean(String,Object[])
public static Short cobcall_Short(String program, Object[] array) throws Exception, COBOLException
program
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall_Short(String,Object[])
public static Float cobcall_Float(String program, Object[] array) throws Exception, COBOLException
program
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall_Float(String,Object[])
public static String cobcall_String(String program, Object[] array) throws Exception, COBOLException
program
- a stringarray
- array of objects
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobcall_String(String,Object[])
public static void cobassocclass(String fileName, Class javaClass)
fileName
- file name of COBOL classjavaClass
- Java classRuntimeSystem.cobassocclass(String,Class)
public static void cobassocclass(String fileName, String javaClass)
fileName
- file name of COBOL classjavaClass
- full name of Java classRuntimeSystem.cobassocclass(String,String)
public static int cobloadclass(String libName, String fileName)
libName
- library name, if requiredfileName
- file name of COBOL class
cobloadclass(String libName, String fileName, Class javaClass)
,
cobloadclass(String libName, String fileName, String javaClassname)
,
RuntimeSystem.cobloadclass(String,String)
public static int cobloadclass(String libName, String fileName, Class javaClass)
static { cobloadclass("DllName", "MyCOBOLClass", MyPackage.MyJavaClass.class)); }
libName
- library name, if requiredfileName
- file name of COBOL classjavaClass
- Java class
cobloadclass(String libName, String fileName)
,
cobloadclass(String libName, String fileName, String javaClassname)
,
RuntimeSystem.cobloadclass(String,String,Class)
public static int cobloadclass(String libName, String fileName, String javaClassname)
static { cobloadclass("DllName", "MyCOBOLClass", "MyPackage.MyJavaClass"); }
libName
- library name, if requiredfileName
- file name of COBOL classjavaClassname
- full name of Java class
cobloadclass(String libName, String fileName)
,
cobloadclass(String libName, String fileName, Class javaClass)
,
RuntimeSystem.cobloadclass(String,String,String)
public static int cobload(String libName, String name)
libName
- library namename
- of COBOL program
RuntimeSystem.cobload(String)
public boolean cobinvoke_boolean(String methodName, Object[] params) throws COBOLException, Exception
cobinvoke_boolean
in class RuntimeSystem
methodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvoke_boolean(String,Object[])
public byte cobinvoke_byte(String methodName, Object[] params) throws COBOLException, Exception
cobinvoke_byte
in class RuntimeSystem
methodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvoke_byte(String,Object[])
public char cobinvoke_char(String methodName, Object[] params) throws COBOLException, Exception
cobinvoke_char
in class RuntimeSystem
methodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvoke_char(String,Object[])
public short cobinvoke_short(String methodName, Object[] params) throws COBOLException, Exception
cobinvoke_short
in class RuntimeSystem
methodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvoke_short(String,Object[])
public int cobinvoke_int(String methodName, Object[] params) throws COBOLException, Exception
cobinvoke_int
in class RuntimeSystem
methodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvoke_int(String,Object[])
public long cobinvoke_long(String methodName, Object[] params) throws COBOLException, Exception
cobinvoke_long
in class RuntimeSystem
methodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL Exceptionpublic float cobinvoke_float(String methodName, Object[] params) throws COBOLException, Exception
cobinvoke_float
in class RuntimeSystem
methodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvoke_float(String,Object[])
public double cobinvoke_double(String methodName, Object[] params) throws COBOLException, Exception
cobinvoke_double
in class RuntimeSystem
methodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvoke_double(String,Object[])
public void cobinvoke_void(String methodName, Object[] params) throws COBOLException, Exception
cobinvoke_void
in class RuntimeSystem
methodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvoke_void(String,Object[])
public Object cobinvoke_object(String methodName, Object[] params) throws COBOLException, Exception
cobinvoke_object
in class RuntimeSystem
methodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL Exceptionpublic static boolean cobinvokestatic_boolean(Class classObject, String methodName, Object[] params) throws COBOLException, Exception
classObject
- the Java classmethodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvokestatic_boolean(Class,String,Object[])
public static byte cobinvokestatic_byte(Class classObject, String methodName, Object[] params) throws COBOLException, Exception
classObject
- the Java classmethodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvokestatic_byte(Class,String,Object[])
public static char cobinvokestatic_char(Class classObject, String methodName, Object[] params) throws COBOLException, Exception
classObject
- the Java classmethodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvokestatic_char(Class,String,Object[])
public static short cobinvokestatic_short(Class classObject, String methodName, Object[] params) throws COBOLException, Exception
classObject
- the Java classmethodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvokestatic_short(Class,String,Object[])
public static int cobinvokestatic_int(Class classObject, String methodName, Object[] params) throws COBOLException, Exception
classObject
- the Java classmethodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvokestatic_int(Class,String,Object[])
public static long cobinvokestatic_long(Class classObject, String methodName, Object[] params) throws COBOLException, Exception
classObject
- the Java classmethodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvokestatic_long(Class,String,Object[])
public static float cobinvokestatic_float(Class classObject, String methodName, Object[] params) throws COBOLException, Exception
classObject
- the Java classmethodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvokestatic_float(Class,String,Object[])
public static double cobinvokestatic_double(Class classObject, String methodName, Object[] params) throws COBOLException, Exception
classObject
- the Java classmethodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvokestatic_double(Class,String,Object[])
public static void cobinvokestatic_void(Class classObject, String methodName, Object[] params) throws COBOLException, Exception
classObject
- the Java classmethodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvokestatic_void(Class,String,Object[])
public static Object cobinvokestatic_object(Class classObject, String methodName, Object[] params) throws COBOLException, Exception
classObject
- the Java classmethodName
- the method to invokeparams
- an array of objects containg the method parameters
COBOLException
- - COBOL Exception
Exception
- - NON COBOL ExceptionRuntimeSystem.cobinvokestatic_object(Class,String,Object[])
public static void cobfinalize(Object o) throws Throwable
o
- an object which has a COBOL proxy associated with it
Throwable
- - throwableRuntimeSystem.cobfinalize(Object)
public static void main(String[] args)
RuntimeSystem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.