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

Packages that use HASessionState.HASessionStateListener
org.jboss.ejb.plugins   
org.jboss.ha.hasessionstate.interfaces   
org.jboss.ha.hasessionstate.server   
 

Uses of HASessionState.HASessionStateListener in org.jboss.ejb.plugins
 

Classes in org.jboss.ejb.plugins that implement HASessionState.HASessionStateListener
 class StatefulHASessionPersistenceManager
          This persistence manager work with an underlying HASessionState to get clustered state.
 

Uses of HASessionState.HASessionStateListener in org.jboss.ha.hasessionstate.interfaces
 

Methods in org.jboss.ha.hasessionstate.interfaces with parameters of type HASessionState.HASessionStateListener
 void HASessionState.subscribe(String appName, HASessionState.HASessionStateListener listener)
          Subscribe to receive notifications when objects gets modified on another node.
 void HASessionState.unsubscribe(String appName, HASessionState.HASessionStateListener listener)
           
 

Uses of HASessionState.HASessionStateListener in org.jboss.ha.hasessionstate.server
 

Methods in org.jboss.ha.hasessionstate.server with parameters of type HASessionState.HASessionStateListener
 void HASessionStateImpl.subscribe(String appName, HASessionState.HASessionStateListener listener)
           
 void HASessionStateImpl.unsubscribe(String appName, HASessionState.HASessionStateListener listener)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.