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.
 
Methods inherited from interface com.bea.wlevs.management.WebLogicMBean
getName, getObjectName, getType
 

Field Detail

MBEAN_TYPE

public static final java.lang.String MBEAN_TYPE
This MBean is registered using the following MBEAN_TYPE.
Method Detail

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.