Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.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)
                              throws javax.management.OperationsException
This method returns a map of event type property name and event type property type.
Parameters:
eventTypeName -  
Returns:
 
Throws:
javax.management.OperationsException - if the event type does not exist or if the eventTypeName passed in is null or empty string.

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD