- 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
-
- 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.
- 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
- 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.