iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.core
Class ISeriesElementContext

java.lang.Object
  extended bycom.ibm.etools.iseries.core.ISeriesElementContext

public class ISeriesElementContext
extends Object

When listing objects in a view, we need to record some context about how the object came to be listed. This class encapsulates all the info such that we need only store a single pointer in each object, reducing memory requirements. There need only be one of these objects per expanded tree node.


Field Summary
static String Copyright
           
 
Constructor Summary
ISeriesElementContext()
          Constructor
 
Method Summary
 String getFilterString()
           
 Object getParent()
           
 com.ibm.etools.systems.subsystems.SubSystem getSubSystem()
           
 void setFilterString(String fs)
           
 void setParent(Object parent)
           
 void setSubSystem(com.ibm.etools.systems.subsystems.SubSystem ss)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

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

ISeriesElementContext

public ISeriesElementContext()
Constructor

Method Detail

setFilterString

public void setFilterString(String fs)

getFilterString

public String getFilterString()

setSubSystem

public void setSubSystem(com.ibm.etools.systems.subsystems.SubSystem ss)

getSubSystem

public com.ibm.etools.systems.subsystems.SubSystem getSubSystem()

setParent

public void setParent(Object parent)

getParent

public Object getParent()

iSeries Remote Systems
v6.0.1

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.