stomp.jdo.distributed
Interface CacheListener

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
CacheListenerImpl

public interface CacheListener
extends java.rmi.Remote

callback that clients register with the middle-tier if they are interested in being notfied about database changes.

Author:
Eric Lindauer

Method Summary
 void idsDeleted(java.util.Collection ids)
           
 void refreshAll(java.util.Collection ids)
           
 

Method Detail

refreshAll

public void refreshAll(java.util.Collection ids)
                throws java.rmi.RemoteException

idsDeleted

public void idsDeleted(java.util.Collection ids)
                throws java.rmi.RemoteException