org.exolab.jms.lease
Interface LeaseEventListenerIfc

All Known Implementing Classes:
DestinationCache, MessageLeaseHelper, QueueDestinationCache, RmiJmsServerConnection, TopicDestinationCache

public interface LeaseEventListenerIfc

This interface is implemented by classes that are interested in listening to lease events.

Currently it supports onLeaseExpired, which is called back when the a lease expires ;-)

Version:
$Revision: 1.2 $ $Date: 2003/08/07 13:33:00 $
Author:
Jim Alateras

Method Summary
 void onLeaseExpired(java.lang.Object leasedObject)
          This method is called whenever a lease expires.
 

Method Detail

onLeaseExpired

void onLeaseExpired(java.lang.Object leasedObject)
This method is called whenever a lease expires. It passes the object that has expired.

Parameters:
leasedObject - reference to the leased object


Copyright © 1999-2005 The OpenJMS Group. All Rights Reserved.