org.openrdf.repository.object.traits
Interface Refreshable

All Known Subinterfaces:
PropertySet
All Known Implementing Classes:
CachedPropertySet, RDFList, RDFSContainer, RDFSContainerDisabler, RemotePropertySet, UnmodifiableProperty

public interface Refreshable

Implemented by all behaviours that cache locally modified state and need to be refreshed when the remote state changes.

Author:
James Leigh

Method Summary
 void refresh()
          Flushes the local state of the entity forcing it to refresh.
 

Method Detail

refresh

void refresh()
Flushes the local state of the entity forcing it to refresh.



Copyright © 2004-2012 James Leigh Services Inc.. All Rights Reserved.