com.sas.metadata.remote
Interface MdStoreIDChangeListener

All Superinterfaces:
java.util.EventListener, MdStoreListener, java.rmi.Remote

public interface MdStoreIDChangeListener
extends MdStoreListener, java.rmi.Remote

The listener interface for an object store hashmap and its contained items.


Method Summary
 void MdStoreIDChange(MdEvent e, java.util.List itemsOld, java.util.List itemsNew)
          Event generated when object ids are changed to the Store's hashmap.
 
Methods inherited from interface com.sas.metadata.remote.MdStoreListener
MdObjectsAdded, MdObjectsModified, MdObjectsRemoved
 

Method Detail

MdStoreIDChange

void MdStoreIDChange(MdEvent e,
                     java.util.List itemsOld,
                     java.util.List itemsNew)
                     throws java.rmi.RemoteException
Event generated when object ids are changed to the Store's hashmap.

Parameters:
e - MdEvent
itemsOld - List of old objects and IDs
itemsNew - List (1-1 correspondence) of new objects and IDs
Throws:
java.rmi.RemoteException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.