|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEPAdapter
generated from CICS resourcetable EPADAPT
Nested Class Summary | |
---|---|
static class |
IEPAdapter.AdaptertypeValue
Enumeration type for field ADAPTERTYPE |
static class |
IEPAdapter.AuthorityValue
Enumeration type for field AUTHORITY |
static class |
IEPAdapter.ChangeAgentValue
Enumeration type for field CHANGEAGENT |
static class |
IEPAdapter.DataformatValue
Enumeration type for field DATAFORMAT |
static class |
IEPAdapter.EmitmodeValue
Enumeration type for field EMITMODE |
static class |
IEPAdapter.EnablestatusValue
Enumeration type for field ENABLESTATUS |
static class |
IEPAdapter.InstallAgentValue
Enumeration type for field INSTALLAGENT |
static class |
IEPAdapter.InvoketypeValue
Enumeration type for field INVOKETYPE |
static class |
IEPAdapter.PriorityValue
Enumeration type for field PRIORITY |
static class |
IEPAdapter.TransmodeValue
Enumeration type for field TRANSMODE |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
IEPAdapter.AdaptertypeValue |
getAdaptertype()
Getter for field ADAPTERTYPE |
IEPAdapter.AuthorityValue |
getAuthority()
Getter for field AUTHORITY |
java.lang.String |
getAuthuserid()
Getter for field AUTHUSERID |
java.lang.String |
getBundle()
Getter for field BUNDLE |
IEPAdapter.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT |
java.lang.String |
getChangeAgentRelease()
Getter for field CHANGEAGREL |
java.util.Date |
getChangeTime()
Getter for field CHANGETIME |
java.lang.String |
getChangeUserID()
Getter for field CHANGEUSRID |
java.lang.String |
getConfigdata1()
Getter for field CONFIGDATA1 |
IEPAdapter.DataformatValue |
getDataformat()
Getter for field DATAFORMAT |
java.lang.String |
getDefineSource()
Getter for field DEFINESOURCE |
java.util.Date |
getDefineTime()
Getter for field DEFINETIME |
IEPAdapter.EmitmodeValue |
getEmitmode()
Getter for field EMITMODE |
IEPAdapter.EnablestatusValue |
getEnablestatus()
Getter for field ENABLESTATUS |
IEPAdapter.InstallAgentValue |
getInstallAgent()
Getter for field INSTALLAGENT |
java.util.Date |
getInstallTime()
Getter for field INSTALLTIME |
java.lang.String |
getInstallUserID()
Getter for field INSTALLUSRID |
IEPAdapter.InvoketypeValue |
getInvoketype()
Getter for field INVOKETYPE |
java.lang.String |
getName()
Getter for field NAME |
IEPAdapter.PriorityValue |
getPriority()
Getter for field PRIORITY |
java.lang.String |
getProgram()
Getter for field PROGRAM |
java.lang.Long |
getPutevents()
Getter for field PUTEVENTS |
java.lang.String |
getTransaction()
Getter for field TRANSACTION |
IEPAdapter.TransmodeValue |
getTransmode()
Getter for field TRANSMODE |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
Name
Specifies the name of this event processing adapter. The name can be up to 32 characters in length.
getName
in interface ICICSObject
IEPAdapter.EnablestatusValue getEnablestatus()
Enabled status
Indicates whether the event processong adapter is enabled or not. Values are:
IEPAdapter.AdaptertypeValue getAdaptertype()
Adapter type
Indicates the type of the EPADAPTER. Values are:
IEPAdapter.AuthorityValue getAuthority()
Authority
Indicates the Authority of the event processing adapter. Values are:
IEPAdapter.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getChangeAgentRelease()
Last modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
java.lang.String getChangeUserID()
Last modification user ID
The user ID that made the last modification to the resource definition.
java.lang.String getDefineSource()
Source of the resource definition
The source of the definition, depending on which agent made the last change.
IEPAdapter.InstallAgentValue getInstallAgent()
Installation agent
The install agent identifier that made the installation.
java.lang.String getInstallUserID()
Installation user ID
The user ID that installed the resource definition.
java.util.Date getDefineTime()
Creation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
java.util.Date getChangeTime()
Last modification time
The local date and time when the definition was last changed.
java.util.Date getInstallTime()
Installation time
The local date and time when the definition was installed.
java.lang.String getAuthuserid()
Authority user ID
The 8-character user identifier to be used to start the event processing adapter transaction. This attribute is only set if AUTHORITY is USERID.
java.lang.String getConfigdata1()
Event processing adapter configuration data
A 64-character data area containing the primary configuration data item for the event processing adapter. If the primary configuration data item is less than 64 bytes, the field is padded with blanks. The data item returned is dependent upon ADAPTERTYPE, as follows:
IEPAdapter.DataformatValue getDataformat()
Event format
The format of events emitted by this event processing adapter. Values are:
IEPAdapter.EmitmodeValue getEmitmode()
Emission mode
The event emission mode of this event processing adapter. Values are:
IEPAdapter.InvoketypeValue getInvoketype()
Invoke type
Indicates how the event processing adapter is invoked. Values are:
IEPAdapter.PriorityValue getPriority()
Priority
Indicates the dispatching priority of event emission for this event processing adapter. This attribute is ignored when EMITMODE is SYNCHRONOUS. Values are:
java.lang.String getProgram()
Program
The 8-character name of the event processing adapter program. If the ADAPTERTYPE is CUSTOM, this attribute is only applicable if INVOKETYPE is LINK.
java.lang.String getTransaction()
Transaction
The 4-character name of the transaction definition that is used if the event processing adapter transaction is attached. The TRANSACTION attributes is only applicable if INVOKETYPE is ATTACH.
IEPAdapter.TransmodeValue getTransmode()
Transactionality
Indicates the event transactionality attribute of this event processing adapter. Values are:
java.lang.String getBundle()
Bundle name
Name of the bundle from which the event processing adapter is installed.
java.lang.Long getPutevents()
Number of events emitted
The number of events that have been emitted by this event processing Adapter.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |