Interface EventProviderMBean
public interface EventProviderMBean
The EventProvider model specifies the eventTypes attribute, which must be
 implemented by all managed objects that emit events.
- 
Method SummaryModifier and TypeMethodDescriptionString[]A list of the types of events the managed object emits.
- 
Method Details- 
geteventTypesString[] geteventTypes()A list of the types of events the managed object emits. The contents of the list are type strings.
 
-