org.apache.geronimo.openejb.cluster.stateful.container
Class WadiCache.MigrationListener

java.lang.Object
  extended by org.apache.geronimo.openejb.cluster.stateful.container.WadiCache.MigrationListener
All Implemented Interfaces:
SessionListener
Enclosing class:
WadiCache

protected class WadiCache.MigrationListener
extends Object
implements SessionListener


Constructor Summary
protected WadiCache.MigrationListener()
           
 
Method Summary
 void notifyInboundSessionMigration(Session session)
           
 void notifyOutboundSessionMigration(Session session)
           
 void notifySessionDestruction(Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WadiCache.MigrationListener

protected WadiCache.MigrationListener()
Method Detail

notifyInboundSessionMigration

public void notifyInboundSessionMigration(Session session)
Specified by:
notifyInboundSessionMigration in interface SessionListener

notifyOutboundSessionMigration

public void notifyOutboundSessionMigration(Session session)
Specified by:
notifyOutboundSessionMigration in interface SessionListener

notifySessionDestruction

public void notifySessionDestruction(Session session)
Specified by:
notifySessionDestruction in interface SessionListener


Copyright © 2003-2009 The Apache Geronimo development community. All Rights Reserved.