|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An observer for the directory events, such as the arrival of new names and removal of existing names, et al.
Method Summary | |
void |
nameAdded(Name name,
NameRecord rec)
Handle event about the addition of a name. |
void |
nameMigrated(Name name,
NameRecord oldrec,
NameRecord newrec)
Handle event about the migration of a name (named resource). |
void |
nameRemoved(Name name,
NameRecord rec)
Handle event about the removal of a name. |
void |
nameUpdated(Name oldName,
NameRecord oldrec,
Name newName,
NameRecord newrec)
Handle event about the change of a name. |
Method Detail |
public void nameAdded(Name name, NameRecord rec)
public void nameRemoved(Name name, NameRecord rec)
public void nameUpdated(Name oldName, NameRecord oldrec, Name newName, NameRecord newrec)
public void nameMigrated(Name name, NameRecord oldrec, NameRecord newrec)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |