private static class LegacyOpenClientCaller.WorkArea
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int[] |
argTypes
The received argument types.
|
private java.lang.Object[] |
arguments
The received argument.
|
private boolean[] |
boundArguments
Flags indicating which [INPUT-]OUTPUT arameters have been bound to a 4GL converted variable.
|
private java.lang.String |
modes
The received argument modes.
|
private java.lang.Object[] |
originalArguments
The original references for the arguments.
|
private ProcedureManager.ProcedureHelper |
pm
Helper to use the
ProcedureManager without any context local lookups. |
private java.util.List<WrappedResource> |
resources
List of resources created by
LegacyOpenClientCaller.toLegacy(com.goldencode.p2j.util.LegacyOpenClientCaller.WorkArea, int). |
private boolean |
withArgsCall
Flag indicating that the root call is via the
LegacyJavaAppserverClient.invokeWithArgs(java.lang.String, com.goldencode.p2j.util.LegacyJavaAppserverParameter[]). |
| Modifier | Constructor and Description |
|---|---|
private |
WorkArea() |
private ProcedureManager.ProcedureHelper pm
ProcedureManager without any context local lookups.private boolean withArgsCall
LegacyJavaAppserverClient.invokeWithArgs(java.lang.String, com.goldencode.p2j.util.LegacyJavaAppserverParameter[]).private int[] argTypes
private java.lang.String modes
private java.lang.Object[] arguments
private java.lang.Object[] originalArguments
private boolean[] boundArguments
private java.util.List<WrappedResource> resources
LegacyOpenClientCaller.toLegacy(com.goldencode.p2j.util.LegacyOpenClientCaller.WorkArea, int).