public interface IFEPIProperty extends ICICSResource, IInstalledCICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
IFEPIProperty.ContentionValue
Enumeration type for field CONTENTION
|
static class |
IFEPIProperty.DeviceValue
Enumeration type for field DEVICE
|
static class |
IFEPIProperty.FormatValue
Enumeration type for field FORMAT
|
static class |
IFEPIProperty.InitialdataValue
Enumeration type for field INITIALDATA
|
static class |
IFEPIProperty.MsgjrnlValue
Enumeration type for field MSGJRNL
|
static class |
IFEPIProperty.UnsoldatackValue
Enumeration type for field UNSOLDATACK
|
COPYRIGHT
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBeginsession()
Getter for field BEGINSESSION
|
IFEPIPropertyReference |
getCICSObjectReference() |
IFEPIProperty.ContentionValue |
getContention()
Getter for field CONTENTION
|
IFEPIProperty.DeviceValue |
getDevice()
Getter for field DEVICE
|
java.lang.String |
getEndsession()
Getter for field ENDSESSION
|
java.lang.String |
getExceptionq()
Getter for field EXCEPTIONQ
|
java.lang.String |
getFjournalname()
Getter for field FJOURNALNAME
|
java.lang.Long |
getFjournalnum()
Getter for field FJOURNALNUM
|
IFEPIProperty.FormatValue |
getFormat()
Getter for field FORMAT
|
IFEPIProperty.InitialdataValue |
getInitialdata()
Getter for field INITIALDATA
|
java.lang.Long |
getMaxflength()
Getter for field MAXFLENGTH
|
IFEPIProperty.MsgjrnlValue |
getMsgjrnl()
Getter for field MSGJRNL
|
ICICSType<IFEPIProperty> |
getObjectType() |
java.lang.String |
getPropertyset()
Getter for field PROPERTYSET
|
java.lang.String |
getStsn()
Getter for field STSN
|
java.lang.String |
getUnsoldata()
Getter for field UNSOLDATA
|
IFEPIProperty.UnsoldatackValue |
getUnsoldatack()
Getter for field UNSOLDATACK
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType, getName
ICICSType<IFEPIProperty> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getPropertyset()
Property set name
The name of the property set
java.lang.String getBeginsession()
Begin-session transaction
The name of the transaction performing begin-session processing, or blanks if no transaction was specified
IFEPIProperty.ContentionValue getContention()
Contention resolution result
A data value specifying what happens when a FEPI SEND command is issued and there is inbound data with 'begin bracket
IFEPIProperty.DeviceValue getDevice()
Device 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
java.lang.String getEndsession()
End-session transaction
The name of the transaction performing end-session processing, or blanks if no transaction was specified
java.lang.String getExceptionq()
TDQ queue holding exceptions
The name of the transient data queue to which exceptional events are notified, or blanks if no queue was specified
java.lang.Long getFjournalnum()
Journal 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.
IFEPIProperty.FormatValue getFormat()
Data format
A value that identifies the data format. Values are: FORMATTED, DATASTREAM or NOTAPPLIC
IFEPIProperty.InitialdataValue getInitialdata()
Initial-inbound-data option
A value indicating whether initial inbound data is expected when a session is started. Values are : NOTINBOUND or INBOUND
java.lang.Long getMaxflength()
Maximum 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
IFEPIProperty.MsgjrnlValue getMsgjrnl()
Journal status
A value indicating whether journaling is performed for inbound and outbound data. Values are: NOMSGJRNL, INPUT, OUTPUT or INOUT
java.lang.String getStsn()
Set and test sequence numbers (STSN) transaction
The name of the transaction handling STSN data, or blanks if no transaction was specified
java.lang.String getUnsoldata()
Unsolicited data transaction
The name of the transaction handling unsolicited data, or blanks if no transaction was specified.
IFEPIProperty.UnsoldatackValue getUnsoldatack()
Unsolicited data response
Indicates what acknowledgment FEPI gives to a BID if no unsolicited data processing. Values are: NEGATIVE, POSITIVE, or NOTAPPLIC
java.lang.String getFjournalname()
Journal name
The name of the journal where data is to be logged
IFEPIPropertyReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.