com.intel.gpe.clients.api.cache
Interface CachedEntity


public interface CachedEntity

Cached entity interface. Clients (descendants of WSRFClient must implement this interface if they want to be refreshed in a proper way from the GUI GPE clients.

Version:
$Id: CachedEntity.java,v 1.1 2006/04/11 08:51:52 lukichev Exp $
Author:
Alexander Lukichev

Method Summary
 void remove()
          Remove the entity from the cache.
 

Method Detail

remove

void remove()
Remove the entity from the cache. This method is called by GUI GPE clients when it is time to refresh the values in the cache.



Copyright © 2008. All Rights Reserved.