org.exolab.jms.messagemgr
Interface CacheEvictionPolicy


public interface CacheEvictionPolicy

A destination, in JMS parlance, refers to either a Topic or a Queue. The naming convetion, associated with a destination is provider specific.

We should use a URI to label all our destinations

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

Method Summary
 void evict(java.lang.Object object)
          Return the string form of the destination
 

Method Detail

evict

public void evict(java.lang.Object object)
Return the string form of the destination
Returns:
String


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