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.
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.