|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.api.ISeriesDataElementWrapper
com.ibm.etools.iseries.core.api.ISeriesProgramModule
This class represents a module inside of a program or service program object on the iSeries.
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from class com.ibm.etools.iseries.core.api.ISeriesDataElementWrapper |
---|
cacheFilter, cacheTimeStamp, copyright, dataelement, EXPIRE_TIME, lastException, lastRunMsg, lastRunMsgId, localCache |
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic |
---|
copyright, PGM_LANG_C, PGM_LANG_CFAMILY, PGM_LANG_CL, PGM_LANG_COBOL, PGM_LANG_CPP, PGM_LANG_JAVA, PGM_LANG_NONCFAMILY, PGM_LANG_OPM, PGM_LANG_OPMCL, PGM_LANG_OPMCOBOL, PGM_LANG_OPMRPG, PGM_LANG_OTHER, PGM_LANG_PLX, PGM_LANG_RPG |
Constructor Summary | |
---|---|
ISeriesProgramModule(com.ibm.etools.systems.dstore.core.model.DataElement dataelement)
Constructor |
Method Summary | |
---|---|
String |
getAbsoluteName()
From base class. |
int |
getLanguageID()
|
String |
getLibraryName()
Get the library name where the program is stored that contains this module. |
String |
getModuleLibraryName()
|
String |
getModuleName()
|
ISeriesObject |
getParentObject()
|
List |
getProcedureList()
Returns a list of procedures contained in this module. |
boolean |
isDebuggable()
|
void |
setDebuggable(boolean debuggable)
|
void |
setLanguageID(int langID)
|
void |
setModuleLibraryName(String name)
|
void |
setModuleName(String name)
|
void |
setProcedureList(List procedureList)
|
Methods inherited from class com.ibm.etools.iseries.core.api.ISeriesDataElementWrapper |
---|
checkIsConnected, extractProperty, extractPropertyAsBoolean, extractPropertyAsByte, extractPropertyAsChar, extractPropertyAsInt, getAdapter, getCommandSubSystem, getDataElement, getDataStore, getFileSubSystem, getISeriesConnection, getLastException, getLastRunMessage, getLocalCache, getPropertiesNode, runCommand, setLastException, setLocalCache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
Constructor Detail |
public ISeriesProgramModule(com.ibm.etools.systems.dstore.core.model.DataElement dataelement)
dataelement
- DataElement representing the program or service program module.Method Detail |
public String getLibraryName()
getLibraryName
in class ISeriesDataElementWrapper
ISeriesDataElementWrapper.getLibraryName()
public String getAbsoluteName()
ISeriesDataElementWrapper
Return the absolute object name, which should be the same as calling getAbsoluteName on this object's remote adapter.
getAbsoluteName
in class ISeriesDataElementWrapper
public String getModuleLibraryName()
getModuleLibraryName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic
public String getModuleName()
getModuleName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic
public boolean isDebuggable()
isDebuggable
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic
public ISeriesObject getParentObject()
public List getProcedureList()
getProcedureList
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic
IISeriesHostModuleBasic.getProcedureList()
public int getLanguageID()
getLanguageID
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic
public void setModuleLibraryName(String name)
setModuleLibraryName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic
public void setModuleName(String name)
setModuleName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic
public void setProcedureList(List procedureList)
setProcedureList
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic
public void setDebuggable(boolean debuggable)
setDebuggable
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic
public void setLanguageID(int langID)
setLanguageID
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |