RSE
Release 3.4

org.eclipse.rse.core.references
Interface IRSEReferencedObject

All Superinterfaces:
IRSEBaseReferencedObject
All Known Subinterfaces:
IRSEPersistableReferencedObject, ISystemFilter, ISystemFilterPool
All Known Implementing Classes:
SystemReferencedObject

public interface IRSEReferencedObject
extends IRSEBaseReferencedObject

An interface to encapsulate the operations required of an object which supports references to it by other objects (IRSEReferencingObject). This type of class needs to support maintaining an in-memory list of all who reference it so that list can be following on delete and rename operations.

These references are not persistent. Persistent references are managed by the subtype IRSEPersistableReferencedObject.


Method Summary
 
Methods inherited from interface org.eclipse.rse.core.references.IRSEBaseReferencedObject
addReference, getReferenceCount, getReferencingObjects, removeAllReferences, removeReference
 


RSE
Release 3.4

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