Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostProcedureBasic
      extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostProcedure
          extended by com.ibm.etools.iseries.subsystems.qsys.objects.QSYSRemoteProcedure
All Implemented Interfaces:
IISeriesHostProcedure, IISeriesHostProcedureBasic, IQSYSProcedure, IRemoteObjectContextProvider

public class QSYSRemoteProcedure
extends ISeriesHostProcedure
implements IQSYSProcedure, IRemoteObjectContextProvider

Class representing an IBM i native (QSYS) module. 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 IQSYSModule and IRemoteObjectContextProvider interfaces.


Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostProcedure
PROCEDURE_TYE_ENTRYPOINT, PROCEDURE_TYPE_REGULAR
 
Constructor Summary
QSYSRemoteProcedure()
           
 
Method Summary
 boolean equals(Object obj)
          Two QSYSRemoteProcedure are equal if they have the same name and same module
 Object getAdapter(Class adapter)
           
 IQSYSModule getParent()
          Return the parent of this object
 IRemoteObjectContext getRemoteObjectContext()
          Get the remote context.
 void setParent(IQSYSModule module)
          Return the parent of this object
 void setRemoteObjectContext(IRemoteObjectContext context)
          Set the remote context.
 
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostProcedure
getModuleLibraryName, getModuleName, getProcedureType, setModuleLibraryName, setModuleName, setProcedureType
 
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostProcedureBasic
getIfExportedFromServiceProgram, getProcedureName, setIfExportedFromServiceProgram, setProcedureName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostProcedure
getModuleLibraryName, getModuleName, getProcedureType, setModuleLibraryName, setModuleName, setProcedureType
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostProcedureBasic
getIfExportedFromServiceProgram, getProcedureName, setIfExportedFromServiceProgram, setProcedureName
 

Field Detail

copyright

public static String copyright
Constructor Detail

QSYSRemoteProcedure

public QSYSRemoteProcedure()
Method Detail

getParent

public IQSYSModule getParent()
Description copied from interface: IQSYSProcedure
Return the parent of this object

Specified by:
getParent in interface IQSYSProcedure

setParent

public void setParent(IQSYSModule module)
Description copied from interface: IQSYSProcedure
Return the parent of this object

Specified by:
setParent in interface IQSYSProcedure

getAdapter

public Object getAdapter(Class adapter)

getRemoteObjectContext

public IRemoteObjectContext getRemoteObjectContext()
Get the remote context.

Specified by:
getRemoteObjectContext in interface IRemoteObjectContextProvider

setRemoteObjectContext

public void setRemoteObjectContext(IRemoteObjectContext context)
Set the remote context.

Specified by:
setRemoteObjectContext in interface IRemoteObjectContextProvider

equals

public boolean equals(Object obj)
Two QSYSRemoteProcedure are equal if they have the same name and same module

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

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.