stomp.jdo.distributed
Class CacheListenerImpl

java.lang.Object
  |
  +--stomp.jdo.distributed.CacheListenerImpl
All Implemented Interfaces:
CacheListener, java.rmi.Remote

public class CacheListenerImpl
extends java.lang.Object
implements CacheListener

listens to the middle-tier for cache refresh and deleted id callbacks.

Author:
Eric Lindauer

Constructor Summary
CacheListenerImpl()
           
 
Method Summary
 void idsDeleted(java.util.Collection ids)
           
 void refreshAll(java.util.Collection ids)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheListenerImpl

public CacheListenerImpl()
                  throws java.rmi.RemoteException
Method Detail

idsDeleted

public void idsDeleted(java.util.Collection ids)
Specified by:
idsDeleted in interface CacheListener

refreshAll

public void refreshAll(java.util.Collection ids)
Specified by:
refreshAll in interface CacheListener