Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.api
Interface IQSYSModule

All Superinterfaces:
IISeriesHostObjectBasic, IISeriesHostObjectBrief, IISeriesHostObjectExhaustive, IISeriesHostObjectNameOnly, IQSYSObject, IQSYSResource
All Known Implementing Classes:
QSYSHostModule, QSYSRemoteModule, QSYSRemoteProgramModule

public interface IQSYSModule
extends IQSYSObject

Interface representing an IBM i module object


Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectExhaustive
AUDITING_ALL, AUDITING_CHANGE, AUDITING_NONE, AUDITING_USRPRF, COMPRESSION_COMPRESSED, COMPRESSION_NOTCOMPRESSABLE, COMPRESSION_NOTCOMPRESSED, COMPRESSION_SAVEDFREED, COMPRESSION_TEMPORARILYCOMPRESSED, Copyright, DOMAIN_SYSTEM, DOMAIN_USER, STORAGE_FREE, STORAGE_KEEP
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief
STATUS_DAMAGED, STATUS_LOCKED, STATUS_NOTAUTHORIZED, STATUS_OK, STATUS_PARTIALLYDAMAGED, STATUS_STRING_DAMAGED, STATUS_STRING_LOCKED, STATUS_STRING_NOTAUTHORIZED, STATUS_STRING_PARTIALLYDAMAGED
 
Method Summary
 int getLanguageID()
          Get the language ID for this module
 String getModuleLibraryName()
          Return the library name of this module
 Object[] getProcedureList()
          Return a list of procedures for this module.
 boolean isDebuggable()
          Check if this module is debuggable.
 void setDebuggable(boolean debuggable)
          Set the if this module is debuggable.
 void setLanguageID(int langID)
          Set the language ID for this module
 void setModuleLibraryName(String name)
          Set the library name of this module
 void setProcedureList(List procedureList)
          Set the list of procedures for this module
 
Methods inherited from interface com.ibm.etools.iseries.services.qsys.api.IQSYSObject
clearCachedProperties
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectExhaustive
getAllowChangeByProgram, getAPAR, getAuxiliaryStoragePool, getChangedByProgram, getCompiler, getCompressionStatus, getCreatorUserProfile, getDaysUsedCount, getDomain, getLastUsedDate, getLicensedProgram, getObjectAuditingValue, getObjectLevel, getObjectOverflowedASP, getOwner, getPrimaryGroup, getPTF, getResetDate, getRestoredDate, getSaveActiveDate, getSaveCommand, getSavedDate, getSaveDevice, getSaveFileName, getSaveLabel, getSaveLibrary, getSaveSequenceNumber, getSaveSize, getSaveVolumeId, getSourceChangedDate, getSourceFile, getSourceLibrary, getSourceMember, getStorage, getSystemLevel, getSystemWhereCreated, getUsageInformationUpdated, getUserChanged, getUserDefinedAttribute, setAllowChangeByProgram, setAPAR, setAuxiliaryStoragePool, setChangedByProgram, setCompiler, setCompressionStatus, setCreatorUserProfile, setDaysUsedCount, setDomain, setLastUsedDate, setLicensedProgram, setObjectAuditingValue, setObjectLevel, setObjectOverflowedASP, setOwner, setPrimaryGroup, setPTF, setResetDate, setRestoredDate, setSaveActiveDate, setSaveCommand, setSavedDate, setSaveDevice, setSaveFileName, setSaveLabel, setSaveLibrary, setSaveSequenceNumber, setSaveSize, setSaveVolumeId, setSourceChangedDate, setSourceFile, setSourceLibrary, setSourceMember, setStorage, setSystemLevel, setSystemWhereCreated, setUsageInformationUpdated, setUserChanged, setUserDefinedAttribute
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBasic
getDateCreated, getDateModified, getSize, setDateCreated, setDateModified, setSize
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief
getDescription, getFile, getInformationStatus, getSubType, getType, setDescription, setFile, setInformationStatus, setSubType, setType
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, setName, toString, writeObjectInfo
 
Methods inherited from interface com.ibm.etools.iseries.services.qsys.api.IQSYSResource
exists, getAbsoluteName, getDateCreated, getDateModified, getDescription, getFullName, getLibrary, getName, getParent, getSize, getSubType, getType, setDescription, setLibrary, setName, setSubType, setType
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getModuleLibraryName

String getModuleLibraryName()
Return the library name of this module


isDebuggable

boolean isDebuggable()
Check if this module is debuggable.


getProcedureList

Object[] getProcedureList()
                          throws SystemMessageException
Return a list of procedures for this module.

Returns:
A list of IISeriesHostProcedureBasic interfaces
Throws:
SystemMessageException

getLanguageID

int getLanguageID()
Get the language ID for this module

See Also:
#PGM_LANG_OTHER, #PGM_LANG_NONCFAMILY, #PGM_LANG_CFAMILY, #PGM_LANG_OPM, #PGM_LANG_C, #PGM_LANG_CPP, #PGM_LANG_RPG, #PGM_LANG_CL, #PGM_LANG_COBOL, #PGM_LANG_PLX, #PGM_LANG_OPMRPG, #PGM_LANG_OPMCOBOL, #PGM_LANG_OPMCL, #PGM_LANG_JAVA

setProcedureList

void setProcedureList(List procedureList)
Set the list of procedures for this module


setDebuggable

void setDebuggable(boolean debuggable)
Set the if this module is debuggable.


setLanguageID

void setLanguageID(int langID)
Set the language ID for this module

See Also:
#PGM_LANG_OTHER, #PGM_LANG_NONCFAMILY, #PGM_LANG_CFAMILY, #PGM_LANG_OPM, #PGM_LANG_C, #PGM_LANG_CPP, #PGM_LANG_RPG, #PGM_LANG_CL, #PGM_LANG_COBOL, #PGM_LANG_PLX, #PGM_LANG_OPMRPG, #PGM_LANG_OPMCOBOL, #PGM_LANG_OPMCL, #PGM_LANG_JAVA

setModuleLibraryName

void setModuleLibraryName(String name)
Set the library name of this module


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.