com.ibm.ws.runtime.metadata

Class MetaDataEvent

  • java.lang.Object
    • java.util.EventObject
      • com.ibm.ws.runtime.metadata.MetaDataEvent
  • All Implemented Interfaces:
    java.io.Serializable


    public class MetaDataEvent
    extends java.util.EventObject
    The interface for meta data events.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected com.ibm.ws.runtime.deploy.DeployedObject deployedObj 
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor and Description
      MetaDataEvent(MetaData mdo, com.ibm.ws.runtime.deploy.DeployedObject dobj) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      com.ibm.ws.runtime.deploy.DeployedObject getDeployedObject()
      Gets the deployed object associated with the event.
      MetaData getMetaData()
      Gets the meta data object associated with the event.
      java.lang.String toString() 
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • deployedObj

        protected com.ibm.ws.runtime.deploy.DeployedObject deployedObj
    • Constructor Detail

      • MetaDataEvent

        public MetaDataEvent(MetaData mdo,
                     com.ibm.ws.runtime.deploy.DeployedObject dobj)
    • Method Detail

      • getMetaData

        public MetaData getMetaData()
        Gets the meta data object associated with the event.
      • getDeployedObject

        public com.ibm.ws.runtime.deploy.DeployedObject getDeployedObject()
        Gets the deployed object associated with the event.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject
        Returns:
        A String representation of this MetaDataEventObject.
        Since:
        RTC195772
IBM WebSphere Application ServerTM
Release 9.0