Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys.objects
Class QSYSRemoteMessageDescription

java.lang.Object
  extended by com.ibm.etools.iseries.services.qsys.objects.QSYSHostMessageDescription
      extended by com.ibm.etools.iseries.subsystems.qsys.objects.QSYSRemoteMessageDescription
All Implemented Interfaces:
IQSYSMessageDescription, IRemoteObjectContextProvider

public class QSYSRemoteMessageDescription
extends QSYSHostMessageDescription
implements IRemoteObjectContextProvider

Class representing an IBM i native (QSYS) message description. This class is used by (and is knowledgeable of) RSE connections and subsystems. This class should not be directly referenced. All access should be done using the corresponding IQSYSMessageDescription and IRemoteObjectContextProvider interfaces.


Field Summary
static String copyright
           
 
Constructor Summary
QSYSRemoteMessageDescription()
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getAdapter(Class adapter)
           
 IRemoteObjectContext getRemoteObjectContext()
          Get the remote context.
 int hashCode()
           
 void setRemoteObjectContext(IRemoteObjectContext context)
          Set the context for the remote object
 
Methods inherited from class com.ibm.etools.iseries.services.qsys.objects.QSYSHostMessageDescription
getAbsoluteName, getFile, getHelp, getID, getMessage, getSeverity, getText, setFile, setHelp, setID, setSeverity, setText, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

QSYSRemoteMessageDescription

public QSYSRemoteMessageDescription()
Method Detail

getAdapter

public Object getAdapter(Class adapter)

getRemoteObjectContext

public IRemoteObjectContext getRemoteObjectContext()
Description copied from interface: IRemoteObjectContextProvider
Get the remote context.

Specified by:
getRemoteObjectContext in interface IRemoteObjectContextProvider

setRemoteObjectContext

public void setRemoteObjectContext(IRemoteObjectContext context)
Set the context for the remote object

Specified by:
setRemoteObjectContext in interface IRemoteObjectContextProvider

equals

public boolean equals(Object obj)
Overrides:
equals in class QSYSHostMessageDescription

hashCode

public int hashCode()
Overrides:
hashCode in class QSYSHostMessageDescription

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.