com.ibm.cics.model
Interface IProfileDefinition

All Superinterfaces:
ICICSDefinition, ICICSObject, IDefinition
All Known Subinterfaces:
IMutableProfileDefinition

public interface IProfileDefinition
extends ICICSDefinition

generated from CICS resourcetable PROFDEF


Nested Class Summary
static class IProfileDefinition.ChaincontrolValue
          Enumeration type for field CHAINCONTROL
static class IProfileDefinition.DvsuprtValue
          Enumeration type for field DVSUPRT
static class IProfileDefinition.InbfmhValue
          Enumeration type for field INBFMH
static interface IProfileDefinition.JournalValue
          Long constants interface for field JOURNAL
static class IProfileDefinition.LogrecValue
          Enumeration type for field LOGREC
static class IProfileDefinition.MsgintegValue
          Enumeration type for field MSGINTEG
static class IProfileDefinition.MsgjrnlValue
          Enumeration type for field MSGJRNL
static class IProfileDefinition.OnewteValue
          Enumeration type for field ONEWTE
static class IProfileDefinition.PrintercompValue
          Enumeration type for field PRINTERCOMP
static class IProfileDefinition.RaqValue
          Enumeration type for field RAQ
static interface IProfileDefinition.RtimoutValue
          Long constants interface for field RTIMOUT
static class IProfileDefinition.ScrnsizeValue
          Enumeration type for field SCRNSIZE
static class IProfileDefinition.UctranValue
          Enumeration type for field UCTRAN
 
Method Summary
 IProfileDefinition.ChaincontrolValue getChaincontrol()
          Getter for field CHAINCONTROL
 java.lang.String getCsdgroup()
          Getter for field CSDGROUP
 IProfileDefinition.DvsuprtValue getDvsuprt()
          Getter for field DVSUPRT
 java.lang.String getFacilitylike()
          Getter for field FACILITYLIKE
 IProfileDefinition.InbfmhValue getInbfmh()
          Getter for field INBFMH
 java.lang.Long getJournal()
          Getter for field JOURNAL
 IProfileDefinition.LogrecValue getLogrec()
          Getter for field LOGREC
 java.lang.String getModename()
          Getter for field MODENAME
 IProfileDefinition.MsgintegValue getMsginteg()
          Getter for field MSGINTEG
 IProfileDefinition.MsgjrnlValue getMsgjrnl()
          Getter for field MSGJRNL
 java.lang.Long getNepclass()
          Getter for field NEPCLASS
 IProfileDefinition.OnewteValue getOnewte()
          Getter for field ONEWTE
 IProfileDefinition.PrintercompValue getPrintercomp()
          Getter for field PRINTERCOMP
 IProfileDefinition.RaqValue getRaq()
          Getter for field RAQ
 java.lang.Long getRtimout()
          Getter for field RTIMOUT
 IProfileDefinition.ScrnsizeValue getScrnsize()
          Getter for field SCRNSIZE
 IProfileDefinition.UctranValue getUctran()
          Getter for field UCTRAN
 java.lang.String getUserdata1()
          Getter for field USERDATA1
 java.lang.String getUserdata2()
          Getter for field USERDATA2
 java.lang.String getUserdata3()
          Getter for field USERDATA3
 
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getDescription, getVersion
 
Methods inherited from interface com.ibm.cics.model.IDefinition
getName
 

Method Detail

getChaincontrol

IProfileDefinition.ChaincontrolValue getChaincontrol()
Getter for field CHAINCONTROL

Outbound chaining control

Specifies whether the application program can control the outbound chaining of request units.


getDvsuprt

IProfileDefinition.DvsuprtValue getDvsuprt()
Getter for field DVSUPRT

Supported devices

The devices (terminals or logical units) that are to be supported:


getInbfmh

IProfileDefinition.InbfmhValue getInbfmh()
Getter for field INBFMH

Pass function management header (FMH) to application

Specifies, for profiles used with logical units, whether a function management header (FMH) received from a logical unit is to be passed to the application program:


getLogrec

IProfileDefinition.LogrecValue getLogrec()
Getter for field LOGREC

Receive requires logical record

Specifies whether the design of the application requires that each EXEC CICS RECEIVE request is to be satisfied by a logical record.


getModename

java.lang.String getModename()
Getter for field MODENAME

Mode name

The name that identifies a group of sessions for use on an APPC connection. The name can be up to eight characters in length.


getMsginteg

IProfileDefinition.MsgintegValue getMsginteg()
Getter for field MSGINTEG

Message response requested

Specifies whether a definite response is to be requested with an output request to a logical unit.


getMsgjrnl

IProfileDefinition.MsgjrnlValue getMsgjrnl()
Getter for field MSGJRNL

Messages to be journaled

Specifies which messages are to be automatically journaled:


getOnewte

IProfileDefinition.OnewteValue getOnewte()
Getter for field ONEWTE

One write operation

Specifies whether the transaction is permitted only one write operation or EXEC CICS SEND during its execution. YES has the effect of forcing the LAST option on the first write of the transaction. Any additional write requests are treated as errors, and the task is made ready for abnormal termination.


getPrintercomp

IProfileDefinition.PrintercompValue getPrintercomp()
Getter for field PRINTERCOMP

Printer compatability option

The level of compatibility required for the generation of data streams to support the printer compatibility option for the BMS SEND TEXT command.


getRaq

IProfileDefinition.RaqValue getRaq()
Getter for field RAQ

Read ahead queueing option

Specifies whether the 'read ahead queuing' option is required:


getUctran

IProfileDefinition.UctranValue getUctran()
Getter for field UCTRAN

Upper case translation

Specifies whether terminal input is to be translated to uppercase before passing to programs for the transaction using this profile. (VTAM only.)


getScrnsize

IProfileDefinition.ScrnsizeValue getScrnsize()
Getter for field SCRNSIZE

Screen size

Specifies whether the DEFAULT or ALTERNATE buffer size for a 3270 display or printer is to be used. The SCRNSIZE value is ignored if the TYPETERM definition has ALTSCREEN(0,0) and DEFSCREEN(0,0). That is, the screen size is assumed from the related TERMMODEL attribute in the TYPETERM definition; the page size is taken from PAGESIZE, and the ALTPAGE value is ignored. The 3270 erase write (EW) command is inserted for output requests with the ERASE option.


getNepclass

java.lang.Long getNepclass()
Getter for field NEPCLASS

Node error program transaction class

The node error program transaction class:


getRtimout

java.lang.Long getRtimout()
Getter for field RTIMOUT

Read time-out value

The time-out value:

Values are:


getJournal

java.lang.Long getJournal()
Getter for field JOURNAL

Journal identifier

Specifies whether automatic journaling of messages takes place, by giving the identifier of the journal. Options are:


getUserdata1

java.lang.String getUserdata1()
Getter for field USERDATA1

User data area 1

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getUserdata2

java.lang.String getUserdata2()
Getter for field USERDATA2

User data area 2

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getUserdata3

java.lang.String getUserdata3()
Getter for field USERDATA3

User data area 3

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getFacilitylike

java.lang.String getFacilitylike()
Getter for field FACILITYLIKE

Facility model

The 1- to 4-character name of a terminal definition or an installed terminal definition (TERMDEF) to be used as a template by a bridge exit. When this transaction is run in a 3270 bridge environment, the principal facility will be built to have the same attributes as the terminal defined by this field. There is no default value for this attribute.


getCsdgroup

java.lang.String getCsdgroup()
Getter for field CSDGROUP

CSD group

The name of the CSD group for this CICS resource definition. This field is ignored for BAS definitions.



Copyright © 2008-2009 IBM Corp. All Rights Reserved.