com.ibm.cics.model
Interface IAtomService

All Superinterfaces:
ICICSObject, ICICSResource, IInstalledCICSResource
All Known Subinterfaces:
IMutableAtomService

public interface IAtomService
extends ICICSResource, IInstalledCICSResource

generated from CICS resourcetable ATOMSERV


Nested Class Summary
static class IAtomService.AtomTypeValue
          Enumeration type for field ATOMTYPE
static class IAtomService.ChangeAgentValue
          Enumeration type for field CHANGEAGENT
static class IAtomService.EnablestatusValue
          Enumeration type for field ENABLESTATUS
static class IAtomService.InstallAgentValue
          Enumeration type for field INSTALLAGENT
static class IAtomService.ResourcetypeValue
          Enumeration type for field RESOURCETYPE
 
Method Summary
 java.lang.Long getAtmsrvdelent()
          Getter for field ATMSRVDELENT
 java.lang.Long getAtmsrvgetent()
          Getter for field ATMSRVGETENT
 java.lang.Long getAtmsrvgetfed()
          Getter for field ATMSRVGETFED
 java.lang.Long getAtmsrvpstfed()
          Getter for field ATMSRVPSTFED
 java.lang.Long getAtmsrvputent()
          Getter for field ATMSRVPUTENT
 java.lang.Long getAtmsrvrefct()
          Getter for field ATMSRVREFCT
 java.lang.Long getAtmsrvrefdis()
          Getter for field ATMSRVREFDIS
 IAtomService.AtomTypeValue getAtomType()
          Getter for field ATOMTYPE
 java.lang.Long getBasdefinever()
          Getter for field BASDEFINEVER
 java.lang.String getBindfile()
          Getter for field BINDFILE
 IAtomService.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
 java.lang.String getConfigfile()
          Getter for field CONFIGFILE
 java.lang.String getDefineSource()
          Getter for field DEFINESOURCE
 java.util.Date getDefineTime()
          Getter for field DEFINETIME
 IAtomService.EnablestatusValue getEnablestatus()
          Getter for field ENABLESTATUS
 IAtomService.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
 java.lang.String getResourcename()
          Getter for field RESOURCENAME
 IAtomService.ResourcetypeValue getResourcetype()
          Getter for field RESOURCETYPE
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

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 resouce that provides the data for this Atom feed or collection. This field does not apply for 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.
N_A
This is not applicable for this resource.


getInstallAgent

IAtomService.InstallAgentValue getInstallAgent()
Getter for field INSTALLAGENT

Installation agent

The change agent identifier that made the installation.


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 an Atom service or category document. entry.


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.


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.



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