com.ibm.ws.container.service.metadata

Uses of Interface MetaDataEvent

Packages that use MetaDataEvent

Package Description
com.ibm.ws.container.service.metadata

Uses of MetaDataEvent in com.ibm.ws.container.service.metadata

Modifier and Type Method and Description
  1. void
ApplicationMetaDataListener.applicationMetaDataCreated(MetaDataEvent<ApplicationMetaData> event)
Notification that the metadata for an application has been created.
  1. void
ApplicationMetaDataListener.applicationMetaDataDestroyed(MetaDataEvent<ApplicationMetaData> event)
Notification that the metadata for an application has been destroyed.
  1. void
ComponentMetaDataListener.componentMetaDataCreated(MetaDataEvent<ComponentMetaData> event)
Notification that the component for a module has been created.
  1. void
ComponentMetaDataListener.componentMetaDataDestroyed(MetaDataEvent<ComponentMetaData> event)
Notification that the metadata for a component has been destroyed.
  1. static
  2. boolean
MetaDataUtils.copyModuleMetaDataSlot(MetaDataEvent<ModuleMetaData> event,MetaDataSlot slot)
Copy slot data from a primary module metadata to a nested module metadata.
  1. void
MethodMetaDataListener.methodMetaDataCreated(MetaDataEvent<MethodMetaData> event)
Notification that the metadata for a method has been created.
  1. void
MethodMetaDataListener.methodMetaDataDestroyed(MetaDataEvent<MethodMetaData> event)
Notification that the metadata for a method has been destroyed.
  1. void
ModuleMetaDataListener.moduleMetaDataCreated(MetaDataEvent<ModuleMetaData> event)
Notification that the metadata for a module has been created.
  1. void
ModuleMetaDataListener.moduleMetaDataDestroyed(MetaDataEvent<ModuleMetaData> event)
Notification that the metadata for a module has been destroyed.