public interface IDeployedJARFileDefinition extends ICICSDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
IDeployedJARFileDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IDeployedJARFileDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
ICICSDefinitionReference<IDeployedJARFileDefinition> |
getCICSObjectReference() |
java.lang.String |
getCorbaserver()
Getter for field CORBASERVER
|
java.lang.String |
getHfsfile()
Getter for field HFSFILE
|
ICICSType<IDeployedJARFileDefinition> |
getObjectType() |
java.lang.String |
getUserdata1()
Getter for field USERDATA1
|
java.lang.String |
getUserdata2()
Getter for field USERDATA2
|
java.lang.String |
getUserdata3()
Getter for field USERDATA3
|
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
getCICSType, getName
ICICSType<IDeployedJARFileDefinition> getObjectType()
getObjectType
in interface ICICSDefinition
getObjectType
in interface ICICSObject
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
IDeployedJARFileDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getUserdata1()
User data area 1
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata2()
User data area 2
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata3()
User data area 3
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getCorbaserver()
CorbaServer name
The 1-4 character name of the CorbaServer in which this DJAR is installed.
java.lang.String getHfsfile()
zSeries File System (zFS) path
The 1-255 character fully-qualified file name of the deployed JAR file on zFS. The acceptable characters are A-Z a-z 0-9 . - _ /. The name is case-sensitive, and may not contain spaces. The name must not end with a /, and must not contain consecutive instances of the / character.
ICICSDefinitionReference<IDeployedJARFileDefinition> getCICSObjectReference()
getCICSObjectReference
in interface ICICSDefinition
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface IDefinition
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.