|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Updates a cache in response to persistent changes to AdministrativeDomains
Method Summary | |
void |
add(AdministrativeDomain domain)
Caches an AdministrativeDomain in response to a POST_STORE event |
void |
delete(AdministrativeDomain domain)
Deletes a cached AdministrativeDomain in response to a REMOVE event |
void |
modify(AdministrativeDomain domain)
Updates a cached AdministrativeDomain in response to a POST_MODIFY event |
void |
move(AdministrativeDomain domain,
AdminDomainRef old_parent,
AdminDomainRef new_parent)
Updates the cache in response to a POST_CHANGE_DOMAIN event on an AdministrativeDomain |
void |
writeContents(OutputStream os)
Writes the contents of this cache to an OutputStream for debugging purposes |
Method Detail |
public void add(AdministrativeDomain domain)
AdministrativeDomain
in response to a POST_STORE event
domain
- a new AdministrativeDomain
public void delete(AdministrativeDomain domain)
AdministrativeDomain
in response to a REMOVE event
domain
- a deleted AdministrativeDomain
public void modify(AdministrativeDomain domain)
AdministrativeDomain
in response to a POST_MODIFY event
domain
- a modified AdministrativeDomain
public void move(AdministrativeDomain domain, AdminDomainRef old_parent, AdminDomainRef new_parent)
AdministrativeDomain
domain
- a moved AdministrativeDomain
old_parent
- the old parent AdminDomainRef
new_parent
- the new parent AdminDomainRef
public void writeContents(OutputStream os) throws IOException
OutputStream
for debugging purposes
os
- an OutputStream
to write the contents of a cache to
IOException
- if there is an I/O error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |