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.eventinspector.management
Class EventInspectorManager.InspectorInfo

java.lang.Object
  |
  +--com.bea.wlevs.eventinspector.management.EventInspectorManager.InspectorInfo

public class EventInspectorManager.InspectorInfo
extends java.lang.Object

Constructor Summary
EventInspectorManager.InspectorInfo(java.lang.String channelName, com.bea.wlevs.ede.spi.SendEventInterceptor interceptor)
           
EventInspectorManager.InspectorInfo(java.lang.String channelName, com.bea.wlevs.ede.spi.SendEventInterceptor interceptor, java.util.HashSet eventTypeList)
           
EventInspectorManager.InspectorInfo(java.lang.String channelName, com.bea.wlevs.ede.spi.SendEventInterceptor interceptor, java.util.HashSet eventTypeList, boolean status)
           

 

Method Summary
 void addEventType(java.lang.String[] eventTypes)
           
 java.lang.String getChannelName()
           
 java.util.HashSet getEventTypeList()
           
 com.bea.wlevs.ede.spi.SendEventInterceptor getInterceptor()
           
 boolean getStatus()
           
 void setStatus(boolean status)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EventInspectorManager.InspectorInfo

public EventInspectorManager.InspectorInfo(java.lang.String channelName,
                                           com.bea.wlevs.ede.spi.SendEventInterceptor interceptor)

EventInspectorManager.InspectorInfo

public EventInspectorManager.InspectorInfo(java.lang.String channelName,
                                           com.bea.wlevs.ede.spi.SendEventInterceptor interceptor,
                                           java.util.HashSet eventTypeList)

EventInspectorManager.InspectorInfo

public EventInspectorManager.InspectorInfo(java.lang.String channelName,
                                           com.bea.wlevs.ede.spi.SendEventInterceptor interceptor,
                                           java.util.HashSet eventTypeList,
                                           boolean status)

Method Detail

addEventType

public void addEventType(java.lang.String[] eventTypes)

setStatus

public void setStatus(boolean status)

getInterceptor

public com.bea.wlevs.ede.spi.SendEventInterceptor getInterceptor()

getStatus

public boolean getStatus()

getChannelName

public java.lang.String getChannelName()

getEventTypeList

public java.util.HashSet getEventTypeList()

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