|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dss.metadataManager.common.MetadataManagerAdapter
Basic implementation of the MetadataManagerListener interface. You can extend this class to implement your own MetadataManagerListener.
| Constructor Summary | |
MetadataManagerAdapter()Constructor. | |
| Method Summary | |
void |
addingConnection(MetadataManagerEvent evt)Responds to a request to add a connection to a MetadataManager. |
void |
attached(MetadataManagerEvent evt)Responds to the attaching of an analytic workspace. |
void |
attaching(MetadataManagerEvent evt)Responds to a request to attach an analytic workspace. |
void |
connectionAdded(MetadataManagerEvent evt)Responds to the addition of a connection to a MetadataManager. |
void |
connectionRemoved(MetadataManagerEvent evt)Responds to the removal of a connection from a MetadataManager. |
void |
detached(MetadataManagerEvent evt)Responds to the detaching of an analytic workspace. |
void |
detaching(MetadataManagerEvent evt)Responds to a request to detach an analytic workspace. |
void |
metadataModified(MetadataModifiedEvent evt)Responds to a change in the metadata. |
void |
metadataRefresh(MetadataManagerEvent evt)Responds to the refreshing of the metadata cache. |
void |
removingConnection(MetadataManagerEvent evt)Responds to a request to remove a connection from a MetadataManager. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MetadataManagerAdapter()
| Method Detail |
public void addingConnection(MetadataManagerEvent evt)
MetadataManager. This implementation does nothing. The object in the event that is passed is the Connection that has been removed.addingConnection in interface MetadataManagerListenerevt - Information about the connection operation.public void connectionAdded(MetadataManagerEvent evt)
MetadataManager. This implementation does nothing.connectionAdded in interface MetadataManagerListenerevt - Information about the connection operation.public void removingConnection(MetadataManagerEvent evt)
MetadataManager. The object in the event that is passed is the Connection that is being removed. This implementation does nothing.removingConnection in interface MetadataManagerListenerevt - Information about the removal operation.public void connectionRemoved(MetadataManagerEvent evt)
MetadataManager. This implementation does nothing. The object in the event that is passed is the Connection that has been removed. This implementation does nothing.connectionRemoved in interface MetadataManagerListenerevt - Information about the removal operation.public void attaching(MetadataManagerEvent evt)
PropertyBag for the attach operation. This implementation does nothing.attaching in interface MetadataManagerListenerevt - Information about the attach operation.PropertyBagpublic void attached(MetadataManagerEvent evt)
PropertyBag for the attach operation. This implementation does nothing.attached in interface MetadataManagerListenerevt - Information about the attach operation.PropertyBagpublic void detaching(MetadataManagerEvent evt)
PropertyBag for the detach operation. This implementation does nothing.detaching in interface MetadataManagerListenerevt - Information about the detach operation.PropertyBagpublic void detached(MetadataManagerEvent evt)
PropertyBag for the detach operation. This implementation does nothing.detached in interface MetadataManagerListenerevt - Information about the detach operation.PropertyBagpublic void metadataModified(MetadataModifiedEvent evt)
MDContentBag. The MDContentBag contains all of the MDObjects that have been modified. This implementation does nothing.metadataModified in interface MetadataManagerListenerevt - Information about the modified metadata.MDObjectpublic void metadataRefresh(MetadataManagerEvent evt)
null. This implementation does nothing.metadataRefresh in interface MetadataManagerListenerevt - Information about the modified metadata.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||