com.ibm.cics.model
Interface IApplicationDefinition

All Superinterfaces:
ICICSObject, ICPSMDefinition, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface IApplicationDefinition
extends ICPSMDefinition

generated from CICS resourcetable APPLDEF


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IApplicationDefinition> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 java.lang.String getApplicationDirectory()
          Getter for field APPLDIR
 java.lang.String getBindingDirectory()
          Getter for field BINDDIR
 IApplicationDefinitionReference getCICSObjectReference()
           
 java.lang.String getDescription()
          Getter for field DESCRIPTION
 java.lang.Long getMajorVersion()
          Getter for field MAJORVERSION
 java.lang.Long getMicroVersion()
          Getter for field MICROVERSION
 java.lang.Long getMinorVersion()
          Getter for field MINORVERSION
 java.lang.String getName()
          Getter for field NAME
 ICICSType<IApplicationDefinition> getObjectType()
           
 java.lang.String getPlatformDefinition()
          Getter for field PLATDEF
 IPlatformDefinitionReference getPlatformDefinitionReference()
           
 
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IApplicationDefinition> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface ICPSMDefinition
Specified by:
getObjectType in interface IDefinition
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getName

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

Application definition

The application definition name.

Specified by:
getName in interface ICICSObject

getDescription

java.lang.String getDescription()
Getter for field DESCRIPTION

Description

A description of the application definition.


getPlatformDefinition

java.lang.String getPlatformDefinition()
Getter for field PLATDEF

Platform definition

The definition name of the target platform for this application.


getApplicationDirectory

java.lang.String getApplicationDirectory()
Getter for field APPLDIR

Application directory on the zFS

The application directory on the zFS.


getMajorVersion

java.lang.Long getMajorVersion()
Getter for field MAJORVERSION

Application Major Version

The application Major Version.


getMinorVersion

java.lang.Long getMinorVersion()
Getter for field MINORVERSION

Application Minor Version

The application Minor Version.


getMicroVersion

java.lang.Long getMicroVersion()
Getter for field MICROVERSION

Application Micro Version

The application Micro Version.


getBindingDirectory

java.lang.String getBindingDirectory()
Getter for field BINDDIR

Binding bundle directory on the zFS

The binding bundle directory on the zFS.


getPlatformDefinitionReference

IPlatformDefinitionReference getPlatformDefinitionReference()

getCICSObjectReference

IApplicationDefinitionReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface ICPSMDefinition
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IApplicationDefinition> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



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