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 MdEvent
    Modifier and Type
    Method
    Description
    void
    MdFactory.fireMdObjectCreated(MdEvent e, String id)
    void
    MdFactory.fireMdObjectDeleted(MdEvent e, String id)
    void
    MdObjectBaseUtil.fireMdObjectModified(MdEvent e)
    Used to notify all the listeners in the listner list of changes in the metadata object.
    void
    MdObjectStoreImpl.fireMdObjectModified(MdEvent e)
    Used to notify all the listeners in the listner list of modifications to the object.
    void
    MdServerStoreImpl.fireMdObjectModified(MdEvent e)
    Used to notify all the listeners in the listner list of modifications to the object.
    void
    MdObjectStoreImpl.fireMdObjectsAdded(MdEvent e, List ids)
    Used to notify all the listeners in the listner list of modifications to the object.
    void
    MdServerStoreImpl.fireMdObjectsAdded(MdEvent e, List ids)
    Used to notify all the listeners in the listner list of modifications to the object.
    void
    MdStore.fireMdObjectsAdded(MdEvent e, List ids)
    Used to notify all the listeners in the listner list of modifications to the object.
    void
    MdFactory.fireMdObjectsCreated(MdEvent e, List<String> id)
    void
    MdFactoryImpl.fireMdObjectsCreated(MdEvent e, List<String> id)
    void
    MdObjectStoreImpl.fireMdObjectsModified(MdEvent e, List items)
    Used to notify all the listeners in the listner list of modifications to the object.
    void
    MdServerStoreImpl.fireMdObjectsModified(MdEvent e, List items)
    Used to notify all the listeners in the listner list of modifications to the object.
    void
    MdStore.fireMdObjectsModified(MdEvent e, List items)
    Used to notify all the listeners in the listner list of modifications to the object.
    void
    MdObjectStoreImpl.fireMdObjectsRemoved(MdEvent e, List ids)
    Used to notify all the listeners in the listner list of modifications to the object.
    void
    MdServerStoreImpl.fireMdObjectsRemoved(MdEvent e, List ids)
    Used to notify all the listeners in the listner list of modifications to the object.
    void
    MdStore.fireMdObjectsRemoved(MdEvent e, List ids)
    Used to notify all the listeners in the listner list of modifications to the object.
    void
    MdObjectStoreImpl.fireMdStoreIDChange(MdEvent e, List idsOld, List idsNew)
    Used to notify MdStoreIDChangeListeners, a subclass of MdStoreListeners, of the ids that have changed in the Map.
    void
    MdServerStoreImpl.fireMdStoreIDChange(MdEvent e, List idsOld, List idsNew)
    Used to notify MdStoreIDChangeListeners, a subclass of MdStoreListeners, of the ids that have changed in the Map.
    void
    MdObjectFactoryListener.MdObjectCreated(MdEvent e, String id)
    The object created event is sent when a new object has been created.
    void
    MdObjectFactoryListener.MdObjectDeleted(MdEvent e, String id)
    The object deleted event is sent when an object has been deleted on the server.
    void
    MdObjectListener.MdObjectModified(MdEvent e)
    Sends the event upon modification of an object.
    void
    MdObjectStoreImpl.MdObjectModified(MdEvent e)
    NOT IMPLEMENTED
    void
    MdServerStoreImpl.MdObjectModified(MdEvent e)
    Called when a single object has changed.
    void
    MdObjectStore.MdObjectsAdded(MdEvent e, List ids)
    NOT IMPLEMENTED
    void
    MdObjectStoreImpl.MdObjectsAdded(MdEvent e, List ids)
    NOT IMPLEMENTED
    void
    MdServerStore.MdObjectsAdded(MdEvent e, List items)
    Event generated when objects are added to the Store's Map.
    void
    MdServerStoreImpl.MdObjectsAdded(MdEvent e, List items)
    Event generated when objects are added to the Store's Map.
    void
    MdStoreListener.MdObjectsAdded(MdEvent e, List items)
    Event generated when objects are added to the Store's hashmap.
    void
    MdObjectFactoryListener.MdObjectsCreated(MdEvent e, List<String> ids)
    The objects created event is sent when new objects have been created.
    void
    MdObjectStore.MdObjectsModified(MdEvent e, List items)
    We pass this event on to our listener.
    void
    MdObjectStoreImpl.MdObjectsModified(MdEvent e, List items)
    We pass this event on to our listener.
    void
    MdServerStore.MdObjectsModified(MdEvent e, List items)
    Event generated when objects are modified in the Store.
    void
    MdServerStoreImpl.MdObjectsModified(MdEvent e, List items)
    Event generated when objects are modified in the Store.
    void
    MdStoreListener.MdObjectsModified(MdEvent e, List items)
    Event generated when objects are modified in the Store.
    void
    MdObjectStore.MdObjectsRemoved(MdEvent e, List ids)
    NOT IMPLEMENTED
    void
    MdObjectStoreImpl.MdObjectsRemoved(MdEvent e, List ids)
    NOT IMPLEMENTED
    void
    MdServerStore.MdObjectsRemoved(MdEvent e, List items)
    Event generated when objects are removed to the Store's Map.
    void
    MdServerStoreImpl.MdObjectsRemoved(MdEvent e, List items)
    Event generated when objects are removed to the Store's Map.
    void
    MdStoreListener.MdObjectsRemoved(MdEvent e, List items)
    Event generated when objects are removed to the Store's hashmap.
    void
    MdStoreIDChangeListener.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 MdEvent
    Modifier and Type
    Method
    Description
    void
    MdObjectBaseUtilImpl.fireMdObjectModified(MdEvent e)
    Used to notify all the listeners in the listner list of changes in the metadata object.