|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use COBOLException | |
mfcobol |
Uses of COBOLException in mfcobol |
Methods in mfcobol that throw COBOLException | |
static void |
runtime.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 void |
runtime.cobcall(Object retValue,
String program,
Object[] array,
int[] usageDescription)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall(Object,String,Object[],int[]) |
static void |
runtime.ccall(Object retValue,
String program,
Object[] array,
int[] usageDescription)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#ccall(Object,String,Object[],int[]) |
static int |
runtime.ccall(String program,
Object[] array,
int[] usageDescription)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#ccall(String,Object[],int[]) |
static void |
runtime.cobcall_object(Object retValue,
String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Object(Object,String,Object[]) |
static String |
runtime.cobgetenv(String name)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobgetenv |
static int |
runtime.cobputenv(String name)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobputenv |
static void |
runtime.cobclear()
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobclear |
static void |
runtime.cobaddstr(String name)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobaddstr |
static void |
runtime.cobaddstr(int attribute,
String name)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobaddstr(int,String) |
static char |
runtime.cobgetch()
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobgetch |
static int |
runtime.cobcols()
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcols |
static int |
runtime.coblines()
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#coblines |
static void |
runtime.cobmove(int y,
int x)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobmove |
static int |
runtime.cobrescanenv()
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobrescanenv |
static void |
runtime.cobcancel(String program)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcancel |
static void |
runtime.cobtidy()
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobtidy |
static int |
runtime.cobcall_int(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_int(String,Object[]) |
static int |
runtime.cobcall(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall(String,Object[]) |
static byte |
runtime.cobcall_byte(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_byte(String,Object[]) |
static boolean |
runtime.cobcall_boolean(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_byte(String,Object[]) |
static short |
runtime.cobcall_short(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_short(String,Object[]) |
static float |
runtime.cobcall_float(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_float(String,Object[]) |
static Integer |
runtime.cobcall_Integer(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_short(String,Object[]) |
static Byte |
runtime.cobcall_Byte(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Byte(String,Object[]) |
static Boolean |
runtime.cobcall_Boolean(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Boolean(String,Object[]) |
static Short |
runtime.cobcall_Short(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Short(String,Object[]) |
static Float |
runtime.cobcall_Float(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Float(String,Object[]) |
static String |
runtime.cobcall_String(String program,
Object[] array)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_String(String,Object[]) |
boolean |
runtime.cobinvoke_boolean(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_boolean(String,Object[]) |
byte |
runtime.cobinvoke_byte(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_byte(String,Object[]) |
char |
runtime.cobinvoke_char(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_char(String,Object[]) |
short |
runtime.cobinvoke_short(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_short(String,Object[]) |
int |
runtime.cobinvoke_int(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_int(String,Object[]) |
long |
runtime.cobinvoke_long(String methodName,
Object[] params)
Deprecated. Invokes a COBOL instance with a set of parameters returning a long |
float |
runtime.cobinvoke_float(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_float(String,Object[]) |
double |
runtime.cobinvoke_double(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_double(String,Object[]) |
void |
runtime.cobinvoke_void(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_void(String,Object[]) |
Object |
runtime.cobinvoke_object(String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_object(String,Object[]) |
static boolean |
runtime.cobinvokestatic_boolean(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_boolean(Class,String,Object[]) |
static byte |
runtime.cobinvokestatic_byte(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_byte(Class,String,Object[]) |
static char |
runtime.cobinvokestatic_char(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_char(Class,String,Object[]) |
static short |
runtime.cobinvokestatic_short(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_short(Class,String,Object[]) |
static int |
runtime.cobinvokestatic_int(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_int(Class,String,Object[]) |
static long |
runtime.cobinvokestatic_long(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_long(Class,String,Object[]) |
static float |
runtime.cobinvokestatic_float(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_float(Class,String,Object[]) |
static double |
runtime.cobinvokestatic_double(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_double(Class,String,Object[]) |
static void |
runtime.cobinvokestatic_void(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_void(Class,String,Object[]) |
static Object |
runtime.cobinvokestatic_object(Class classObject,
String methodName,
Object[] params)
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_object(Class,String,Object[]) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.