A B C D F G I L M O P R S T U

A

A_BLINK - Static variable in class com.microfocus.cobol.RuntimeSystem
Screen attribute flag
A_BLINK - Static variable in class mfcobol.runtime
Deprecated. Screen attribute flag
A_BOLD - Static variable in class com.microfocus.cobol.RuntimeSystem
Screen attribute flag
A_BOLD - Static variable in class mfcobol.runtime
Deprecated. Screen attribute flag
A_DIM - Static variable in class com.microfocus.cobol.RuntimeSystem
Screen attribute flag
A_DIM - Static variable in class mfcobol.runtime
Deprecated. Screen attribute flag
A_NORMAL - Static variable in class com.microfocus.cobol.RuntimeSystem
Screen attribute flag
A_NORMAL - Static variable in class mfcobol.runtime
Deprecated. Screen attribute flag
A_REVERSE - Static variable in class com.microfocus.cobol.RuntimeSystem
Screen attribute flag
A_REVERSE - Static variable in class mfcobol.runtime
Deprecated. Screen attribute flag
A_UNDER - Static variable in class com.microfocus.cobol.RuntimeSystem
Screen attribute flag
A_UNDER - Static variable in class mfcobol.runtime
Deprecated. Screen attribute flag
accept(File, String) - Method in class com.microfocus.cobol.packagemigration.mfcobol2com.javaFilenameFilter
Method declaration
add(Object[]) - Method in class com.microfocus.cobol.lang.DataTypeArray
Add a set of Objects[] to the DataTypeArray
Below is a example:
DataTypeArray myArray = new DataTypeArray() .add(firstArray) .add(secondSecondArray);
add(Object) - Method in class com.microfocus.cobol.lang.DataTypeArray
Add a Object to the DataTypeArray
Below is a example:
DataTypeArray myArray = new DataTypeArray() .add(firstElement) .add(secondElement);
add(Object) - Method in class com.microfocus.cobol.lang.ParameterList
Adds a BY_REFERENCE parameter to the ParameterList
add(Object, int) - Method in class com.microfocus.cobol.lang.ParameterList
Adds a parameter with a specific usage to the ParameterList.
add(int) - Method in class com.microfocus.cobol.lang.ParameterList
Add a int to the ParameterList
add(int, int) - Method in class com.microfocus.cobol.lang.ParameterList
Add a int to the ParameterList with a specific usage
add(long) - Method in class com.microfocus.cobol.lang.ParameterList
Add a long to the ParameterList
add(long, int) - Method in class com.microfocus.cobol.lang.ParameterList
Add a long to the ParameterList with a specific usage
add(short) - Method in class com.microfocus.cobol.lang.ParameterList
Add a short to the ParameterList
add(short, int) - Method in class com.microfocus.cobol.lang.ParameterList
Add a short to the ParameterList with a specific usage
add(byte) - Method in class com.microfocus.cobol.lang.ParameterList
Add a byte to the ParameterList
add(byte, int) - Method in class com.microfocus.cobol.lang.ParameterList
Add a byte to the ParameterList with a specific usage
add(char) - Method in class com.microfocus.cobol.lang.ParameterList
Add a char to the ParameterList
add(char, int) - Method in class com.microfocus.cobol.lang.ParameterList
Add a char to the ParameterList with a specific usage
add(boolean) - Method in class com.microfocus.cobol.lang.ParameterList
Add a boolean to the ParameterList
add(boolean, int) - Method in class com.microfocus.cobol.lang.ParameterList
Add a boolean to the ParameterList with a specific usage
add(float) - Method in class com.microfocus.cobol.lang.ParameterList
Add a float to the ParameterList
add(float, int) - Method in class com.microfocus.cobol.lang.ParameterList
Add a float to the ParameterList with a specific usage
add(double) - Method in class com.microfocus.cobol.lang.ParameterList
Add a double to the ParameterList
add(double, int) - Method in class com.microfocus.cobol.lang.ParameterList
Add a double to the ParameterList with a specific usage
allocContext() - Static method in class com.microfocus.cobol.CobolBean
Method declaration
attachContext(byte[]) - Static method in class com.microfocus.cobol.CobolBean
attachContext
attachToThread() - Method in class com.microfocus.cobol.CobolBean
Method declaration

B

BY_CONTENT - Static variable in class com.microfocus.cobol.RuntimeProperties
BY_CONTENT is used in non-OO calls to COBOL in the usageDescription array.
BY_CONTENT - Static variable in class com.microfocus.cobol.RuntimeSystem
BY_CONTENT is used in non-OO calls to COBOL in the usageDescription array.
BY_CONTENT - Static variable in class mfcobol.runtime
Deprecated. BY_CONTENT is used in non-OO calls to COBOL in the usageDescription array.
BY_REFERENCE - Static variable in class com.microfocus.cobol.RuntimeProperties
BY_REFERENCE is used in non-OO calls to COBOL in the usageDescription array.
BY_REFERENCE - Static variable in class com.microfocus.cobol.RuntimeSystem
BY_REFERENCE is used in non-OO calls to COBOL in the usageDescription array.
BY_REFERENCE - Static variable in class mfcobol.runtime
Deprecated. BY_REFERENCE is used in non-OO calls to COBOL in the usageDescription array.
BY_VALUE - Static variable in class com.microfocus.cobol.RuntimeProperties
BY_VALUE is used in non-OO calls to COBOL in the usageDescription array.
BY_VALUE - Static variable in class com.microfocus.cobol.RuntimeSystem
BY_VALUE is used in non-OO calls to COBOL in the usageDescription array.
BY_VALUE - Static variable in class mfcobol.runtime
Deprecated. BY_VALUE is used in non-OO calls to COBOL in the usageDescription array.
BigDecimalTypes - class com.microfocus.cobol.util.BigDecimalTypes.
Title: Micro Focus COBOL Interface Class Library
BigDecimalTypes() - Constructor for class com.microfocus.cobol.util.BigDecimalTypes
 

C

COBOLException - exception mfcobol.COBOLException.
Deprecated. replaced by com.microfocus.cobol.CobolException
COBOLException() - Constructor for class mfcobol.COBOLException
Deprecated.  
CobolAlphanumeric - class com.microfocus.cobol.lang.internal.CobolAlphanumeric.
 
