Uses of Class
com.sas.metadata.remote.MdEvent

Packages that use MdEvent
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of MdEvent in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote with parameters of type MdEvent
 void MdFactoryImpl.fireMdObjectCreated(MdEvent e, java.lang.String id)
          Deprecated. Use MdFactoryImpl.fireMdObjectsCreated(MdFactoryEvent)
abstract  void MdFactory.fireMdObjectCreated(MdEvent e, java.lang.String id)
          Deprecated. Use MdFactory.fireMdObjectsCreated(MdFactoryEvent)
 void MdFactoryImpl.fireMdObjectDeleted(MdEvent e, java.lang.String id)
          Deprecated. Use MdFactoryImpl.fireMdObjectsDeleted(MdFactoryEvent)
abstract  void MdFactory.fireMdObjectDeleted(MdEvent e, java.lang.String id)
          Deprecated. Use MdFactory.fireMdObjectsDeleted(MdFactoryEvent)
abstract  void MdServerStore.fireMdObjectModified(MdEvent e)
          Used to notify all the listeners in the listner list of modifications to the object.
abstract  void MdObjectStore.fireMdObjectModified(MdEvent e)
          Used to notify all the listeners in the listner list of modifications to the object.
abstract  void MdObjectBaseUtil.fireMdObjectModified(MdEvent e)
          Used to notify all the listeners in the listner list of changes in the metadata object.
abstract  void MdStore.fireMdObjectsAdded(MdEvent e, java.util.List ids)
          Used to notify all the listeners in the listner list of modifications to the object.
abstract  void MdServerStore.fireMdObjectsAdded(MdEvent e, java.util.List ids)
          Used to notify all the listeners in the listner list of modifications to the object.
abstract  void MdObjectStore.fireMdObjectsAdded(MdEvent e, java.util.List ids)
          Used to notify all the listeners in the listner list of modifications to the object.
 void MdFactoryImpl.fireMdObjectsCreated(MdEvent e, java.util.List<java.lang.String> id)
          Deprecated. Use MdFactoryImpl.fireMdObjectsCreated(MdFactoryEvent)
abstract  void MdFactory.fireMdObjectsCreated(MdEvent e, java.util.List<java.lang.String> id)
          Deprecated. Use MdFactory.fireMdObjectsCreated(MdFactoryEvent)
abstract  void MdStore.fireMdObjectsModified(MdEvent e, java.util.List items)
          Used to notify all the listeners in the listner list of modifications to the object.
abstract  void MdServerStore.fireMdObjectsModified(MdEvent e, java.util.List items)
          Used to notify all the listeners in the listner list of modifications to the object.
abstract  void MdObjectStore.fireMdObjectsModified(MdEvent e, java.util.List items)
          Used to notify all the listeners in the listner list of modifications to the object.
abstract  void MdStore.fireMdObjectsRemoved(MdEvent e, java.util.List ids)
          Used to notify all the listeners in the listner list of modifications to the object.
abstract  void MdServerStore.fireMdObjectsRemoved(MdEvent e, java.util.List ids)
          Used to notify all the listeners in the listner list of modifications to the object.
abstract  void MdObjectStore.fireMdObjectsRemoved(MdEvent e, java.util.List ids)
          Used to notify all the listeners in the listner list of modifications to the object.
abstract  void MdServerStore.fireMdStoreIDChange(MdEvent e, java.util.List idsOld, java.util.List idsNew)
          Used to notify MdStoreIDChangeListeners, a subclass of MdStoreListeners, of the ids that have changed in the Map.
abstract  void MdObjectStore.fireMdStoreIDChange(MdEvent e, java.util.List idsOld, java.util.List idsNew)
          Used to notify MdStoreIDChangeListeners, a subclass of MdStoreListeners, of the ids that have changed in the Map.
abstract  void MdObjectFactoryListener.MdObjectCreated(MdEvent e, java.lang.String id)
          The object created event is sent when a new object has been created.
abstract  void MdObjectFactoryListener.MdObjectDeleted(MdEvent e, java.lang.String id)
          The object deleted event is sent when an object has been deleted on the server.
abstract  void MdServerStore.MdObjectModified(MdEvent e)
          Called when a single object has changed.
abstract  void MdObjectStore.MdObjectModified(MdEvent e)
          NOT IMPLEMENTED
abstract  void MdObjectListener.MdObjectModified(MdEvent e)
          Sends the event upon modification of an object.
abstract  void MdStoreListener.MdObjectsAdded(MdEvent e, java.util.List items)
          Event generated when objects are added to the Store's hashmap.
abstract  void MdServerStore.MdObjectsAdded(MdEvent e, java.util.List items)
          Event generated when objects are added to the Store's Map.
abstract  void MdObjectStore.MdObjectsAdded(MdEvent e, java.util.List ids)
          NOT IMPLEMENTED
abstract  void MdObjectFactoryListener.MdObjectsCreated(MdEvent e, java.util.List<java.lang.String> ids)
          The objects created event is sent when new objects have been created.
abstract  void MdStoreListener.MdObjectsModified(MdEvent e, java.util.List items)
          Event generated when objects are modified in the Store.
abstract  void MdServerStore.MdObjectsModified(MdEvent e, java.util.List items)
          Event generated when objects are modified in the Store.
abstract  void MdObjectStore.MdObjectsModified(MdEvent e, java.util.List items)
          We pass this event on to our listener.
abstract  void MdStoreListener.MdObjectsRemoved(MdEvent e, java.util.List items)
          Event generated when objects are removed to the Store's hashmap.
abstract  void MdServerStore.MdObjectsRemoved(MdEvent e, java.util.List items)
          Event generated when objects are removed to the Store's Map.
abstract  void MdObjectStore.MdObjectsRemoved(MdEvent e, java.util.List ids)
          NOT IMPLEMENTED
abstract  void MdStoreIDChangeListener.MdStoreIDChange(MdEvent e, java.util.List itemsOld, java.util.List itemsNew)
          Event generated when object ids are changed to the Store's hashmap.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.