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
refreshAll
public void refreshAll(java.util.Collection ids)
throws java.rmi.RemoteException
idsDeleted
public void idsDeleted(java.util.Collection ids)
throws java.rmi.RemoteException