You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/26 14:06:35 UTC

[Jakarta-hivemind Wiki] Update of "StateStorageClearanceListener" by Marcus Schulte

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-hivemind Wiki" for change notification.

The following page has been changed by Marcus Schulte:
http://wiki.apache.org/jakarta-hivemind/StateStorageClearanceListener

New page:
{{{
package scm.hivemind.statefulservice;
/**
 * Type of objects storable in a 
 * {@link scm.hivemind.statefulservice.ClientStateStorage}
 * Will be notified when cleared from the ClientStateStorage, i.e. when
 * the underlying session expires or is invalidated. 
 * 
 * @author Marcus Schulte
 */
public interface StateStorageClearanceListener {
    void clientStateCleared();
}

}}}

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org