Uses of Class
com.sas.metadata.remote.MdEvent
Packages that use MdEvent
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of MdEvent in com.sas.metadata.remote
Methods in com.sas.metadata.remote with parameters of type MdEventModifier and TypeMethodDescriptionvoidMdFactory.fireMdObjectCreated(MdEvent e, String id) Deprecated.voidMdFactory.fireMdObjectDeleted(MdEvent e, String id) Deprecated.voidMdObjectBaseUtil.fireMdObjectModified(MdEvent e) Used to notify all the listeners in the listner list of changes in the metadata object.voidMdObjectStoreImpl.fireMdObjectModified(MdEvent e) Used to notify all the listeners in the listner list of modifications to the object.voidMdServerStoreImpl.fireMdObjectModified(MdEvent e) Used to notify all the listeners in the listner list of modifications to the object.voidMdObjectStoreImpl.fireMdObjectsAdded(MdEvent e, List ids) Used to notify all the listeners in the listner list of modifications to the object.voidMdServerStoreImpl.fireMdObjectsAdded(MdEvent e, List ids) Used to notify all the listeners in the listner list of modifications to the object.voidMdStore.fireMdObjectsAdded(MdEvent e, List ids) Used to notify all the listeners in the listner list of modifications to the object.voidMdFactory.fireMdObjectsCreated(MdEvent e, List<String> id) Deprecated.voidMdFactoryImpl.fireMdObjectsCreated(MdEvent e, List<String> id) Deprecated.voidMdObjectStoreImpl.fireMdObjectsModified(MdEvent e, List items) Used to notify all the listeners in the listner list of modifications to the object.voidMdServerStoreImpl.fireMdObjectsModified(MdEvent e, List items) Used to notify all the listeners in the listner list of modifications to the object.voidMdStore.fireMdObjectsModified(MdEvent e, List items) Used to notify all the listeners in the listner list of modifications to the object.voidMdObjectStoreImpl.fireMdObjectsRemoved(MdEvent e, List ids) Used to notify all the listeners in the listner list of modifications to the object.voidMdServerStoreImpl.fireMdObjectsRemoved(MdEvent e, List ids) Used to notify all the listeners in the listner list of modifications to the object.voidMdStore.fireMdObjectsRemoved(MdEvent e, List ids) Used to notify all the listeners in the listner list of modifications to the object.voidMdObjectStoreImpl.fireMdStoreIDChange(MdEvent e, List idsOld, List idsNew) Used to notify MdStoreIDChangeListeners, a subclass of MdStoreListeners, of the ids that have changed in the Map.voidMdServerStoreImpl.fireMdStoreIDChange(MdEvent e, List idsOld, List idsNew) Used to notify MdStoreIDChangeListeners, a subclass of MdStoreListeners, of the ids that have changed in the Map.voidMdObjectFactoryListener.MdObjectCreated(MdEvent e, String id) The object created event is sent when a new object has been created.voidMdObjectFactoryListener.MdObjectDeleted(MdEvent e, String id) The object deleted event is sent when an object has been deleted on the server.voidMdObjectListener.MdObjectModified(MdEvent e) Sends the event upon modification of an object.voidMdObjectStoreImpl.MdObjectModified(MdEvent e) NOT IMPLEMENTEDvoidMdServerStoreImpl.MdObjectModified(MdEvent e) Called when a single object has changed.voidMdObjectStore.MdObjectsAdded(MdEvent e, List ids) NOT IMPLEMENTEDvoidMdObjectStoreImpl.MdObjectsAdded(MdEvent e, List ids) NOT IMPLEMENTEDvoidMdServerStore.MdObjectsAdded(MdEvent e, List items) Event generated when objects are added to the Store's Map.voidMdServerStoreImpl.MdObjectsAdded(MdEvent e, List items) Event generated when objects are added to the Store's Map.voidMdStoreListener.MdObjectsAdded(MdEvent e, List items) Event generated when objects are added to the Store's hashmap.voidMdObjectFactoryListener.MdObjectsCreated(MdEvent e, List<String> ids) The objects created event is sent when new objects have been created.voidMdObjectStore.MdObjectsModified(MdEvent e, List items) We pass this event on to our listener.voidMdObjectStoreImpl.MdObjectsModified(MdEvent e, List items) We pass this event on to our listener.voidMdServerStore.MdObjectsModified(MdEvent e, List items) Event generated when objects are modified in the Store.voidMdServerStoreImpl.MdObjectsModified(MdEvent e, List items) Event generated when objects are modified in the Store.voidMdStoreListener.MdObjectsModified(MdEvent e, List items) Event generated when objects are modified in the Store.voidMdObjectStore.MdObjectsRemoved(MdEvent e, List ids) NOT IMPLEMENTEDvoidMdObjectStoreImpl.MdObjectsRemoved(MdEvent e, List ids) NOT IMPLEMENTEDvoidMdServerStore.MdObjectsRemoved(MdEvent e, List items) Event generated when objects are removed to the Store's Map.voidMdServerStoreImpl.MdObjectsRemoved(MdEvent e, List items) Event generated when objects are removed to the Store's Map.voidMdStoreListener.MdObjectsRemoved(MdEvent e, List items) Event generated when objects are removed to the Store's hashmap.voidMdStoreIDChangeListener.MdStoreIDChange(MdEvent e, List itemsOld, List itemsNew) Event generated when object ids are changed to the Store's hashmap. -
Uses of MdEvent in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl with parameters of type MdEventModifier and TypeMethodDescriptionvoidMdObjectBaseUtilImpl.fireMdObjectModified(MdEvent e) Used to notify all the listeners in the listner list of changes in the metadata object.
MdFactory.fireMdObjectsCreated(MdFactoryEvent)