|
iSeries Remote Systems v6.0.1 |
||||||||||
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.ISeriesMessageDescription
This is a usable representation of a remote iSeries message.
This object is instantiated from the DataElement object that is normally returned from a remote command execution.
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 |
Constructor Summary | |
---|---|
ISeriesMessageDescription(com.ibm.etools.systems.dstore.core.model.DataElement dataelement)
Constructor for ISeriesMessage |
Method Summary | |
---|---|
String |
getAbsoluteName()
From base class. |
Object |
getAdapter(Class adapterType)
This is the method required by the IAdaptable interface. |
String |
getFileName()
Returns the name of the message file which contains this message description. |
String |
getHelp()
Retrieve the message help |
String |
getID()
Retrieve the message id |
String |
getLibraryName()
Returns the library name where the message file containing this message description is located |
String |
getMessage()
|
String |
getSeverity()
Retrieve the message severity Not implemented yet! |
String |
getText()
Retrieve the message text |
Methods inherited from class com.ibm.etools.iseries.core.api.ISeriesDataElementWrapper |
---|
checkIsConnected, extractProperty, extractPropertyAsBoolean, extractPropertyAsByte, extractPropertyAsChar, extractPropertyAsInt, 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 ISeriesMessageDescription(com.ibm.etools.systems.dstore.core.model.DataElement dataelement)
Method Detail |
public Object getAdapter(Class adapterType)
ISeriesDataElementWrapper
By default this defers to the getAdapter method of the contained DataElement
getAdapter
in interface IAdaptable
getAdapter
in class ISeriesDataElementWrapper
IAdaptable.getAdapter(Class)
public String getAbsoluteName()
Return the absolute object name, which should be the same as calling getAbsoluteName on this object's remote adapter.
We return lib/msgf MSGID(id)
getAbsoluteName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesMessageDescription
getAbsoluteName
in class ISeriesDataElementWrapper
public String getText()
getText
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesMessageDescription
public String getHelp()
getHelp
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesMessageDescription
public String getID()
getID
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesMessageDescription
public String getSeverity()
getSeverity
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesMessageDescription
public String getMessage()
getMessage
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesMessageDescription
public String getLibraryName()
getLibraryName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesMessageDescription
getLibraryName
in class ISeriesDataElementWrapper
public String getFileName()
getFileName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesMessageDescription
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |