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.EventObjectThe interface for meta data events.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected com.ibm.ws.runtime.deploy.DeployedObjectdeployedObj
-
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.DeployedObjectgetDeployedObject()Gets the deployed object associated with the event.MetaDatagetMetaData()Gets the meta data object associated with the event.
-
-
-
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.
-
-