public class DLICallProperty
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DLICallProperty.Classname
The constants that represent the CLASSNAME property used for the AUTH
call.
|
static class |
DLICallProperty.FLD_FSA_OPCODE
The constants that represent the op code for a field search argument used
during the FLD call.
|
class |
DLICallProperty.FSA
Object that represents a field search argument.
|
static class |
DLICallProperty.LockClass
The constants that represent the Q command lock classes.
|
static class |
DLICallProperty.POS_Option
The constants that represent the properties used for the POS call.
|
static class |
DLICallProperty.Property
The constants that represent the properties used during the DL/I calls.
|
static class |
DLICallProperty.SNAP_Region
The constants that represent values for the REGION property used for the
SNAP call.
|
static class |
DLICallProperty.STAT_Option
The constants that represent the properties used for the STAT call.
|
static class |
DLICallProperty.Subfunction
The constants that represent the sub-function codes used for the INQY, INIT and
GMSG DL/I calls.
|
Constructor and Description |
---|
DLICallProperty(DLICall.Function function)
DLICallProperty constructor. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(DLICallProperty.Property key)
Retrieves an object representing the DL/I call property.
|
DLICallProperty.FSA |
getFSA()
Retrieves an object representing the field search argument.
|
java.util.Vector<DLICallProperty.FSA> |
getFSAs() |
DLICall.Function |
getFunction()
Retrieves the DL/I call function.
|
void |
put(DLICallProperty.Property key,
java.lang.Object value)
Sets the value of a DL/I call property.
|
public DLICallProperty(DLICall.Function function)
DLICallProperty
constructor.function
- A constant that represents the DL/I call function.public DLICall.Function getFunction()
public java.lang.Object get(DLICallProperty.Property key)
key
- the property keypublic void put(DLICallProperty.Property key, java.lang.Object value) throws DLIException
key
- the key to be placed into this property listvalue
- the value corresponding to keyDLIException
public DLICallProperty.FSA getFSA()
FSA
objectpublic java.util.Vector<DLICallProperty.FSA> getFSAs()