iSeries Remote Systems
v6.0.0

com.ibm.etools.systems.as400filesubsys.impl
Class ISeriesFileElement

java.lang.Object
  extended bycom.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
      extended bycom.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBrief
          extended bycom.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBasic
              extended bycom.ibm.etools.systems.as400filesubsys.impl.ISeriesFileElement
All Implemented Interfaces:
IAdaptable, com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBasic, com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief, com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly

public class ISeriesFileElement
extends com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBasic
implements IAdaptable

This class represents an iSeries database file, as returned from a remote list request for objects. We'd like to use the ISeriesHostObjectBasic class directly, as that is what the comm layer returns, but to support the PropertySheet we must implement IAdaptable. This class thus simply mixes that in. Note the getAdapter request is simply deferred to the platform, and thus we assume an adapter has been registered for objects of this class type.


Field Summary
static String copyright
           
 
Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBasic
changeDate, Copyright, createDate, size
 
Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBrief
file, status, subtype, text, type
 
Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
library, name
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief
STATUS_DAMAGED, STATUS_LOCKED, STATUS_NOTAUTHORIZED, STATUS_OK, STATUS_PARTIALLYDAMAGED, STATUS_STRING_DAMAGED, STATUS_STRING_LOCKED, STATUS_STRING_NOTAUTHORIZED, STATUS_STRING_PARTIALLYDAMAGED
 
Constructor Summary
ISeriesFileElement(ISeriesElementContext context)
          Constructor
 
Method Summary
 Object getAdapter(Class adapterType)
          As required by the IAdaptable interface.
 ISeriesElementContext getContext()
          Return context of this GUI element object
 
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBasic
getDateCreated, getDateModified, getSize, setDateCreated, setDateModified, setSize, writeObjectInfo
 
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBrief
getDescription, getFile, getInformationStatus, getSubType, getType, setDescription, setFile, setInformationStatus, setSubType, setType, toString
 
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief
getDescription, getFile, getInformationStatus, getSubType, getType, setDescription, setFile, setInformationStatus, setSubType, setType
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, setName, toString
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

ISeriesFileElement

public ISeriesFileElement(ISeriesElementContext context)
Constructor

Method Detail

getContext

public ISeriesElementContext getContext()
Return context of this GUI element object


getAdapter

public Object getAdapter(Class adapterType)
As required by the IAdaptable interface.

Specified by:
getAdapter in interface IAdaptable
See Also:
IAdaptable.getAdapter(Class)

iSeries Remote Systems
v6.0.0

Copyright © 2005 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.