Oracle Corporation

com.bea.wlcp.wlng.api.storage
Interface StoreListener


public interface StoreListener

Store listener interface.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Method Summary
 void removed(Set set)
          Notification of a set of automatically removed entries.
 

Method Detail

removed

public void removed(Set set)
Notification of a set of automatically removed entries. This method is only notified when the store itself decides to remove an entry for some reason, not when entries are actively removed by the user. The listener can safely perform processing on the thread used to notify the listener, it does not have to spawn a new thread.

Parameters:
set - The set of removed entries.

Oracle Corporation