public interface INodejsApplication extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
INodejsApplication.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
INodejsApplication.EnableStatusValue
Enumeration type for field ENABLESTATUS
|
static class |
INodejsApplication.InstallAgentValue
Enumeration type for field INSTALLAGENT
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getApplicationDataHeap()
Getter for field HEAPAPPD
|
java.lang.Long |
getBasResourceDefinitionVersion()
Getter for field BASDEFINEVER
|
java.lang.String |
getBundleName()
Getter for field BUNDLE
|
INodejsApplication.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
|
INodejsApplicationReference |
getCICSObjectReference() |
java.lang.Long |
getCompletedInvokes()
Getter for field INVKCOMP
|
java.lang.Long |
getCompletedInvokesInError()
Getter for field INVKERR
|
java.lang.Long |
getCurrentHeap()
Getter for field HEAPCUR
|
java.lang.Long |
getCurrentInvokes()
Getter for field INVKCUR
|
java.lang.Long |
getCurrentPeakInvokes()
Getter for field INVKPEAK
|
java.lang.String |
getDefineSource()
Getter for field DEFINESOURCE
|
java.util.Date |
getDefineTime()
Getter for field DEFINETIME
|
INodejsApplication.EnableStatusValue |
getEnableStatus()
Getter for field ENABLESTATUS
|
INodejsApplication.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 |
getLeRuntimeOptionsProgram()
Getter for field LERUNOPTS
|
java.lang.String |
getLog()
Getter for field LOG
|
java.lang.Long |
getMaxHeap()
Getter for field HEAPMAX
|
java.lang.String |
getName()
Getter for field NAME
|
java.lang.String |
getNodeHome()
Getter for field NODEHOME
|
ICICSType<INodejsApplication> |
getObjectType() |
java.lang.Long |
getPID()
Getter for field PID
|
java.lang.String |
getProfile()
Getter for field PROFILE
|
java.lang.Long |
getRuntimeHeap()
Getter for field HEAPRUNT
|
java.lang.String |
getStandardError()
Getter for field STDERR
|
java.lang.String |
getStandardOut()
Getter for field STDOUT
|
java.lang.String |
getStartScript()
Getter for field STARTSCRIPT
|
java.lang.Long |
getTotalCPU()
Getter for field CPUTOTAL
|
java.lang.String |
getTrace()
Getter for field TRACE
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType
ICICSType<INodejsApplication> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
Name
Specifies the name of this Node.js Application. The name can be up to 32 characters in length.
getName
in interface ICICSObject
INodejsApplication.EnableStatusValue getEnableStatus()
Enabled status
Returns a CVDA indicating the state of the Node.js Application. Values are:
java.lang.String getBundleName()
Bundle name
Name of the bundle from which the Node.js Application is installed.
INodejsApplication.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.
INodejsApplication.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.
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.Long getBasResourceDefinitionVersion()
BAS resource definition version
The BAS version number of the bundle definition.
java.lang.String getLeRuntimeOptionsProgram()
LE runtime options program
Specifies the 1 - 8 character name of the program that defines the runtime options for the Language Environment.
java.lang.Long getPID()
Node.js Application process ID number
The process ID of the Node.js Application. The value is a fullword binary value.
java.lang.String getProfile()
Node.js Profile file
The name of the profile. The data area is 255 characters long. If the name is less than 255 characters, CICS pads the data area with trailing blanks.
java.lang.String getStartScript()
Node.js starting script
The name of the associated starting script file. The data area is 255 characters long. If the name is less than 255 characters, CICS pads the data area with trailing blanks.
java.lang.String getStandardOut()
Node.js STDOUT file
The name of the associated standard output file. The data area is 255 characters long. If the name is less than 255 characters, CICS pads the data area with trailing blanks.
java.lang.String getStandardError()
Node.js STDERR file
The name of the associated standard error file. The data area is 255 characters long. If the name is less than 255 characters, CICS pads the data area with trailing blanks.
java.lang.String getTrace()
Node.js TRACE file
The name of the associated trace file. The data area is 255 characters long. If the name is less than 255 characters, CICS pads the data area with trailing blanks.
java.lang.String getNodeHome()
Node.js installation home directory
The name of the directory in which the Node.js runtime is located. If the name is less than 255 characters, CICS pads the data area with trailing blanks.
java.lang.Long getTotalCPU()
Node.js Application total processor time
The total processor time in milliseconds that was used by the Node.js runtime and application.
java.lang.Long getCurrentHeap()
Current heap size
The size in bytes of the heap that is currently allocated to the Node.js runtime by the V8 JavaScript engine.
java.lang.Long getRuntimeHeap()
Heap used by runtime
The size in bytes of the heap currently occupied by compiled byte code and JITed code.
java.lang.Long getApplicationDataHeap()
Heap used on data
The size in bytes of the heap currently occupied by application data.
java.lang.Long getMaxHeap()
Maximum heap size
The size in bytes of the maximum heap that can be allocated to the Node.js runtime. This value is set by default or by --max_old_space_size.
java.lang.String getLog()
Node.js LOG file
The name of the associated log file. The data area is 255 characters long. If the name is less than 255 characters, CICS pads the data area with trailing blanks.
java.lang.Long getCompletedInvokes()
Completed invokes
The total number of completed calls to the invoke function provided by the ibm-cics-api module are made since the Node.js application first became available or since it was last reset.
java.lang.Long getCompletedInvokesInError()
Completed invokes in error
The total number of completed calls to the invoke function provided the ibm-cics-api module are made but resulted in an error response (i.e. other than HTTP response 200) since the Node.js application first became available or since it was last reset.
java.lang.Long getCurrentInvokes()
Invokes in progress
The current number of in-flight calls to the invoke function provided the ibm-cics-api module are being made by the Node.js application.
java.lang.Long getCurrentPeakInvokes()
Peak invokes
The peak number of in-flight calls to the invoke function provided the ibm-cics-api module are being made by the Node.js application.
INodejsApplicationReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.