Skip navigation links
A C D E F G I O P R S T W 

A

Attribute(String, String) - Method in interface com.heirloomcomputing.ecc.IRAC
Attribute -- Return the attribute value associated with attributeName from the directory entry of the given user
Authenticate(String, String) - Method in interface com.heirloomcomputing.ecc.IRAC
Authenticate - Return a list of Roles if the username and password are authenticated against this Resource Access Control module
Authorize(String, List<String>, int, String, String) - Method in interface com.heirloomcomputing.ecc.IRAC
Authorize -- Return true if the user is authorized to access a resource

C

call(Serializable[]) - Method in interface com.heirloomcomputing.ecs.api.ICallRemoteTarget
call a remote program
call(boolean[], Object[]) - Method in interface com.heirloomcomputing.ecs.api.ICallTarget
This is the method called by the CALL verb for a program implementing ICallTarget.
call(IProgramEnvironment, boolean[], Object[]) - Method in interface com.heirloomcomputing.ecs.api.ICallTarget2
This is the method called by the CALL verb for a program implementing ICallTarget2.
call(Context) - Method in interface com.heirloomcomputing.ecs.exec.ICallable
This is the entry point for the class when CALL'd with no parameters.
call(Context, parameterList) - Method in interface com.heirloomcomputing.ecs.exec.ICallable
This is the entry point for the class when CALL'd with parameters.
call() - Method in interface com.heirloomcomputing.ecs.exec.ICallableProgram
This is the entry point for the class when CALL'd with no parameters.
call(parameterList) - Method in interface com.heirloomcomputing.ecs.exec.ICallableProgram
This is the entry point for the class when CALL'd with parameters.
call(String, int, parameterList, Object) - Method in interface com.heirloomcomputing.ecs.exec.IContextCall
This is the entry point for the class when CALL'd with parameters.
callGiving() - Method in interface com.heirloomcomputing.ecs.exec.ICallableProgramGiving
This is the entry point for the class when CALL'd with no parameters.
callGiving(parameterList) - Method in interface com.heirloomcomputing.ecs.exec.ICallableProgramGiving
This is the entry point for the class when CALL'd with parameters.
cancel() - Method in interface com.heirloomcomputing.ecs.api.ICancelTarget
This method is invoked when a Cobol program calls CANCEL on a Java class.
cancel() - Method in interface com.heirloomcomputing.ecs.exec.ICallable
This method should reinitialize the class to its initial state.
This is the method that is called whenever COBOL CANCEL's a program.
Never throw an exception from this method.
cancel() - Method in interface com.heirloomcomputing.ecs.exec.ICallableProgram
This method should reinitialize the class to its initial state.
This is the method that is called whenever COBOL CANCEL's a program.
Never throw an exception from this method.
CCE - Static variable in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Condition Code Equal constant
CCG - Static variable in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Condition Code Greater constant
CCL - Static variable in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Condition Code Lesser constant
clearDialog() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the dialog to initial unset default values.
clearFont() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Clear the font to default.
close() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Close the printer access.
com.heirloomcomputing.ecc - package com.heirloomcomputing.ecc
 
com.heirloomcomputing.ecs.api - package com.heirloomcomputing.ecs.api
 
com.heirloomcomputing.ecs.exec - package com.heirloomcomputing.ecs.exec
 
command(String) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Command Send arbitrary text commands to the Elastic COBOL printer driver; this may be interpreted in any manner by the Elastic COBOL printer driver.
CONNECT_ALL - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
CONNECT_DOUBLE - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
CONNECT_DOWN - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
CONNECT_HORIZONTAL - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
CONNECT_LEFT - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
CONNECT_RIGHT - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
CONNECT_ROUND - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
CONNECT_SHADE - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
CONNECT_SINGLE - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
CONNECT_TYPE - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
CONNECT_UP - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
CONNECT_VERTICAL - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 

D

displayDialog() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Display Dialog Box to user.
draw(Image, double, double, double, double) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Draw a Bitmap.
draw(Component, double, double, double, double) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Draw a Component
drawArc(double, double, double, double, boolean, int, int) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Draw a partial Oval, optionally shaded.
drawBox(double, double, double, double, boolean, boolean, boolean) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Draw a Box, shaded or 3d.
drawBox(double, double, double, double, boolean, int, int) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Draw a Rounded Box, optionally shaded.
drawLine(double, double, double, double) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Draw a line; set the next from to the current to.
drawLineFrom(double, double) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the initial drawing location for the next drawLineTo; does not render anything.
drawLineTo(double, double) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Draw a line to the given coordinates, from the last drawn line.
drawOval(double, double, double, double, boolean) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Draw an Oval

E

