Uses of Interface
com.sas.metadata.remote.MdObjectListener
Packages that use MdObjectListener
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 MdObjectListener in com.sas.metadata.remote
Subinterfaces of MdObjectListener in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceThis a store of objects for a view's interaction.interfaceThis is the Main store of objects (Cache) for interactions with the server.Methods in com.sas.metadata.remote with parameters of type MdObjectListenerModifier and TypeMethodDescriptionvoidMdFactory.addMdObjectListener(MdObjectListener l) Used to add an object to the list of listeners for changes in the Metadata MapvoidMdFactoryImpl.addMdObjectListener(MdObjectListener l) Used to add an object to the list of listeners for changes in the Metadata MapvoidMdObjectBaseUtil.addMdObjectListener(MdObjectListener l) Used to add an object to the list of listeners for changes in the Metadata Object.voidMdObjectStore.addMdObjectListener(MdObjectListener l) Used to add an object to the list of listeners for changes in the Metadata MapvoidMdObjectStoreImpl.addMdObjectListener(MdObjectListener l) Used to add an object to the list of listeners for changes in the Metadata MapvoidMdServerStore.addMdObjectListener(MdObjectListener l) Used to add an object to the list of listeners for changes in the Metadata MapvoidMdServerStoreImpl.addMdObjectListener(MdObjectListener l) Used to add an object to the list of listeners for changes in the Metadata MapvoidMdFactory.removeMdObjectListener(MdObjectListener l) Used to remove an object from the list of listeners for changes in the Metadata MapvoidMdFactoryImpl.removeMdObjectListener(MdObjectListener l) Used to remove an object from the list of listeners for changes in the Metadata MapvoidMdObjectBaseUtil.removeMdObjectListener(MdObjectListener l) Used to remove an object from the list of listeners for changes in the Metadata Object.voidMdObjectStore.removeMdObjectListener(MdObjectListener l) Used to remove an object from the list of listeners for changes in the Metadata MapvoidMdObjectStoreImpl.removeMdObjectListener(MdObjectListener l) Used to remove an object from the list of listeners for changes in the Metadata MapvoidMdServerStore.removeMdObjectListener(MdObjectListener l) Used to remove an object from the list of listeners for changes in the Metadata MapvoidMdServerStoreImpl.removeMdObjectListener(MdObjectListener l) Used to remove an object from the list of listeners for changes in the Metadata Map -
Uses of MdObjectListener in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl with parameters of type MdObjectListenerModifier and TypeMethodDescriptionvoidMdObjectBaseUtilImpl.addMdObjectListener(MdObjectListener l) Used to add an object to the list of listeners for changes in the Metadata Object.voidMdObjectBaseUtilImpl.removeMdObjectListener(MdObjectListener l) Used to remove an object from the list of listeners for changes in the Metadata Object.