com.ibm.cics.model
Interface IEventBinding

All Superinterfaces:
ICICSObject, ICICSResource, IInstalledCICSResource, com.ibm.cics.model.meta.ITypedObject

public interface IEventBinding
extends ICICSResource, IInstalledCICSResource

generated from CICS resourcetable EVNTBIND


Nested Class Summary
static class IEventBinding.ChangeAgentValue
          Enumeration type for field CHANGEAGENT
static class IEventBinding.EpadapterresValue
          Enumeration type for field EPADAPTERRES
static class IEventBinding.InstallAgentValue
          Enumeration type for field INSTALLAGENT
static 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
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IEventBinding> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 java.lang.String getBundle()
          Getter for field BUNDLE
 IEventBinding.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
 IEventBindingReference getCICSObjectReference()
           
 java.lang.String getDefineSource()
          Getter for field DEFINESOURCE
 java.util.Date getDefineTime()
          Getter for field DEFINETIME
 java.lang.String getEpadapter()
          Getter for field EPADAPTER
 IEventBinding.EpadapterresValue getEpadapterres()
          Getter for field EPADAPTERRES
 java.lang.String getEpadapterset()
          Getter for field EPADAPTERSET
 IEventBinding.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 NAME
 ICICSType<IEventBinding> getObjectType()
           
 IEventBinding.StatusValue getStatus()
          Getter for field ENABLESTATUS
 java.lang.String getUsertag()
          Getter for field USERTAG
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IEventBinding> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getName

java.lang.String getName()
Getter for field NAME

Name

Specifies the name of this event binding. The name can be up to 32 characters in length.

Specified by:
getName in interface ICICSObject

getStatus

IEventBinding.StatusValue getStatus()
Getter for field ENABLESTATUS

Enabled 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 USERTAG

User tag

Returns the 8-character user tag of the event binding.


getBundle

java.lang.String getBundle()
Getter for field BUNDLE

Bundle name

Name of the bundle from which the event binding is installed.


getChangeAgent

IEventBinding.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENT

Last modification agent

The change agent identifier that made the last modification.


getChangeAgentRelease

java.lang.String getChangeAgentRelease()
Getter for field CHANGEAGREL

Last 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 CHANGEUSRID

Last modification user ID

The user ID that made the last modification to the resource definition.


getDefineSource

java.lang.String getDefineSource()
Getter for field DEFINESOURCE

Source of the resource definition

The source of the definition, depending on which agent made the last change.


getInstallAgent

IEventBinding.InstallAgentValue getInstallAgent()
Getter for field INSTALLAGENT

Installation agent

The install agent identifier that made the installation.


getInstallUserID

java.lang.String getInstallUserID()
Getter for field INSTALLUSRID

Installation user ID

The user ID that installed the resource definition.


getDefineTime

java.util.Date getDefineTime()
Getter for field DEFINETIME

Creation 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 CHANGETIME

Last modification time

The local date and time when the definition was last changed.


getInstallTime

java.util.Date getInstallTime()
Getter for field INSTALLTIME

Installation time

The local date and time when the definition was installed


getEpadapter

java.lang.String getEpadapter()
Getter for field EPADAPTER

Event 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 EPADAPTERSET

Event 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 EPADAPTERRES

Event processing adapter resource type

The Event Processing adapter resource type for this event binding.


getCICSObjectReference

IEventBindingReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IEventBinding> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



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