CobolAlphanumeric(CobolRecord, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolAlphanumeric
Creates a new Cobol alphanumeric data item.
CobolAlphanumeric(CobolRecord, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolAlphanumeric
Creates a new Cobol alphanumeric data item.
CobolAlphanumeric(CobolRecord, int, int, int, int, int, String) - Constructor for class com.microfocus.cobol.lang.internal.CobolAlphanumeric
Creates a new Cobol alphanumeric-edited data item.
CobolAlphanumeric(CobolRecord, int, int, int, int, String) - Constructor for class com.microfocus.cobol.lang.internal.CobolAlphanumeric
Creates a new Cobol alphanumeric-edited data item.
CobolBean - class com.microfocus.cobol.CobolBean.
Class contains methods for constructing a CobolBean
CobolBean() - Constructor for class com.microfocus.cobol.CobolBean
Constructor for a CobolBean

Usage:
CobolBigDecimal - class com.microfocus.cobol.lang.CobolBigDecimal.
Wrapper class for a BigDecimal class
CobolBigDecimal() - Constructor for class com.microfocus.cobol.lang.CobolBigDecimal
Construct a CobolBigDecimal with BigDecimal.valueOf(0)
CobolBigDecimal(BigDecimal) - Constructor for class com.microfocus.cobol.lang.CobolBigDecimal
Construct a CobolBigDecimal given a BigDecimal
CobolBigDecimal(String) - Constructor for class com.microfocus.cobol.lang.CobolBigDecimal
Construct a CobolBigDecimal given a string
CobolBigInteger - class com.microfocus.cobol.lang.CobolBigInteger.
Wrapper class for a BigInteger class
CobolBigInteger() - Constructor for class com.microfocus.cobol.lang.CobolBigInteger
Construct a CobolBigInteger given a BigInteger.valueOf(0)
CobolBigInteger(BigInteger) - Constructor for class com.microfocus.cobol.lang.CobolBigInteger
Construct a CobolBigInteger given a BigInteger value
CobolBigInteger(String) - Constructor for class com.microfocus.cobol.lang.CobolBigInteger
Construct a CobolBigInteger given a string
CobolBoolean - class com.microfocus.cobol.lang.internal.CobolBoolean.
Micro Focus Java Support
CobolBoolean(CobolRecord, int, int, CobolDescriptor) - Constructor for class com.microfocus.cobol.lang.internal.CobolBoolean
 
CobolBytes - class com.microfocus.cobol.lang.internal.CobolBytes.
 
CobolBytes(CobolRecord, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolBytes
 
CobolDate - class com.microfocus.cobol.lang.CobolDate.
Java class for a CobolDate field
CobolDate() - Constructor for class com.microfocus.cobol.lang.CobolDate
Construct a CobolDate using the current time and default encoding
CobolDate(Date) - Constructor for class com.microfocus.cobol.lang.CobolDate
Construct a CobolDate type with a given date and the default encoding
CobolDate(Date, String) - Constructor for class com.microfocus.cobol.lang.CobolDate
Construct a CobolDate type with a given date and a given encoding
CobolDescriptor - class com.microfocus.cobol.lang.internal.CobolDescriptor.
Micro Focus Java Support
CobolDescriptor(int, int, byte[]) - Constructor for class com.microfocus.cobol.lang.internal.CobolDescriptor
 
CobolEntry - class com.microfocus.cobol.lang.internal.CobolEntry.
 
CobolEntry(String) - Constructor for class com.microfocus.cobol.lang.internal.CobolEntry
 
CobolEntryException - exception com.microfocus.cobol.lang.internal.CobolEntryException.
 
CobolEntryException() - Constructor for class com.microfocus.cobol.lang.internal.CobolEntryException
 
CobolEntryException(String) - Constructor for class com.microfocus.cobol.lang.internal.CobolEntryException
 
CobolException - exception com.microfocus.cobol.CobolException.
This exception is thrown by various methods when COBOL has caused an exception
CobolException() - Constructor for class com.microfocus.cobol.CobolException
Construct a CobolException with no message or cause.
CobolException(String) - Constructor for class com.microfocus.cobol.CobolException
Construct a CobolException with a given message and no cause
CobolException(String, Throwable) - Constructor for class com.microfocus.cobol.CobolException
Constructs a CobolException with a given message and the cause of the exception
CobolException(Throwable) - Constructor for class com.microfocus.cobol.CobolException
Constructs a CobolException that wraps the cause of the real exception
CobolField - class com.microfocus.cobol.lang.internal.CobolField.
Micro Focus Java Support
CobolField(CobolRecord, int, int, int, CobolDescriptor) - Constructor for class com.microfocus.cobol.lang.internal.CobolField
 
CobolField(CobolRecord, int, int, CobolDescriptor) - Constructor for class com.microfocus.cobol.lang.internal.CobolField
 
CobolGroup - class com.microfocus.cobol.lang.internal.CobolGroup.
 
CobolGroup(CobolRecord, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolGroup
Creates a new Cobol Group data item for the whole of the given record area
CobolGroup(CobolRecord, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolGroup
Creates a new Cobol Group data item for the whole of the given record area
CobolGroup(CobolRecord, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolGroup
Creates a new Cobol Group data item for part of the given record area
CobolGroup(CobolRecord, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolGroup
Creates a new Cobol Group data item for part of the given record area
CobolNational - class com.microfocus.cobol.lang.CobolNational.
Java class for COBOL National fields (PIC N(..) usage is national)
CobolNational(String, int, String, char) - Constructor for class com.microfocus.cobol.lang.CobolNational
Construct a fixed length Cobol National field by using a string and filling out the end of string with the given filler character and encoding it in one of the following valid encodings: UTF16, UTF-16BE, UTF-16LE.
CobolNational(String, int, String) - Constructor for class com.microfocus.cobol.lang.CobolNational
Construct a Cobol National field with a String, a fixed length and an encoding.
CobolNational(String, int) - Constructor for class com.microfocus.cobol.lang.CobolNational
Construct a Cobol National field with a String and a fixed length
CobolNational(StringBuffer) - Constructor for class com.microfocus.cobol.lang.CobolNational
Construct a Cobol National field with a StringBuffer and a fixed length of the StringBuffers capacity.
CobolNational(StringBuffer, int) - Constructor for class com.microfocus.cobol.lang.CobolNational
Construct a Cobol National field with a StringBuffer and a given fixed length.
CobolNumeric - class com.microfocus.cobol.lang.internal.CobolNumeric.
 
CobolNumeric(CobolRecord, int, int, int, int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolNumeric
Creates a new Cobol numeric data item.
CobolNumeric(CobolRecord, int, int, int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolNumeric
Creates a new Cobol numeric data item.
CobolNumeric(CobolRecord, int, int, int, int, int, String) - Constructor for class com.microfocus.cobol.lang.internal.CobolNumeric
Creates a new Cobol numeric-edited data item.
CobolNumeric(CobolRecord, int, int, int, int, String) - Constructor for class com.microfocus.cobol.lang.internal.CobolNumeric
Creates a new Cobol numeric-edited data item.
CobolOccurs - class com.microfocus.cobol.lang.internal.CobolOccurs.
Micro Focus Java Support
CobolOccurs(int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int, int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int, int, int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolOccurs(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolOccurs
 
CobolProgramNotFoundException - exception com.microfocus.cobol.CobolProgramNotFoundException.
This exception is thrown when a COBOL can not be found
CobolProgramNotFoundException(String) - Constructor for class com.microfocus.cobol.CobolProgramNotFoundException
Construct a CobolProgramNotFoundException(name) with a specific name
CobolRecord - class com.microfocus.cobol.lang.internal.CobolRecord.
 
CobolRecord(int, String, int) - Constructor for class com.microfocus.cobol.lang.internal.CobolRecord
 
CobolRecord(int) - Constructor for class com.microfocus.cobol.lang.internal.CobolRecord
 
CobolRecordException - exception com.microfocus.cobol.lang.internal.CobolRecordException.
 
CobolRecordException() - Constructor for class com.microfocus.cobol.lang.internal.CobolRecordException
 
CobolRecordException(String) - Constructor for class com.microfocus.cobol.lang.internal.CobolRecordException
 
CobolRuntimeException - exception com.microfocus.cobol.CobolRuntimeException.
This exception is thrown when the COBOL runtime has caused an exception
CobolRuntimeException() - Constructor for class com.microfocus.cobol.CobolRuntimeException
Construct a CobolRuntimeException with no message or cause.
CobolRuntimeException(String) - Constructor for class com.microfocus.cobol.CobolRuntimeException
Construct a CobolRuntimeException with a given message and no cause
CobolRuntimeException(String, Throwable) - Constructor for class com.microfocus.cobol.CobolRuntimeException
Constructs a CobolRuntimeException with a given message and the cause of the exception
CobolRuntimeException(Throwable) - Constructor for class com.microfocus.cobol.CobolRuntimeException
Constructs a CobolRuntimeException that wraps the cause of the real exception
CobolThread - class com.microfocus.cobol.CobolThread.
This is COBOL safe wrapper class for java.lang.Thread
CobolThread() - Constructor for class com.microfocus.cobol.CobolThread
Construct for a thread that executes cobol
CobolThread(Runnable) - Constructor for class com.microfocus.cobol.CobolThread
Constructor for a thread that executes cobol with a given target
CobolThread(String) - Constructor for class com.microfocus.cobol.CobolThread
Constructor for a thread that executes cobol with a given name
CobolThread(Runnable, String) - Constructor for class com.microfocus.cobol.CobolThread
Constructor for a CobolThread given a target,name
CobolThread(ThreadGroup, Runnable) - Constructor for class com.microfocus.cobol.CobolThread
Constructor for a thread that executes cobol within a given group/target
CobolThread(ThreadGroup, Runnable, String) - Constructor for class com.microfocus.cobol.CobolThread
Constructor for a thread that executes cobol within a given group/target/name
CobolThread(ThreadGroup, String) - Constructor for class com.microfocus.cobol.CobolThread
Constructor for a thread that executes cobol within a given group/name
CobolTime - class com.microfocus.cobol.lang.CobolTime.
Java class for a CobolTime field
CobolTime() - Constructor for class com.microfocus.cobol.lang.CobolTime
Construct a CobolTime type using the current time
CobolTime(Time) - Constructor for class com.microfocus.cobol.lang.CobolTime
Construct a CobolTime type using the specified time
CobolTime(Time, String) - Constructor for class com.microfocus.cobol.lang.CobolTime
Construct a CobolTime given a specific time and encoding
Example:
Comp3 - class com.microfocus.cobol.lang.Comp3.
Java class for COMP-3 datatype
Comp3(BigInteger, int) - Constructor for class com.microfocus.cobol.lang.Comp3
Constructor for a signed comp-3 item with a defined picture size
Comp3(BigDecimal, int) - Constructor for class com.microfocus.cobol.lang.Comp3
Constructor for a signed comp-3 item with a defined picture size from a BigDecimal with a scale

Example:
Comp3(String, int, int) - Constructor for class com.microfocus.cobol.lang.Comp3
Constructor for a signed comp-3 item with a defined picture size from a string with a picture size

Example:
Comp3(String, int) - Constructor for class com.microfocus.cobol.lang.Comp3
Constructor for a signed comp-3 item with a defined picture size

Example:
Comp3(String, int, boolean) - Constructor for class com.microfocus.cobol.lang.Comp3
Constructor for a signed/unsigned comp-3 item with a defined picture size

Example:
Comp3(BigInteger, int, boolean) - Constructor for class com.microfocus.cobol.lang.Comp3
Constructor for a signed/unsigned comp-3 item with a defined picture size

Example:
Comp3(BigDecimal, int, boolean) - Constructor for class com.microfocus.cobol.lang.Comp3
Constructor for a signed/unsigned comp-3 item with a defined picture size from a BigDecimal with a scale

Example:
CustomRecord - interface com.microfocus.cobol.lang.CustomRecord.
CustomRecord interface
CustomRecordArray - class com.microfocus.cobol.lang.CustomRecordArray.
Helper class for passing arrays of CustomRecord
CustomRecordArray(CustomRecord[]) - Constructor for class com.microfocus.cobol.lang.CustomRecordArray
Constructor declaration
call(Object[]) - Method in class com.microfocus.cobol.lang.internal.CobolEntry
 
call(Object[], int) - Method in class com.microfocus.cobol.lang.internal.CobolEntry
 
cancel() - Method in class com.microfocus.cobol.CobolBean
Performs a cancel on any COBOL programs used with in this bean.
cblClassHandle - Static variable in class com.microfocus.cobol.RuntimeSystem
COBOL proxy class handle, if one exists
cblClassHandle - Static variable in class mfcobol.runtime
Deprecated. COBOL proxy class handle, if one exists
cblInstanceHandle - Variable in class com.microfocus.cobol.RuntimeSystem
COBOL proxy instance handle, if one exists
cblInstanceHandle - Variable in class mfcobol.runtime
Deprecated. COBOL proxy instance handle, if one exists
ccall(Object, String, Object[], int[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a C function with a set of parameters which returns an object as a parameter
ccall(String, Object[], int[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a c function with a set of parameters which returns an object as a parameter
ccall(Object, String, Object[], int[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#ccall(Object,String,Object[],int[])
ccall(String, Object[], int[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#ccall(String,Object[],int[])
clone() - Method in class com.microfocus.cobol.lang.ParameterList
Creates and returns a copy of a ParameterList and it's objects/
clone() - Method in class com.microfocus.cobol.lang.Pointer
clone method
cobaddstr(String) - Static method in class com.microfocus.cobol.RuntimeSystem
Displays the specified string on the screen at the virutal cursor's current position.
cobaddstr(int, String) - Static method in class com.microfocus.cobol.RuntimeSystem
Displays the specified string on the screen at the virutal cursor's current position.
cobaddstr(String) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobaddstr
cobaddstr(int, String) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobaddstr(int,String)
cobassocclass(String, Class) - Static method in class com.microfocus.cobol.RuntimeSystem
Associates a Java class and COBOL class
cobassocclass(String, String) - Static method in class com.microfocus.cobol.RuntimeSystem
Associates a Java class and COBOL class
cobassocclass(String, Class) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobassocclass(String,Class)
cobassocclass(String, String) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobassocclass(String,String)
cobcall(String) - Method in class com.microfocus.cobol.CobolBean
Calls a COBOL program with no parameters, return-code is returned as a int.
cobcall(String, ParameterList) - Method in class com.microfocus.cobol.CobolBean
Calls a COBOL program with a ParameterList and returns return-code as a int.
cobcall(Object, String, Object[], int[], boolean) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns an object * as a parameter
cobcall(Object, String, Object[], int[], boolean, int) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns an object * as a parameter
cobcall(Object, String, Object[], int[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns an object * as a parameter
cobcall(String, ParameterList) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a specifed ParameterList
cobcall(Object, String, ParameterList) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a specifed ParameterList and updates a return-code object.
cobcall(String) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with no parameters.
cobcall(String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns a int
cobcall(Object, String, Object[], int[], boolean) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall(Object,String,Object[],int[],boolean)
cobcall(Object, String, Object[], int[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall(Object,String,Object[],int[])
cobcall(String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall(String,Object[])
cobcall_Boolean(String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns a Boolean
cobcall_Boolean(String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Boolean(String,Object[])
cobcall_Byte(String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns a Byte
cobcall_Byte(String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Byte(String,Object[])
cobcall_Float(String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns a Float
cobcall_Float(String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Float(String,Object[])
cobcall_Integer(String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns a Integer
cobcall_Integer(String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_short(String,Object[])
cobcall_Object(Object, String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters, then it updates the retCode object with return-code.
cobcall_Short(String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns a Short
cobcall_Short(String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Short(String,Object[])
cobcall_String(String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns a String
cobcall_String(String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_String(String,Object[])
cobcall_boolean(String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns a boolean
cobcall_boolean(String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_byte(String,Object[])
cobcall_byte(String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns a String
cobcall_byte(String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_byte(String,Object[])
cobcall_float(String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns a float
cobcall_float(String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_float(String,Object[])
cobcall_int(String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns a int
cobcall_int(String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_int(String,Object[])
cobcall_object(Object, String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_Object(Object,String,Object[])
cobcall_short(String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters which returns a short
cobcall_short(String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcall_short(String,Object[])
cobcancel(String) - Static method in class com.microfocus.cobol.RuntimeSystem
Causes the Runtime to CANCEL the program specified.
cobcancel(String) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcancel
cobclear() - Static method in class com.microfocus.cobol.RuntimeSystem
Clears the screen and positions the cursor at line 0, column 0 strings.
cobclear() - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobclear
cobcols() - Static method in class com.microfocus.cobol.RuntimeSystem
Returns the number of columns on the screen
cobcols() - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobcols
cobfinalize(Object) - Static method in class com.microfocus.cobol.RuntimeSystem
Destroys a COBOL proxy object
cobfinalize(Object) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobfinalize(Object)
cobgetch() - Static method in class com.microfocus.cobol.RuntimeSystem
Gets a character from the keyboard
cobgetch() - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobgetch
cobgetenv(String) - Static method in class com.microfocus.cobol.RuntimeSystem
Allows you to find a COBOL/System environment variable
cobgetenv(String) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobgetenv
cobinvoke_boolean(String, Object[]) - Method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL instance with a set of parameters returning a boolean
cobinvoke_boolean(String, Object[]) - Method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_boolean(String,Object[])
cobinvoke_byte(String, Object[]) - Method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL instance with a set of parameters returning a byte
cobinvoke_byte(String, Object[]) - Method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_byte(String,Object[])
cobinvoke_char(String, Object[]) - Method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL instance with a set of parameters returning a char
cobinvoke_char(String, Object[]) - Method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_char(String,Object[])
cobinvoke_double(String, Object[]) - Method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL instance with a set of parameters returning a double
cobinvoke_double(String, Object[]) - Method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_double(String,Object[])
cobinvoke_float(String, Object[]) - Method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL instance with a set of parameters returning a float
cobinvoke_float(String, Object[]) - Method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_float(String,Object[])
cobinvoke_int(String, Object[]) - Method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL instance with a set of parameters returning an int
cobinvoke_int(String, Object[]) - Method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_int(String,Object[])
cobinvoke_long(String, Object[]) - Method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL instance with a set of parameters returning a long
cobinvoke_long(String, Object[]) - Method in class mfcobol.runtime
Deprecated. Invokes a COBOL instance with a set of parameters returning a long
cobinvoke_object(String, Object[]) - Method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL instance with a set of parameters returning an object
cobinvoke_object(String, Object[]) - Method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_object(String,Object[])
cobinvoke_short(String, Object[]) - Method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL instance with a set of parameters returning a short
cobinvoke_short(String, Object[]) - Method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_short(String,Object[])
cobinvoke_void(String, Object[]) - Method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL instance with a set of parameters
cobinvoke_void(String, Object[]) - Method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvoke_void(String,Object[])
cobinvokestatic_boolean(Class, String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL class with a set of parameters returning a boolean
cobinvokestatic_boolean(Class, String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_boolean(Class,String,Object[])
cobinvokestatic_byte(Class, String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL class with a set of parameters returning a byte
cobinvokestatic_byte(Class, String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_byte(Class,String,Object[])
cobinvokestatic_char(Class, String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL class with a set of parameters returning a char
cobinvokestatic_char(Class, String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_char(Class,String,Object[])
cobinvokestatic_double(Class, String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL class with a set of parameters returning a double
cobinvokestatic_double(Class, String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_double(Class,String,Object[])
cobinvokestatic_float(Class, String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL class with a set of parameters returning a float
cobinvokestatic_float(Class, String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_float(Class,String,Object[])
cobinvokestatic_int(Class, String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL class with a set of parameters returning an int
cobinvokestatic_int(Class, String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_int(Class,String,Object[])
cobinvokestatic_long(Class, String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL class with a set of parameters returning a long
cobinvokestatic_long(Class, String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_long(Class,String,Object[])
cobinvokestatic_object(Class, String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL class with a set of parameters returning an object
cobinvokestatic_object(Class, String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_object(Class,String,Object[])
cobinvokestatic_short(Class, String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL class with a set of parameters returning a short
cobinvokestatic_short(Class, String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_short(Class,String,Object[])
cobinvokestatic_void(Class, String, Object[]) - Static method in class com.microfocus.cobol.RuntimeSystem
Invokes a COBOL class with a set of parameters
cobinvokestatic_void(Class, String, Object[]) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobinvokestatic_void(Class,String,Object[])
coblines() - Static method in class com.microfocus.cobol.RuntimeSystem
Returns the number of lines on the screen
coblines() - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#coblines
cobload(String) - Method in class com.microfocus.cobol.CobolBean
Preload a cobol program without calling the program-id.
cobload(String) - Static method in class com.microfocus.cobol.RuntimeSystem
Loads a COBOL library and makes visable any entry-points in the program
Note: Using a platform specific name/extension will cause portability issues
cobload(String, String) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobload(String)
cobloadclass(String, String) - Static method in class com.microfocus.cobol.RuntimeSystem
Loads a COBOL library and/or a class within that library.
cobloadclass(String, String, Class) - Static method in class com.microfocus.cobol.RuntimeSystem
Loads a COBOL library and/or a class within that library and associates it with a particular Java class.
cobloadclass(String, String, String) - Static method in class com.microfocus.cobol.RuntimeSystem
Loads a COBOL library and/or a class within that library and associates it with a particular Java class of a given name.
cobloadclass(String, String) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobloadclass(String,String)
cobloadclass(String, String, Class) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobloadclass(String,String,Class)
cobloadclass(String, String, String) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobloadclass(String,String,String)
cobmove(int, int) - Static method in class com.microfocus.cobol.RuntimeSystem
Move to the row, column on the screen
cobmove(int, int) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobmove
cobputenv(String) - Static method in class com.microfocus.cobol.RuntimeSystem
Allows you to dynamically change the COBOL environment a Runtime
cobputenv(String) - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobputenv
cobrcall(String) - Method in class com.microfocus.cobol.CobolBean
Calls a COBOL program with no parameters which returns the return-code as a int
NB: This method allows the user to call unchanged COBOL programs.
cobrcall(String, ParameterList) - Method in class com.microfocus.cobol.CobolBean
Calls a COBOL program with a set of parameters which returns the return-code as a int

NB: This method allows the user to call unchanged COBOL programs.
cobrcall(Object, String, ParameterList) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters, then updates the retCode object with return-code

NB: This method allows the user to call legacy COBOL programs without requiring changes

cobrcall(Object, String, ParameterList, int) - Static method in class com.microfocus.cobol.RuntimeSystem
Calls a COBOL program with a set of parameters and server control flags, then updates the retCode object with return-code

NB: This method allows the user to call legacy COBOL programs without requiring changes

NB: Server control flags modify behaviour of runtime system to allow execution in context of a Java app server

cobrescanenv() - Static method in class com.microfocus.cobol.RuntimeSystem
Causes the Runtime to rescan the environment for COBOL environment strings.
cobrescanenv() - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobrescanenv
cobthreadtidy() - Static method in class com.microfocus.cobol.RuntimeSystem
Causes the COBOL thread associated with the currently running Java thread to be cleanly finalized.
cobtidy() - Static method in class com.microfocus.cobol.RuntimeSystem
Causes the Runtime to tidy itself up.
cobtidy() - Static method in class mfcobol.runtime
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem#cobtidy
com.microfocus.cobol - package com.microfocus.cobol
 
com.microfocus.cobol.lang - package com.microfocus.cobol.lang
 
com.microfocus.cobol.lang.internal - package com.microfocus.cobol.lang.internal
 
com.microfocus.cobol.packagemigration - package com.microfocus.cobol.packagemigration
 
com.microfocus.cobol.util - package com.microfocus.cobol.util
 
createContext(byte[]) - Static method in class com.microfocus.cobol.CobolBean
createContext

D

DataType - interface com.microfocus.cobol.lang.DataType.
Interface for creatinng user defined COBOL datatypes
DataType - interface mfcobol.lang.DataType.
Deprecated. replaced by com.microfocus.cobol.lang.DataType
DataTypeArray - class com.microfocus.cobol.lang.DataTypeArray.
Container class for Arrays of DataTypes Copyright: Copyright (c) 2002-2003
Company: Micro Focus International Ltd

DataTypeArray() - Constructor for class com.microfocus.cobol.lang.DataTypeArray
Construct a array of DataType objects
DataTypeArray(Object[]) - Constructor for class com.microfocus.cobol.lang.DataTypeArray
Construct a DataTypeArray given a Object[]
descriptor - Variable in class com.microfocus.cobol.lang.internal.CobolField
 
destroyContext(byte[]) - Static method in class com.microfocus.cobol.CobolBean
Method declaration
detatchContext(byte[]) - Static method in class com.microfocus.cobol.CobolBean
detachContext
dispose() - Method in class com.microfocus.cobol.CobolBean
Dispose this instance of a CobolBean.
dumpBytes(byte[]) - Static method in class com.microfocus.cobol.CobolBean
Method declaration

F

F_BWZ - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
F_DBCS - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
F_EBCDIC - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
F_IBMCOMP - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
F_NONE - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
F_TRUNC - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
finalize() - Method in class com.microfocus.cobol.RuntimeObject
Called by Java garbage collector.
freeContext(byte[]) - Static method in class com.microfocus.cobol.CobolBean
Method declaration

G

getArgument(int) - Method in class com.microfocus.cobol.lang.CustomRecordArray
Method declaration
getArgument(int) - Method in class com.microfocus.cobol.lang.ParameterList
get argument at index
getArguments() - Method in class com.microfocus.cobol.lang.DataTypeArray
Method declaration
getArguments() - Method in class com.microfocus.cobol.lang.ParameterList
Returns a Object[] that represents the parameters in the ParameterList
getBigDecimal(String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
getBigDecimal() - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Returns the value of this CobolNumeric as a BigDecimal
getBigInteger(String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
getBigInteger() - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Returns the value of this CobolNumeric as a BigInteger
getBoolean() - Method in class com.microfocus.cobol.lang.internal.CobolBoolean
 
getBoolean(String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
getByteValue(String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
getByteValue() - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Returns the value of this CobolNumeric as a byte
getBytes() - Method in class com.microfocus.cobol.lang.CobolBigDecimal
get the comp3 representation of a CobolBigDecimal
getBytes() - Method in class com.microfocus.cobol.lang.CobolBigInteger
get the comp3 representation of a CobolBigInteger
getBytes() - Method in class com.microfocus.cobol.lang.CobolDate
getBytes() public method to return bytes[] representation of a CobolDate field
getBytes() - Method in class com.microfocus.cobol.lang.CobolNational
get the byte[] of a Cobol National field
getBytes() - Method in class com.microfocus.cobol.lang.CobolTime
public method called by the COBOL Runtime to allow the CobolTime instance to update its Java represenation of the CobolTime field.
getBytes() - Method in class com.microfocus.cobol.lang.Comp3
getBytes() public method to return bytes[] representation of a comp-3 field
getBytes() - Method in interface com.microfocus.cobol.lang.DataType
getBytes() is a callback method that is called from the COBOL Runtime to access the byte[] representation of the Java instance.
getBytes() - Method in class com.microfocus.cobol.lang.DataTypeArray
Returns the byte[] representation of the DataTypeArray
getBytes() - Method in class com.microfocus.cobol.lang.Pointer
Internal class method that returns a byte[] that represents its COBOL value for use in cobcall().
getBytes() - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
getBytes() - Method in class mfcobol.lang.Pointer
Deprecated. Method declaration
getBytesValue() - Method in class com.microfocus.cobol.lang.internal.CobolBytes
 
getBytesValue(String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
getCause() - Method in class com.microfocus.cobol.CobolException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCobolRuntimeSupportLibraryName() - Static method in class com.microfocus.cobol.RuntimeSystem
Internal use
getContext(byte[]) - Static method in class com.microfocus.cobol.CobolBean
Method declaration
getDescriptor() - Method in class com.microfocus.cobol.lang.internal.CobolDescriptor
 
getDisplay(CobolDescriptor, int) - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
getDouble(CobolDescriptor, int) - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
getDoubleValue(String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
getDoubleValue() - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Returns the value of this CobolNumeric as a double
getEncoding() - Method in class com.microfocus.cobol.lang.CobolDate
get the current encoding
getEncoding() - Method in class com.microfocus.cobol.lang.CobolTime
returns the current encoding
getEncoding() - Method in class com.microfocus.cobol.lang.Pointer
get the encoding (or default if not set)
getEntryName() - Method in class com.microfocus.cobol.lang.internal.CobolEntry
 
getField(String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
Returns the Cobol data item object representing the given String fieldname
getFilenames() - Method in class com.microfocus.cobol.packagemigration.mfcobol2com.SourceFilenames
Method declaration
getFilenames() - Method in class com.microfocus.cobol.packagemigration.mfcobol2com.javaFilenameFilter
Method declaration
getFloat(CobolDescriptor, int) - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
getFloatValue(String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
getFloatValue() - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Returns the value of this CobolNumeric as a float
getId() - Method in class com.microfocus.cobol.lang.internal.CobolDescriptor
 
getIntValue(String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
getIntValue() - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Returns the value of this CobolNumeric as an int
getKeySize() - Static method in class com.microfocus.cobol.CobolBean
getKeySize get size of context (size of void *)
getLength() - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
getLongValue(String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
getLongValue() - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Returns the value of this CobolNumeric as a long
getMessage() - Method in class com.microfocus.cobol.CobolException
get the exception message (also shows messages associated with the cause of the exception)
getNumberOfElements() - Method in class com.microfocus.cobol.lang.DataTypeArray
Returns the number of elements in DataTypeArray
getNumeric(CobolDescriptor, int) - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
getNumericEdited(CobolDescriptor, int) - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
getParameters() - Method in interface com.microfocus.cobol.lang.CustomRecord
 
getParameters() - Method in class com.microfocus.cobol.lang.CustomRecordArray
Method declaration
getProgramNotFound() - Method in class com.microfocus.cobol.CobolProgramNotFoundException
returns the name of the program not found
getRecord() - Method in class com.microfocus.cobol.lang.internal.CobolBytes
 
getRecordArray() - Method in class com.microfocus.cobol.lang.CustomRecordArray
 
getShortValue(String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
getShortValue() - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Returns the value of this CobolNumeric as a short
getSrvCtlDefault() - Static method in class com.microfocus.cobol.RuntimeSystem
Gets the default SRV_CTL_ attributes for calls to COBOL programs
getSubDirs() - Method in class com.microfocus.cobol.packagemigration.mfcobol2com.javaFilenameFilter
Method declaration
getTotalFiles() - Method in class com.microfocus.cobol.packagemigration.mfcobol2com
Method declaration
getType() - Method in class com.microfocus.cobol.lang.internal.CobolDescriptor
 
getUsage(int) - Method in class com.microfocus.cobol.lang.ParameterList
get usage for argument at index
getUsageDescrption() - Method in class com.microfocus.cobol.lang.ParameterList
Returns a array of integer that represent the parameter types or null if all the paramaters are BY_REFERENCE.
getValue() - Method in class com.microfocus.cobol.lang.CobolBigDecimal
Gets the current value of CobolBigDecimal
getValue() - Method in class com.microfocus.cobol.lang.CobolBigInteger
get a BigInteger value of a CobolBigInteger

I

initCause(Throwable) - Method in class com.microfocus.cobol.CobolException
Initializes the cause of this throwable to the specified value.
isAlphanumericEdited() - Method in class com.microfocus.cobol.lang.internal.CobolDescriptor
 
isComp1() - Method in class com.microfocus.cobol.lang.internal.CobolDescriptor
 
isComp2() - Method in class com.microfocus.cobol.lang.internal.CobolDescriptor
 
isEmpty() - Method in class com.microfocus.cobol.lang.ParameterList
is the argument list empty?
isNumericEdited() - Method in class com.microfocus.cobol.lang.internal.CobolDescriptor
 
isWindows - Static variable in class com.microfocus.cobol.RuntimeSystem
Running under Windows operating system

L

length - Variable in class com.microfocus.cobol.lang.internal.CobolBytes
 

M

main(String[]) - Static method in class com.microfocus.cobol.RuntimeSystem
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
main(String[]) - Static method in class com.microfocus.cobol.packagemigration.mfcobol2com
Method declaration
main(String[]) - Static method in class mfcobol.runtime
Deprecated.  
makeAlphanumericDescriptor(int, int, int) - Static method in class com.microfocus.cobol.lang.internal.CobolDescriptor
 
makeEditedDescriptor(int, int, int, int, String) - Static method in class com.microfocus.cobol.lang.internal.CobolDescriptor
 
makeNumericDescriptor(int, int, int, int, int, int, int) - Static method in class com.microfocus.cobol.lang.internal.CobolDescriptor
 
mfcobol - package mfcobol
 
mfcobol.lang - package mfcobol.lang
 
mfcobol2com - class com.microfocus.cobol.packagemigration.mfcobol2com.
Micro Focus Java Support
mfcobol2com() - Constructor for class com.microfocus.cobol.packagemigration.mfcobol2com
Constructor declaration
mfcobol2com(String) - Constructor for class com.microfocus.cobol.packagemigration.mfcobol2com
Constructor declaration
mfcobol2com.SourceFilenames - class com.microfocus.cobol.packagemigration.mfcobol2com.SourceFilenames.
Class declaration
mfcobol2com.SourceFilenames(File, boolean) - Constructor for class com.microfocus.cobol.packagemigration.mfcobol2com.SourceFilenames
Constructor declaration
mfcobol2com.javaFilenameFilter - class com.microfocus.cobol.packagemigration.mfcobol2com.javaFilenameFilter.
Class declaration
mfcobol2com.javaFilenameFilter() - Constructor for class com.microfocus.cobol.packagemigration.mfcobol2com.javaFilenameFilter
 
migrate(String) - Method in class com.microfocus.cobol.packagemigration.mfcobol2com
Method declaration
migrateFiles() - Method in class com.microfocus.cobol.packagemigration.mfcobol2com
Method declaration

O

OUTPUT_ONLY - Static variable in class com.microfocus.cobol.RuntimeProperties
OUTPUT_ONLY is only available for J2EE application via our connector
occurs - Variable in class com.microfocus.cobol.lang.internal.CobolField
 
offset - Variable in class com.microfocus.cobol.lang.internal.CobolBytes
 
osName - Static variable in class com.microfocus.cobol.RuntimeSystem
Operating system name

P

ParameterList - class com.microfocus.cobol.lang.ParameterList.
ParameterList is a helper class designed to cut-down the effort in creating list of COBOL parameters
ParameterList() - Constructor for class com.microfocus.cobol.lang.ParameterList
Construct a ParameterList for use with cobcall
Example:
Pointer - class com.microfocus.cobol.lang.Pointer.
Pointer class is a helper class for passing String/StringBuffer to COBOL in a type-safe manor
Pointer(byte[]) - Constructor for class com.microfocus.cobol.lang.Pointer
Construct a Pointer to a bytes[] array.
CAUTION You must ensure the length of the byte[] is the same as the picture clause defined in the COBOL program.
Pointer(StringBuffer) - Constructor for class com.microfocus.cobol.lang.Pointer
Construct a Pointer to a StringBuffer for passing to a COBOL program
CAUTION You must ensure the capacity of StringBuffer is large enough to be passed into the COBOL program.
Pointer(StringBuffer, String) - Constructor for class com.microfocus.cobol.lang.Pointer
Construct a Pointer to a StringBuffer given a specific encoding.
Pointer(String) - Constructor for class com.microfocus.cobol.lang.Pointer
Constructor a Pointer to a string for passing to a COBOL program

CAUTION You must ensure the size of Java string is the same as the size defined in the COBOL programs picture clause.
Pointer(String, String) - Constructor for class com.microfocus.cobol.lang.Pointer
Construct a fixed length string with a specific encoding.
CAUTION You must ensure the size of Java string is the same as the size defined in the COBOL programs picture clause.
Pointer(String, int) - Constructor for class com.microfocus.cobol.lang.Pointer
Construct a Pointer to a string with a set capacity for passing to a COBOL program.
Pointer(String, int, String) - Constructor for class com.microfocus.cobol.lang.Pointer
Construct a Pointer to a string with a set capacity for passing to a COBOL program.
Pointer(String, int, String, String) - Constructor for class com.microfocus.cobol.lang.Pointer
Construct a Pointer to a string with a set capacity for passing to a COBOL program.
Pointer - class mfcobol.lang.Pointer.
Deprecated. replaced by com.microfocus.cobol.lang.Pointer
Pointer(byte[]) - Constructor for class mfcobol.lang.Pointer
Deprecated. Construct a Pointer() given a byte[]
Pointer(StringBuffer) - Constructor for class mfcobol.lang.Pointer
Deprecated. Construct a StringBuffer given a StringBuffer
Pointer(String) - Constructor for class mfcobol.lang.Pointer
Deprecated. Constructor declaration
Pointer(String, int) - Constructor for class mfcobol.lang.Pointer
Deprecated. Constructor declaration
printStackTrace() - Method in class com.microfocus.cobol.CobolException
Prints this CobolException and its backtrace to the standard error stream and if a cause was specified this is also written to the standard error stream.
printStackTrace(PrintStream) - Method in class com.microfocus.cobol.CobolException
Prints this CobolException and its backtrace to the given print stream and if a cause was specified this is also written to the print stream.
printStackTrace(PrintWriter) - Method in class com.microfocus.cobol.CobolException
Prints this CobolException and its backtrace to the given print writer and if a cause was specified this is also written to the print writer stream.

R

RuntimeObject - class com.microfocus.cobol.RuntimeObject.
RuntimeObject class
RuntimeObject() - Constructor for class com.microfocus.cobol.RuntimeObject
 
RuntimeProperties - class com.microfocus.cobol.RuntimeProperties.
RuntimeProperties class contains COBOL runtime properties
RuntimeProperties() - Constructor for class com.microfocus.cobol.RuntimeProperties
 
RuntimeSystem - class com.microfocus.cobol.RuntimeSystem.
Main class for COBOL/Java interoperability
RuntimeSystem() - Constructor for class com.microfocus.cobol.RuntimeSystem
 
record - Variable in class com.microfocus.cobol.lang.internal.CobolBytes
 
run() - Method in class com.microfocus.cobol.CobolThread
run()
runtime - class mfcobol.runtime.
Deprecated. replaced by com.microfocus.cobol.RuntimeSystem
runtime() - Constructor for class mfcobol.runtime
Deprecated.  
runtimeObject - class mfcobol.runtimeObject.
Deprecated. replaced by com.microfocus.cobol.RuntimeObject
runtimeObject() - Constructor for class mfcobol.runtimeObject
Deprecated. replaced by com.microfocus.cobol.RuntimeObject

S

SRV_CTL_ERRORHAND - Static variable in class com.microfocus.cobol.RuntimeSystem
SRV_CTL_ERRORHAND causes server error handling to be in effect
SRV_CTL_ERRORHAND_ALL - Static variable in class com.microfocus.cobol.RuntimeSystem
SRV_CTL_ERRORHAND_ALL causes server error handling to be in effect all errors are handled regardless of type
SRV_CTL_NOCANCEL - Static variable in class com.microfocus.cobol.RuntimeSystem
SRV_CTL_NOCANCEL prevents cancel being called by user code in this thread
SRV_CTL_NONE - Static variable in class com.microfocus.cobol.RuntimeSystem
SRV_CTL_NONE no server control functions
SRV_CTL_NOSTOPRUN - Static variable in class com.microfocus.cobol.RuntimeSystem
SRV_CTL_NOSTOPRUN prevents the called program from executing a real stop run, STOP RUN will cause direct return to Java
SRV_CTL_NOTHREAD - Static variable in class com.microfocus.cobol.RuntimeSystem
SRV_CTL_NOTHREAD prevents the called program from creating threads
SRV_CTL_THREADTIDY - Static variable in class com.microfocus.cobol.RuntimeSystem
SRV_CTL_THREADTIDY causes the thread to be tidied after this call completes, the next call on this thread will have new THREAD-LOCAL data.
S_LEADING_INCLUDED - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
S_LEADING_SEPARATE - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
S_SIGNED_DEFAULT - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
S_TRAILING_INCLUDED - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
S_TRAILING_SEPARATE - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
S_UNSIGNED - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
SqlTypes - class com.microfocus.cobol.util.SqlTypes.
Micro Focus Java Support
SqlTypes() - Constructor for class com.microfocus.cobol.util.SqlTypes
 
setAlphanumericEdited(CobolDescriptor, String, int) - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
setBeanIsInitial(boolean) - Method in class com.microfocus.cobol.CobolBean
Sets the "Is initial" state of any programs called from a instance of a COBOL Bean.

When set to true, it ensures that the COBOL program being "cob[r]call"'ed is always in it's initial state.
setBigDecimal(String, BigDecimal) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
setBigDecimal(BigDecimal) - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Set the CobolNumeric to the specified BigDecimal value
setBigInteger(String, BigInteger) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
setBigInteger(BigInteger) - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Set the CobolNumeric to the specified BigInteger value
setBoolean(boolean) - Method in class com.microfocus.cobol.lang.internal.CobolBoolean
 
setBoolean(String, boolean) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
setByte(String, byte) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
setByte(byte) - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Set the CobolNumeric to the specified byte value
setBytes(byte[]) - Method in class com.microfocus.cobol.lang.internal.CobolBytes
 
setBytes(String, byte[]) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
setBytes(byte[]) - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
setContext(byte[]) - Static method in class com.microfocus.cobol.CobolBean
setContext
setDouble(String, double) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
setDouble(double) - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Set the CobolNumeric to the specified double value
setDouble(CobolDescriptor, BigDecimal, int) - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
setEncoding(String) - Method in class com.microfocus.cobol.lang.Pointer
set the encoding for Pointer See sun's site for supported encodings
setFloat(String, float) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
setFloat(float) - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Set the CobolNumeric to the specified float value
setFloat(CobolDescriptor, BigDecimal, int) - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
setInt(String, int) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
setInt(int) - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Set the CobolNumeric to the specified int value
setLong(String, long) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
setLong(long) - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Set the CobolNumeric to the specified long value
setNumeric(CobolDescriptor, BigDecimal, int) - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
setNumericEdited(CobolDescriptor, BigDecimal, int) - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
setParameters(Object[]) - Method in interface com.microfocus.cobol.lang.CustomRecord
 
setParameters(Object[]) - Method in class com.microfocus.cobol.lang.CustomRecordArray
Method declaration
setShort(String, short) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
setShort(short) - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Set the CobolNumeric to the specified short value
setSrvCtlDefault(int) - Static method in class com.microfocus.cobol.RuntimeSystem
Sets the default SRV_CTL_ attributes for calls to COBOL programs
setString(String) - Method in class com.microfocus.cobol.lang.internal.CobolAlphanumeric
Set the CobolAlphanumeric to the specified String value
setString(String) - Method in class com.microfocus.cobol.lang.internal.CobolBoolean
 
setString(String) - Method in class com.microfocus.cobol.lang.internal.CobolField
 
setString(String, String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
setString(String) - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Set the CobolNumeric to the specified String value
setValue(BigDecimal) - Method in class com.microfocus.cobol.lang.CobolBigDecimal
Allow a value of CobolBigDecimal to be changed
setValue(BigInteger) - Method in class com.microfocus.cobol.lang.CobolBigInteger
Allow a value of CobolBigInteger to be changed
synchronizeData() - Method in class com.microfocus.cobol.lang.CobolBigDecimal
synchronizeData the COBOL represention of a CobolBigDecimal with the Java internal representation.
synchronizeData() - Method in class com.microfocus.cobol.lang.CobolBigInteger
synchronizeData the COBOL represention of a CobolBigInteger with the Java internal representation.
synchronizeData() - Method in class com.microfocus.cobol.lang.CobolDate
public method called by the COBOL Runtime to allow the CobolDate instance to update its Java represenation of the CobolDate field.
synchronizeData() - Method in class com.microfocus.cobol.lang.CobolNational
called by runtime when the CobolNational field (this.nationalBytes) is changed
synchronizeData() - Method in class com.microfocus.cobol.lang.CobolTime
public method called by the COBOL Runtime to allow the CobolTime instance to update its Java represenation of the CobolTime field.
synchronizeData() - Method in class com.microfocus.cobol.lang.Comp3
synchronizeData() public method called by the COBOL Runtime to allow the comp-3 to update its Java represenation of the comp-3 field.
synchronizeData() - Method in interface com.microfocus.cobol.lang.DataType
synchronizeData() is a callback method that allows a user defined Java COBOL datatype class to synchronize its internal fields with the updated byte[] representation.
synchronizeData() - Method in class com.microfocus.cobol.lang.DataTypeArray
synchronizeData calls all elements synchronizeData() methods inside a DataTypeArray
synchronizeData() - Method in class com.microfocus.cobol.lang.Pointer
Internal class method that is called when the COBOL byte[] (from getBytes()) is changed by the COBOL program.
synchronizeData() - Method in class com.microfocus.cobol.lang.internal.CobolRecord
 
synchronizeData() - Method in class mfcobol.lang.Pointer
Deprecated. Method declaration

T

T_ALPHANUMERIC - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
T_BCD - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
T_BINARY - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
T_DISPLAY - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
T_EDITED_ALPHANUMERIC - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
T_EDITED_DISPLAY - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
T_EDITED_FLOAT - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
T_FLOAT - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
T_PORTABLE_BINARY - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
T_UBCD - Static variable in class com.microfocus.cobol.lang.internal.CobolField
 
throwExceptionIfStatusCodeFailed() - Method in class com.microfocus.cobol.CobolBean
Method declaration
toDisplayFormat() - Method in class com.microfocus.cobol.lang.Comp3
method to return the display format string of a Comp3
toHelp() - Method in class com.microfocus.cobol.packagemigration.mfcobol2com
Method declaration
toString() - Method in class com.microfocus.cobol.lang.CobolBigDecimal
Return a string representation of a BigDecimal
toString() - Method in class com.microfocus.cobol.lang.CobolBigInteger
Return a string representation of a BigInteger
toString() - Method in class com.microfocus.cobol.lang.CobolDate
returns a String representation of the CobolDate
toString() - Method in class com.microfocus.cobol.lang.CobolNational
Converts a CobolNational field into a String
toString() - Method in class com.microfocus.cobol.lang.CobolTime
returns a String representation of the CobolTime
toString() - Method in class com.microfocus.cobol.lang.Comp3
toString() method to return a Comp3 as a String
toString() - Method in class com.microfocus.cobol.lang.Pointer
Returns a String representation of the Pointer in the specified encoding
toString() - Method in class com.microfocus.cobol.lang.internal.CobolAlphanumeric
Convert the CobolAlphanumeric to its String representation
toString() - Method in class com.microfocus.cobol.lang.internal.CobolBoolean
 
toString() - Method in class com.microfocus.cobol.lang.internal.CobolField
 
toString(String) - Method in class com.microfocus.cobol.lang.internal.CobolGroup
 
toString() - Method in class com.microfocus.cobol.lang.internal.CobolNumeric
Convert the CobolNumeric to its String representation
toString() - Method in class com.microfocus.cobol.packagemigration.mfcobol2com
Method declaration

U

updateByRefParams - Static variable in class com.microfocus.cobol.RuntimeProperties
Static item which allows control over whether the objects in the parameter array corresponding to BY REFERENCE parameters in a COBOL method are updated on return from the cobinvoke...
updateParameters(Object[], Object[]) - Method in class com.microfocus.cobol.RuntimeSystem
Method declaration

A B C D F G I L M O P R S T U


Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.