eject() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Eject the current page.

F

fromBigDecimal(BigDecimal) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
fromBoolean(boolean) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
fromByte(byte) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
fromByteArray(byte[]) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Set the internal byte representation using the given byte[].
fromByteArray(byte[], int, int) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Set the internal byte representation using the given byte[].
fromChar(char) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
fromDataPointer(byte[]) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Replace the backing memory of a variable.
fromDatatype(IDatatype) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
fromDouble(double) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
fromFloat(float) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
fromInt(int) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
fromLong(long) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
fromShort(short) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
fromText(String) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.

G

get(Object) - Method in interface com.heirloomcomputing.ecs.api.IEnvironment
Get a value from the environment.
getBottomMargin() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get the bottom margin.
getCC() - Method in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Get the Condition Code register value.
getComponent() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Return a component related to the printing; this is suitable ONLY for usage with obtaining an image, and it is NOT guaranteed to be anything other than null for a CobolPrinter, especially on later edition servers.
getCrtStatus() - Method in interface com.heirloomcomputing.ecs.api.ISpecialNames
 
getCursor() - Method in interface com.heirloomcomputing.ecs.api.ISpecialNames
 
getDecimalPositions() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
The number of decimal positions, where meaningful.
getDeviceCapability(String) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get the value of a device attribute.
getDialog(String) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get Dialog attributes.
getDriver(String) - Method in interface com.heirloomcomputing.ecs.api.IModule
Obtain the driver that implements the given protocol within the scope of the current IModule.
getElements() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
If this IDatatype is composed of other Datatypes, return the Datatypes of which this is composed.
getEventStatus() - Method in interface com.heirloomcomputing.ecs.api.ISpecialNames
 
getExternal(String) - Method in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Get the EXTERNAL identifier by name.
getEzasoketContext() - Method in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Get the EzasoketContect object
getFont() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get the current font.
getFontMetrics() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get the current font metrics.
GetGroupsForUser(String) - Method in interface com.heirloomcomputing.ecc.IRAC
GetGroupsForUser - get groups (roles) based on a perviously authenticated username.
getJDBCConnection(String) - Method in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Get the named SQL JDBC Connection.
getJMSConnection(String) - Method in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Get the named JMS Connection.
getLeftMargin() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get the left margin.
getLength() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
The length (including OCCURS DEPENDING ON calculations).
getModule(String) - Method in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Obtain the given module, where the module must be known to the current IProgramEnvironment.
getObject() - Method in interface com.heirloomcomputing.ecs.api.IGenericBarcode
Return the final barcode object, reflecting properties as set by setProperty.
getPositionX() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the pen attributes.
getPositionY() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the pen attributes.
getPrinterInfo(String) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get printer info attribute.
getScaleX(String) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get scale in the X direction
getScaleY(String) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get scale in the Y direction
getScreenControl() - Method in interface com.heirloomcomputing.ecs.api.ISpecialNames
 
getShadeColor() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get shading color;
getSize() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
The maximum size available
getTextColor() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get the text color.
getTextExtent(String) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get renderable text extend in width and height as Dimension.
getTextPositionX(boolean) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
getTextPositionY(boolean) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
getTopMargin() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Get the top margin.
getType() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Return one the TYPE_ types that best describes this IDatatype.

I

