Interface IFEPIProperty
-
- All Superinterfaces:
ICICSObject,ICICSResource,IInstalledCICSResource,com.ibm.cics.model.meta.ITypedObject
public interface IFEPIProperty extends ICICSResource, IInstalledCICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIFEPIProperty.ContentionValueEnumeration type for field CONTENTIONstatic classIFEPIProperty.DeviceValueEnumeration type for field DEVICEstatic classIFEPIProperty.FormatValueEnumeration type for field FORMATstatic classIFEPIProperty.InitialdataValueEnumeration type for field INITIALDATAstatic classIFEPIProperty.MsgjrnlValueEnumeration type for field MSGJRNLstatic classIFEPIProperty.UnsoldatackValueEnumeration type for field UNSOLDATACK
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
Fields inherited from interface com.ibm.cics.model.IInstalledCICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBeginsession()Getter for field BEGINSESSIONIFEPIPropertyReferencegetCICSObjectReference()IFEPIProperty.ContentionValuegetContention()Getter for field CONTENTIONIFEPIProperty.DeviceValuegetDevice()Getter for field DEVICEjava.lang.StringgetEndsession()Getter for field ENDSESSIONjava.lang.StringgetExceptionq()Getter for field EXCEPTIONQjava.lang.StringgetFjournalname()Getter for field FJOURNALNAMEjava.lang.LonggetFjournalnum()Getter for field FJOURNALNUMIFEPIProperty.FormatValuegetFormat()Getter for field FORMATIFEPIProperty.InitialdataValuegetInitialdata()Getter for field INITIALDATAjava.lang.LonggetMaxflength()Getter for field MAXFLENGTHIFEPIProperty.MsgjrnlValuegetMsgjrnl()Getter for field MSGJRNLICICSType<IFEPIProperty>getObjectType()java.lang.StringgetPropertyset()Getter for field PROPERTYSETjava.lang.StringgetStsn()Getter for field STSNjava.lang.StringgetUnsoldata()Getter for field UNSOLDATAIFEPIProperty.UnsoldatackValuegetUnsoldatack()Getter for field UNSOLDATACK-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IFEPIProperty> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getPropertyset
java.lang.String getPropertyset()
Getter for field PROPERTYSETProperty set name
The name of the property set
-
getBeginsession
java.lang.String getBeginsession()
Getter for field BEGINSESSIONBegin-session transaction
The name of the transaction performing begin-session processing, or blanks if no transaction was specified
-
getContention
IFEPIProperty.ContentionValue getContention()
Getter for field CONTENTIONContention resolution result
A data value specifying what happens when a FEPI SEND command is issued and there is inbound data with 'begin bracket
-
getDevice
IFEPIProperty.DeviceValue getDevice()
Getter for field DEVICEDevice type
A data value that identifies the mode of conversation and the type of device. Values are: T3278M2, T3278M3, T3278M4, T3278M5, T3279M2, T3279M3, T3279M4, T3279M5, TPS55M2, TPS55M3, TPS55M4, or LUP
-
getEndsession
java.lang.String getEndsession()
Getter for field ENDSESSIONEnd-session transaction
The name of the transaction performing end-session processing, or blanks if no transaction was specified
-
getExceptionq
java.lang.String getExceptionq()
Getter for field EXCEPTIONQTDQ queue holding exceptions
The name of the transient data queue to which exceptional events are notified, or blanks if no queue was specified
-
getFjournalnum
java.lang.Long getFjournalnum()
Getter for field FJOURNALNUMJournal number
The number of the journal where data is to be logged. If the journal does not have a number, 0 is displayed. A journal without a number will have a journal name.
-
getFormat
IFEPIProperty.FormatValue getFormat()
Getter for field FORMATData format
A value that identifies the data format. Values are: FORMATTED, DATASTREAM or NOTAPPLIC
-
getInitialdata
IFEPIProperty.InitialdataValue getInitialdata()
Getter for field INITIALDATAInitial-inbound-data option
A value indicating whether initial inbound data is expected when a session is started. Values are : NOTINBOUND or INBOUND
-
getMaxflength
java.lang.Long getMaxflength()
Getter for field MAXFLENGTHMaximum length of returned data
The maximum length of the data that can be returned on any FEPI RECEIVE, CONVERSE, or EXTRACT FIELD command for a conversation, or that is to be sent by any FEPI SEND or CONVERSE command for a conversation
-
getMsgjrnl
IFEPIProperty.MsgjrnlValue getMsgjrnl()
Getter for field MSGJRNLJournal status
A value indicating whether journaling is performed for inbound and outbound data. Values are: NOMSGJRNL, INPUT, OUTPUT or INOUT
-
getStsn
java.lang.String getStsn()
Getter for field STSNSet and test sequence numbers (STSN) transaction
The name of the transaction handling STSN data, or blanks if no transaction was specified
-
getUnsoldata
java.lang.String getUnsoldata()
Getter for field UNSOLDATAUnsolicited data transaction
The name of the transaction handling unsolicited data, or blanks if no transaction was specified.
-
getUnsoldatack
IFEPIProperty.UnsoldatackValue getUnsoldatack()
Getter for field UNSOLDATACKUnsolicited data response
Indicates what acknowledgment FEPI gives to a BID if no unsolicited data processing. Values are: NEGATIVE, POSITIVE, or NOTAPPLIC
-
getFjournalname
java.lang.String getFjournalname()
Getter for field FJOURNALNAMEJournal name
The name of the journal where data is to be logged
-
getCICSObjectReference
IFEPIPropertyReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICICSResource
-
-