org.jboss.ha.hasessionstate.interfaces
Interface HASessionState.HASessionStateListener

All Known Implementing Classes:
StatefulHASessionPersistenceManager
Enclosing interface:
HASessionState

public static interface HASessionState.HASessionStateListener

Listener used to indicate that a session's state has changed. Information that can be used to clean a cache for example. It indicates that another node has touched a session that we previously owned.


Method Summary
 void sessionExternallyModified(PackagedSession session)
           
 

Method Detail

sessionExternallyModified

void sessionExternallyModified(PackagedSession session)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.