ICallable - Interface in com.heirloomcomputing.ecs.exec
This interface must be implemented by any Java program
that wishes to be called by a COBOL CALL statement.
ICallableProgram - Interface in com.heirloomcomputing.ecs.exec
This interface must be implemented by any Java program
which wishes to be called by a COBOL CALL statement.
ICallableProgramGiving - Interface in com.heirloomcomputing.ecs.exec
This interface must be implemented by any Java program
which wishes to be called by a COBOL CALL statement.
ICallRemoteTarget - Interface in com.heirloomcomputing.ecs.api
The interface implements a program callable using RMI.
ICallTarget - Interface in com.heirloomcomputing.ecs.api
The interface must be implemented by Java classes in order to be called by Cobol programs using the CALL verb.
ICallTarget2 - Interface in com.heirloomcomputing.ecs.api
The interface must be implemented by Java classes in order to be called by Cobol programs using the CALL verb.
ICancelTarget - Interface in com.heirloomcomputing.ecs.api
The ICancelTarget interface must be implemented by Java programs that want to be cancelled from Cobol using the CANCEL verb.
ICobolInterface - Interface in com.heirloomcomputing.ecs.exec
This interface extends the ICallableProgram interface adding a few methods internal to the generated Java code.
IContextCall - Interface in com.heirloomcomputing.ecs.exec
Used for implementing the CALL AS "type" construct, e.g., CALL AS "rmi"
IDatatype - Interface in com.heirloomcomputing.ecs.api
Interface that describes data and data conversions between them.
IEnvironment - Interface in com.heirloomcomputing.ecs.api
Interface to the runtime environment
IGenericBarcode - Interface in com.heirloomcomputing.ecs.api
Generic Barcode Functions
IGenericPrinter - Interface in com.heirloomcomputing.ecs.api
Generic Printing Functions
IModule - Interface in com.heirloomcomputing.ecs.api
Defines the interface for modules
IProgramEnvironment - Interface in com.heirloomcomputing.ecs.api
The interface to the program environment
IRAC - Interface in com.heirloomcomputing.ecc
IRAC - the interface to the Resource Access Control features within Elastic Transaction Platform, Elastic Batch Platform.
isExecutingInTransactionEnvironment() - Method in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Is this program running in a hosted transaction environment? This is true for environments such as the LegacyJ Transaction Platform, and false for simple environments such as a normal application.
isFontStrikeOut() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
indicate if this item is in strike-thru font
isFontUnderline() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
indicate if this item is underlined
ISpecialNames - Interface in com.heirloomcomputing.ecs.api
Defines the interface for retrieving certain specially named data items.
IsRACon() - Method in interface com.heirloomcomputing.ecc.IRAC
IsRACon -- returns whether resource access control is in effect for this EBP or ETP, which is determined by whether the Setup succeeded or not

O

open(boolean, boolean, String) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Open the printer according to filename.

P

PD_RETURN_CANCELLED - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
PD_RETURN_ERROR - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
PD_RETURN_OK - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
perform(int, int) - Method in interface com.heirloomcomputing.ecs.exec.ICobolInterface
Perform from one paragraph to another.
PITCH_COMPRESSED_VALUE - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
PITCH_EXPANDED_VALUE - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
PITCH_NORMAL_VALUE - Static variable in interface com.heirloomcomputing.ecs.api.IGenericPrinter
 
PROPERTY_ANGLE_DEGREES_DOUBLE - Static variable in interface com.heirloomcomputing.ecs.api.IGenericBarcode
The angle of the barcode printing in degrees.
PROPERTY_BACKGROUND_COLOR - Static variable in interface com.heirloomcomputing.ecs.api.IGenericBarcode
The background color of the barcode.
PROPERTY_BARCODE_BACKGROUND_COLOR - Static variable in interface com.heirloomcomputing.ecs.api.IGenericBarcode
The background color within the barcode.
PROPERTY_BARCODE_HEIGHT_INT - Static variable in interface com.heirloomcomputing.ecs.api.IGenericBarcode
The height of the barcode.
PROPERTY_CHECK_DIGIT_BOOL - Static variable in interface com.heirloomcomputing.ecs.api.IGenericBarcode
Whether or not a check digit should be included.
PROPERTY_DRIVER - Static variable in interface com.heirloomcomputing.ecs.api.IGenericBarcode
The DRIVER property is never passed in setProperty; rather, it is the property that specifies the implementation of the IGenericBarcode interface.
PROPERTY_NARROWEST_BAR_WIDTH_INT - Static variable in interface com.heirloomcomputing.ecs.api.IGenericBarcode
The narrowest bar width.
PROPERTY_SHOW_TEXT_BOOL - Static variable in interface com.heirloomcomputing.ecs.api.IGenericBarcode
Whether or not the text of the barcode value should be included.
PROPERTY_TYPE - Static variable in interface com.heirloomcomputing.ecs.api.IGenericBarcode
Wherever there is a match to one of the listed types, recognize the listed type in addition to any other propertietary type names supported.
PROPERTY_VALUE - Static variable in interface com.heirloomcomputing.ecs.api.IGenericBarcode
The value or code of the barcode.
put(Object, Object) - Method in interface com.heirloomcomputing.ecs.api.IEnvironment
Put a value into the environment.

R

redirectCall() - Method in interface com.heirloomcomputing.ecs.exec.ICallable
redirectCall reroutes calls to this class to instead go to another class.
Return null if you desire normal behavior for the class.
redirectCall() - Method in interface com.heirloomcomputing.ecs.exec.ICallableProgram
redirectCall reroutes calls to this class to instead go to another class.
Return null if you desire normal behavior for the class.
remove(Object) - Method in interface com.heirloomcomputing.ecs.api.IEnvironment
Remove a value from the environment.
RESOURCERIGHT_ALL - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCERIGHT_ALTER - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCERIGHT_CANCEL - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCERIGHT_CHECKPOINT - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCERIGHT_EXECUTE - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCERIGHT_PURGE - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCERIGHT_READ - Static variable in interface com.heirloomcomputing.ecc.IRAC
access rights
RESOURCERIGHT_RESTART - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCERIGHT_SUBMIT - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCERIGHT_UPDATE - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCERIGHT_VIEW - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCETYPE_DATASET - Static variable in interface com.heirloomcomputing.ecc.IRAC
indexes into the resourceTypes array indicating the attribute name used to store that resource type
RESOURCETYPE_JOBCLASS - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCETYPE_PROGRAM - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCETYPE_SYSOUTCLASS - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
RESOURCETYPE_TRANSACTION - Static variable in interface com.heirloomcomputing.ecc.IRAC
 
