Interface IEventBinding
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,IInstalledCICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IEventBinding extends ICICSResource, IInstalledCICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IEventBinding.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
IEventBinding.EpadapterresValue
Enumeration type for field EPADAPTERRESstatic class
IEventBinding.InstallAgentValue
Enumeration type for field INSTALLAGENTstatic class
IEventBinding.StatusValue
Enumeration type for field ENABLESTATUS
-
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.String
getBundle()
Getter for field BUNDLEIEventBinding.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTjava.lang.String
getChangeAgentRelease()
Getter for field CHANGEAGRELjava.util.Date
getChangeTime()
Getter for field CHANGETIMEjava.lang.String
getChangeUserID()
Getter for field CHANGEUSRIDIEventBindingReference
getCICSObjectReference()
java.lang.String
getDefineSource()
Getter for field DEFINESOURCEjava.util.Date
getDefineTime()
Getter for field DEFINETIMEjava.lang.String
getEpadapter()
Getter for field EPADAPTERIEventBinding.EpadapterresValue
getEpadapterres()
Getter for field EPADAPTERRESjava.lang.String
getEpadapterset()
Getter for field EPADAPTERSETIEventBinding.InstallAgentValue
getInstallAgent()
Getter for field INSTALLAGENTjava.util.Date
getInstallTime()
Getter for field INSTALLTIMEjava.lang.String
getInstallUserID()
Getter for field INSTALLUSRIDjava.lang.String
getName()
Getter for field NAMEICICSType<IEventBinding>
getObjectType()
IEventBinding.StatusValue
getStatus()
Getter for field ENABLESTATUSjava.lang.String
getUsertag()
Getter for field USERTAG-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IEventBinding> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getName
java.lang.String getName()
Getter for field NAMEName
Specifies the name of this event binding. The name can be up to 32 characters in length.
- Specified by:
getName
in interfaceICICSObject
-
getStatus
IEventBinding.StatusValue getStatus()
Getter for field ENABLESTATUSEnabled status
Indicates whether the event binding is enabled or not. Values are:
- DISABLED
- The event binding is not enabled.
- ENABLED
- The event binding is enabled.
-
getUsertag
java.lang.String getUsertag()
Getter for field USERTAGUser tag
Returns the 8-character user tag of the event binding.
-
getBundle
java.lang.String getBundle()
Getter for field BUNDLEBundle name
Name of the bundle from which the event binding is installed.
-
getChangeAgent
IEventBinding.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
- CSDBATCH - The resource was last changed by a DFHCSDUP job.
- DREPAPI - The resource was last changed by a CICSPlex SM BAS API command.
- DREPBATCH - The resource was last changed by a CICSPlex SM utility.
- CREATESPI - The resource was installed by an EXEC CICS CREATE command.
- NOTAPPLIC - This is not applicable for this resource.
- OVERRIDE - Resource was last changed by resource overrides.
-
getChangeAgentRelease
java.lang.String getChangeAgentRelease()
Getter for field CHANGEAGRELLast modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
-
getChangeUserID
java.lang.String getChangeUserID()
Getter for field CHANGEUSRIDLast modification user ID
The user ID that made the last modification to the resource definition.
-
getDefineSource
java.lang.String getDefineSource()
Getter for field DEFINESOURCESource of the resource definition
The source of the definition, depending on which agent made the last change.
-
getInstallAgent
IEventBinding.InstallAgentValue getInstallAgent()
Getter for field INSTALLAGENTInstallation agent
The install agent identifier that made the installation.
- BUNDLE - The resource was installed by a bundle deployment.
-
getInstallUserID
java.lang.String getInstallUserID()
Getter for field INSTALLUSRIDInstallation user ID
The user ID that installed the resource definition.
-
getDefineTime
java.util.Date getDefineTime()
Getter for field DEFINETIMECreation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
-
getChangeTime
java.util.Date getChangeTime()
Getter for field CHANGETIMELast modification time
The local date and time when the definition was last changed.
-
getInstallTime
java.util.Date getInstallTime()
Getter for field INSTALLTIMEInstallation time
The local date and time when the definition was installed
-
getEpadapter
java.lang.String getEpadapter()
Getter for field EPADAPTEREvent processing adapter
The Event Processing adapter for this event binding. This field is blank if the Event Binding is using an EPADAPTERSET.
-
getEpadapterset
java.lang.String getEpadapterset()
Getter for field EPADAPTERSETEvent processing adapter set
The Event Processing adapter set for this event binding. This field is blank if the Event Binding is using an EPADAPTER.
-
getEpadapterres
IEventBinding.EpadapterresValue getEpadapterres()
Getter for field EPADAPTERRESEvent processing adapter resource type
The Event Processing adapter resource type for this event binding.
-
getCICSObjectReference
IEventBindingReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-