public interface IEPAdapterSet extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
IEPAdapterSet.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IEPAdapterSet.InstallAgentValue
Enumeration type for field INSTALLAGENT
|
static class |
IEPAdapterSet.StatusValue
Enumeration type for field ENABLESTATUS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IEPAdapterSet.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
|
IEPAdapterSetReference |
getCICSObjectReference() |
java.lang.String |
getDefineSource()
Getter for field DEFINESOURCE
|
java.util.Date |
getDefineTime()
Getter for field DEFINETIME
|
java.lang.Long |
getEpAdapterNumber()
Getter for field ADAPTERNUM
|
IEPAdapterSet.InstallAgentValue |
getInstallAgent()
Getter for field INSTALLAGENT
|
java.util.Date |
getInstallTime()
Getter for field INSTALLTIME
|
java.lang.String |
getInstallUserID()
Getter for field INSTALLUSRID
|
java.lang.String |
getName()
Getter for field EPADAPTERSET
|
ICICSType<IEPAdapterSet> |
getObjectType() |
IEPAdapterSet.StatusValue |
getStatus()
Getter for field ENABLESTATUS
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType
ICICSType<IEPAdapterSet> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
Name
Specifies the name of this event processing adapter set. The name can be up to 32 characters in length.
getName
in interface ICICSObject
IEPAdapterSet.StatusValue getStatus()
Enabled status
Indicates whether the event processing adapter set is enabled or not. Values are:
java.lang.Long getEpAdapterNumber()
EP adapter count
The total number of event processing adapter names that are specified in the event processing adapter set.
IEPAdapterSet.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.
IEPAdapterSet.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.
IEPAdapterSetReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright © 2008-2013 IBM Corp. All Rights Reserved.