com.bea.wlevs.processor.epl.management
Interface EventTypeRepositoryMBean
- public interface EventTypeRepositoryMBean
- extends WebLogicMBean
|
Field Summary
|
static java.lang.String |
MBEAN_TYPE
This MBean is registered using the following MBEAN_TYPE. |
|
Method Summary
|
java.lang.String[] |
getEventTypes()
This method returns a list of all event type names. |
java.util.Map |
lookupEventType(java.lang.String eventTypeName)
This method returns a map of event type property name and event
type property type. |
MBEAN_TYPE
public static final java.lang.String MBEAN_TYPE
- This MBean is registered using the following MBEAN_TYPE.
getEventTypes
public java.lang.String[] getEventTypes()
- This method returns a list of all event type names.
- Returns:
- String - event type names
lookupEventType
public java.util.Map lookupEventType(java.lang.String eventTypeName)
- This method returns a map of event type property name and event
type property type.
- Parameters:
eventTypeName - - Returns:
-
Copyright © 2007 BEA Systems All Rights Reserved.