run(int, int) - Method in interface com.heirloomcomputing.ecs.exec.ICobolInterface
Run a particular entry point within a program

S

setBottomMargin(double) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the bottom margin.
setCC(int) - Method in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Set the Condition Code register value.
setConnector(double, double, int) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set a connector of the given type on the page; the page is responsible for connecting connectors appropriately.
setConnectorThickness(int) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the connector thickness, in pixels away from the center.
setDeviceMode(String, String) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set device modes.
setDialog(String, String) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set Dialog attributes.
setEscapeSequences(boolean) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Enable or disable escape sequences.
setFont(Font, boolean, boolean, boolean) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the current font.
setJDBCConnection(String, Object) - Method in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Set the named SQL JDBC Connection.
setJMSConnection(String, Object) - Method in interface com.heirloomcomputing.ecs.api.IProgramEnvironment
Set the named JMS Connection.
setLeftMargin(double) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the left margin.
setLineExtend(double) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the amount of space between two overwritten lines.
setPaintMode() - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
PaintMode This is the normal painting mode for drawing to the printer.
setPen(int, double, Color) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the pen attributes.
setPitch(int) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the pitch of the font.
setPositionX(double) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the pen attributes.
setPositionY(double) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the pen attributes.
setProperty(String, Object) - Method in interface com.heirloomcomputing.ecs.api.IGenericBarcode
Set a property on the barcode.
setShadeColor(Color) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set shading color.
setTabStop(double) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the tab stop increment.
setTextColor(Color) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the text color.
setTextPositionX(double, boolean) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the text position x.
setTextPositionY(double, boolean) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the text position y.
setTopMargin(double) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Set the top margin.
Setup(Properties) - Method in interface com.heirloomcomputing.ecc.IRAC
Setup() -- setup the resource access control module using the configuration parameters specific to that module.
setup(Context) - Method in interface com.heirloomcomputing.ecs.exec.ICobolInterface
Setup the execution context containing information such as shared or separate data division sections, SQL connections, etc.
setXORMode(Color) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
XORMode This painting mode for drawing to the printer has the attribute such that drawing the object twice will return the graphics to the original state.

T

TearDown() - Method in interface com.heirloomcomputing.ecc.IRAC
TearDown() -- close RAC
textOut(String, double, double, boolean, boolean) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Output text at position, with a box or shade.
toBigDecimal() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
toBoolean() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
toByte() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
toByteArray() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Return copy of the internal byte representation.
toByteArray(byte[], int, int) - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Return copy of the internal byte representation.
toChar() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
toDatatype() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
toDouble() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
toFloat() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
toInt() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
toLong() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
toShort() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
toText() - Method in interface com.heirloomcomputing.ecs.api.IDatatype
Conversion method.
TYPE_CLASS_BINARY - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_CLASS_FLOAT - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_CLASS_GROUP - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_CLASS_MASK - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_CLASS_PACKED_DECIMAL - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_CLASS_TABLE - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_CLASS_TEXT - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_CLASS_ZONED - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_INVALID - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_JUST_LEFT - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_JUST_MASK - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_JUST_RIGHT - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_NON_NUMERIC - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_NUMERIC - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_NUMERIC_MASK - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_REDEFINES - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_SIGN_LEAD - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_SIGN_LEAD_SEP - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_SIGN_MASK - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_SIGN_NONE - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_SIGN_TRAIL - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_SIGN_TRAIL_SEP - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_VARIANT_0 - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_VARIANT_1 - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_VARIANT_2 - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_VARIANT_3 - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_VARIANT_4 - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_VARIANT_5 - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_VARIANT_6 - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_VARIANT_7 - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 
TYPE_VARIANT_MASK - Static variable in interface com.heirloomcomputing.ecs.api.IDatatype
 

W

write(String) - Method in interface com.heirloomcomputing.ecs.api.IGenericPrinter
Write plain text, with possible escapes if enabled; this MAY cause a page eject and movement to the next page.
A C D E F G I O P R S T W 
Skip navigation links

(c) 2019 Heirloom Computing, Inc.