com.ibm.etools.iseries.subsystems.qsys.objects
Class QSYSRemoteFileRecordFormat
java.lang.Object
com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordNameOnly
com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordBasic
com.ibm.etools.iseries.services.qsys.objects.QSYSHostFileRecordFormat
com.ibm.etools.iseries.subsystems.qsys.objects.QSYSRemoteFileRecordFormat
- All Implemented Interfaces:
- IISeriesHostObjectNameOnly, IISeriesHostRecordBasic, IISeriesHostRecordNameOnly, IQSYSFileRecordFormat, IRemoteObjectContextProvider
public class QSYSRemoteFileRecordFormat
- extends QSYSHostFileRecordFormat
- implements IRemoteObjectContextProvider
Class representing an IBM i native (QSYS) file record. 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 IQSYSFileRecordFormat
and IRemoteObjectContextProvider
interfaces.
copyright
public static String copyright
QSYSRemoteFileRecordFormat
public QSYSRemoteFileRecordFormat()
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
getParent
public IQSYSFile getParent()
throws SystemMessageException,
InterruptedException
- Description copied from interface:
IQSYSFileRecordFormat
- Return the parent of this object
- Specified by:
getParent
in interface IQSYSFileRecordFormat
- Overrides:
getParent
in class QSYSHostFileRecordFormat
- Throws:
SystemMessageException
InterruptedException
getField
public IQSYSFileField getField(String fieldName,
IProgressMonitor monitor)
throws SystemMessageException,
InterruptedException
- Description copied from interface:
IQSYSFileRecordFormat
- Returns the specified field within the records format or null if the field does not exist
- Specified by:
getField
in interface IQSYSFileRecordFormat
- Overrides:
getField
in class QSYSHostFileRecordFormat
- Throws:
SystemMessageException
InterruptedException
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.