Interface EventProviderMBean
-
public interface EventProviderMBeanThe EventProvider model specifies the eventTypes attribute, which must be implemented by all managed objects that emit events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]geteventTypes()A list of the types of events the managed object emits.
-