|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that any master object that is referenced must implement.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
int |
addReference(ISystemReferencingObject ref)
Add a reference, increment reference count, return new count |
int |
getReferenceCount()
Return a count of how many referencing objects reference this object. |
ISystemReferencingObject[] |
getReferencingObjects()
Return a list of all referencing objects of this object |
void |
removeAllReferences()
Clear the list of referenced objects. |
int |
removeReference(ISystemReferencingObject ref)
Remove a reference, decrement reference count, return new count |
Field Detail |
public static final String copyright
Method Detail |
public int addReference(ISystemReferencingObject ref)
public int removeReference(ISystemReferencingObject ref)
public int getReferenceCount()
public void removeAllReferences()
public ISystemReferencingObject[] getReferencingObjects()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |