com.ibm.cics.model

Interface IAtomService

    • Method Detail

      • getName

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

        Name

        Specifies the name of this ATOMSERV. The name can be up to eight characters in length.

        Specified by:
        getName in interface ICICSObject
      • getEnablestatus

        IAtomService.EnablestatusValue getEnablestatus()
        Getter for field ENABLESTATUS

        Enabled status

        Indicates whether the ATOMSERV is enabled or not. Values are:

        DISABLED
        The ATOMSERV is not enabled.
        ENABLED
        The ATOMSERV is enabled.
      • getAtomType

        IAtomService.AtomTypeValue getAtomType()
        Getter for field ATOMTYPE

        Atomtype

        Displays the type of Atom document that is produced by this ATOMSERVICE definition. The possible values are as follows:

        Category
        An Atom category document, which lists the categories of documents in a collection.
        Collection
        An Atom collection document, which contains a group of entry documents that can be edited.
        Feed
        An Atom feed document, which describes the metadata for a feed, and contains entry documents that provide data for the feed.
        Service
        An Atom service document, which provides information about the collections of entry documents that are available on the server and can be added to or edited.
      • getResourcetype

        IAtomService.ResourcetypeValue getResourcetype()
        Getter for field RESOURCETYPE

        Resource type

        Displays the type of CICS resource that provides the data for this Atom feed or collection. This field does not apply to an Atom service or category document. The possible values are as follows:

        File
        A CICS file.
        Program
        A service routine, which is a CICS application program written to supply content for Atom entries.
        Tsqueue
        A temporary storage queue.
        NOTAPPLIC
        This is not applicable for this resource.
      • getInstallAgent

        IAtomService.InstallAgentValue getInstallAgent()
        Getter for field INSTALLAGENT

        Installation agent

        The install agent identifier that made the installation.

        • CSDAPI - The resource was installed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
        • CREATESPI - The resource was installed by an EXEC CICS CREATE command.
        • GRPLIST - The resource was installed by GRPLIST INSTALL.
        • BUNDLE - The resource was installed by a bundle deployment.
      • getResourcename

        java.lang.String getResourcename()
        Getter for field RESOURCENAME

        Resource name

        Displays the name of the CICS resource that provides the data for this Atom feed or collection. This field does not apply to an Atom service or category document.

      • getBindfile

        java.lang.String getBindfile()
        Getter for field BINDFILE

        Bind file name

        The name of a UNIX file that contains WSBIND data describing the record layouts within the CICS resource.

      • getConfigfile

        java.lang.String getConfigfile()
        Getter for field CONFIGFILE

        Configuration file name

        The name of a UNIX file that contains XML configuration data specifying the type of Atom document being returned.

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

      • getChangeAgent

        IAtomService.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 last changed by an EXEC CICS CREATE command.
        • NOTAPPLIC - This 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.

      • getChangeTime

        java.util.Date getChangeTime()
        Getter for field CHANGETIME

        Last modification time

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

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

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

      • getInstallUserID

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

        Installation user ID

        The user ID that installed the resource definition.

      • getInstallTime

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

        Installation time

        The local date and time when the definition was installed.

      • getBasdefinever

        java.lang.Long getBasdefinever()
        Getter for field BASDEFINEVER

        BAS resource definition version

        The BAS version number of this definition.

      • getAtmsrvrefct

        java.lang.Long getAtmsrvrefct()
        Getter for field ATMSRVREFCT

        Atom Service reference count

        Atom Service reference count

      • getAtmsrvrefdis

        java.lang.Long getAtmsrvrefdis()
        Getter for field ATMSRVREFDIS

        Atom Service reference disabled count

        Atom Service reference disabled count

      • getAtmsrvpstfed

        java.lang.Long getAtmsrvpstfed()
        Getter for field ATMSRVPSTFED

        Number of POST requests to the feed URL

        The number of HTTP POST requests sent to the feed URL.

      • getAtmsrvgetfed

        java.lang.Long getAtmsrvgetfed()
        Getter for field ATMSRVGETFED

        Number of GET requests to the feed URL

        The number of HTTP GET requests sent to the feed URL.

      • getAtmsrvgetent

        java.lang.Long getAtmsrvgetent()
        Getter for field ATMSRVGETENT

        Number of GET requests to the entry URL

        The number of HTTP GET requests sent to the entry URL.

      • getAtmsrvputent

        java.lang.Long getAtmsrvputent()
        Getter for field ATMSRVPUTENT

        Number of PUT requests to the entry URL

        The number of HTTP PUT requests sent to the entry URL.

      • getAtmsrvdelent

        java.lang.Long getAtmsrvdelent()
        Getter for field ATMSRVDELENT

        Number of DELETE requests to the entry URL

        The number of HTTP DELETE requests sent to the entry URL.

      • getUrimapname

        java.lang.String getUrimapname()
        Getter for field URIMAPNAME

        URIMAP name

        Displays the 8-character URIMAP name that indicates the URI associated with this ATOMSERVICE definition.

      • getXmltransname

        java.lang.String getXmltransname()
        Getter for field XMLTRANSNAME

        XMLTRANSFORM name

        Displays the 32-character name of the XMLTRANSFORM resource associated with the ATOMSERVICE definition.

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