RSE
Release 3.4

org.eclipse.rse.core.references
Interface IRSEReferencingObject

All Superinterfaces:
IRSEBaseReferencingObject
All Known Subinterfaces:
IRSEPersistableReferencingObject, ISystemFilterPoolReference, ISystemFilterReference
All Known Implementing Classes:
SystemFilterReference, SystemReferencingObject

public interface IRSEReferencingObject
extends IRSEBaseReferencingObject

A class to encapsulate the operations required of an object which is merely a reference to another object, something we call a shadow. Such shadows are needed to support a GUI which displays the same object in multiple places. To enable that, it is necessary not to use the same physical object in each UI representation as the UI will only know how to update/refresh the first one it finds.

These references are not persistent. Persistent references are managed by the subclass SystemPersistableReferencingObject.


Method Summary
 
Methods inherited from interface org.eclipse.rse.core.references.IRSEBaseReferencingObject
getReferencedObject, isReferenceBroken, removeReference, setReferenceBroken, setReferencedObject
 


RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.