com.ibm.cics.model

Interface IEPAdapterSet

    • Method Detail

      • getName

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

        Name

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

        Specified by:
        getName in interface ICICSObject
      • getStatus

        IEPAdapterSet.StatusValue getStatus()
        Getter for field ENABLESTATUS

        Enabled status

        Indicates whether the event processing adapter set is enabled or not. Values are:

        DISABLED
        The event processing adapter set is not enabled.
        ENABLED
        The event processing adapter set is enabled.
      • getEpAdapterNumber

        java.lang.Long getEpAdapterNumber()
        Getter for field ADAPTERNUM

        EP adapter count

        The total number of event processing adapter names that are specified in the event processing adapter set.

      • getChangeAgent

        IEPAdapterSet.ChangeAgentValue getChangeAgent()
        Getter for field CHANGEAGENT

        Last 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 field is not applicable for this resource.
      • 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

        IEPAdapterSet.InstallAgentValue getInstallAgent()
        Getter for field INSTALLAGENT

        Installation 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 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.

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.