|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectequip.runtime.Object
equip.runtime.ValueBase
equip.data.ItemData
equip.data.TreeNode
equip.data.ActiveTreeNode
ItemData subclass that is actively notified (by the
dataspace replica) when it is added to, updated in, or deleted
from a dataspace replica.
| Field Summary |
| Fields inherited from class equip.data.TreeNode |
parent |
| Fields inherited from class equip.data.ItemData |
id, name |
| Constructor Summary | |
ActiveTreeNode()
Default no-arg constructor |
|
| Method Summary | |
boolean |
_equals_helper(ActiveTreeNode c)
Internal IDL-generated equality test helper |
boolean |
_matches_helper(ActiveTreeNode c)
Internal IDL-generated match test helper |
boolean |
equals(java.lang.Object c)
Standard IDL-generated equality test. |
java.lang.String |
getModuleName()
IDL-generated helper routine to get module name (currently unimplemented). |
boolean |
matches(java.lang.Object c)
Standard IDL-generated template match test. |
abstract void |
notifyDataspaceAdd(DataProxy ds)
notification of being added to a dataspace replica. |
abstract void |
notifyDataspaceDelete(DataProxy ds)
notification of being deleted from a dataspace replica. |
abstract void |
notifyDataspaceReplaced(DataProxy ds)
notification of being updated in a dataspace replica; called on the oldValue instance, after notifyDataspaceUpdate(equip.data.DataProxy, equip.data.ItemData) is called on the new value. |
abstract void |
notifyDataspaceUpdate(DataProxy ds,
ItemData oldValue)
notification of being updated in a dataspace replica; called on the new value instance. |
void |
readObject(ObjectInputStream in)
Internal IDL-generated serialisation helper. |
void |
writeObject(ObjectOutputStream out)
Internal IDL-generated serialisation helper. |
| Methods inherited from class equip.data.TreeNode |
_equals_helper, _matches_helper |
| Methods inherited from class equip.data.ItemData |
_equals_helper, _matches_helper |
| Methods inherited from class equip.runtime.ValueBase |
_equals_helper, _matches_helper, clone |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ActiveTreeNode()
| Method Detail |
public abstract void notifyDataspaceAdd(DataProxy ds)
ds - The dataspace replica to which this item has been
added.
public abstract void notifyDataspaceUpdate(DataProxy ds,
ItemData oldValue)
ds - The dataspace replica in which this item has been
updated.oldValue - The old value in this dataspace with the same
GUID.public abstract void notifyDataspaceDelete(DataProxy ds)
ds - The dataspace replica from which this item has been
deleted.public abstract void notifyDataspaceReplaced(DataProxy ds)
notifyDataspaceUpdate(equip.data.DataProxy, equip.data.ItemData) is called on the new value.
ds - The dataspace replica in which this item has been
replaced by the update.public java.lang.String getModuleName()
getModuleName in class TreeNodepublic boolean equals(java.lang.Object c)
equals in class TreeNodec - The object to be compared against this.
cpublic boolean _equals_helper(ActiveTreeNode c)
public boolean matches(java.lang.Object c)
matches in class TreeNodec - The object to be checked against this template.
this (as a template) matches the argumentpublic boolean _matches_helper(ActiveTreeNode c)
public void writeObject(ObjectOutputStream out)
throws java.io.IOException
ObjectInputStream and ObjectOutputStream only.
writeObject in class TreeNodejava.io.IOException
public void readObject(ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException
ObjectInputStream and ObjectOutputStream only.
readObject in class TreeNodejava.io.IOException
java.lang.ClassNotFoundException
java.lang.InstantiationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||