|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBundle
generated from CICS resourcetable BUNDLE
Nested Class Summary | |
---|---|
static class |
IBundle.ChangeAgentValue
Enumeration type for field CHANGEAGENT |
static class |
IBundle.InstallAgentValue
Enumeration type for field INSTALLAGENT |
static class |
IBundle.StatusValue
Enumeration type for field ENABLESTATUS |
Method Summary | |
---|---|
java.lang.Long |
getBasdefinever()
Getter for field BASDEFINEVER |
java.lang.String |
getBasescope()
Getter for field BASESCOPE |
java.lang.String |
getBundledir()
Getter for field BUNDLEDIR |
IBundle.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 |
getDefineSource()
Getter for field DEFINESOURCE |
java.util.Date |
getDefineTime()
Getter for field DEFINETIME |
java.lang.Long |
getEnabledcount()
Getter for field ENABLEDCOUNT |
IBundle.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.Long |
getPartcount()
Getter for field PARTCOUNT |
IBundle.StatusValue |
getStatus()
Getter for field ENABLESTATUS |
java.lang.Long |
getTargetcount()
Getter for field TARGETCOUNT |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getObjectType |
Method Detail |
---|
java.lang.String getName()
Name
Specifies the name of this BUNDLE. The name can be up to eight characters in length.
getName
in interface ICICSObject
IBundle.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getChangeAgentRelease()
Last modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
java.lang.String getChangeUserID()
Last modification user ID
The user ID that made the last modification to the resource definition.
java.lang.String getDefineSource()
Source of the resource definition
The source of the definition, depending on which agent made the last change.
IBundle.InstallAgentValue getInstallAgent()
Installation agent
The install agent identifier that made the installation.
java.lang.String getInstallUserID()
Installation user ID
The user ID that installed the resource definition.
IBundle.StatusValue getStatus()
Status
Returns the status of BUNDLE.
java.util.Date getDefineTime()
Creation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
java.util.Date getChangeTime()
Last modification time
The local date and time when the definition was last changed.
java.util.Date getInstallTime()
Installation time
The local date and time when the definition was installed
java.lang.String getBundledir()
Name of the BUNDLE directory on HFS
Specifies the 1 to 255 character fully-qualified name of the BUNDLE directory on HFS
java.lang.Long getBasdefinever()
BAS resource definition version
The BAS version number of this definition.
java.lang.String getBasescope()
Basescope
Specifies the 1 - 255 character universal resource identifier (URI) that defines the root namespace where the contents of the bundle are created. Use a scope value when you want to logically group different bundles together.
java.lang.Long getPartcount()
Part count
The total number of imports, exports, and definition statements that are defined in the bundle manifest.
java.lang.Long getTargetcount()
Target count
The current number of resources that were dynamically created by the bundle and are enabled in the CICS region.
java.lang.Long getEnabledcount()
Enabled count
The total number of dynamically created resources in the bundle. CICS automatically enables the BUNDLE resource when all of the dynamically created resources are in an enabled state.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |