Oracle Corporation

Uses of Class
com.bea.wlcp.wlng.api.edr.filter.EdrFilter

Packages that use EdrFilter
com.bea.wlcp.wlng.api.edr.filter   
com.bea.wlcp.wlng.api.edr.jms   
 

Uses of EdrFilter in com.bea.wlcp.wlng.api.edr.filter
 

Methods in com.bea.wlcp.wlng.api.edr.filter that return EdrFilter
static EdrFilter EdrFilterFactory.createDefaultFilterForEdr()
          Returns a new instance of a EDR filter for "pure" Edrs.
static EdrFilter EdrFilterFactory.createDefaultFilterForAlarm()
          Returns a new instance of a EDR filter for "alarms" Edrs.
static EdrFilter EdrFilterFactory.createDefaultFilterForCdr()
          Returns a new instance of a EDR filter for "cdrs" Edrs.
 

Uses of EdrFilter in com.bea.wlcp.wlng.api.edr.jms
 

Methods in com.bea.wlcp.wlng.api.edr.jms with parameters of type EdrFilter
 void JMSListener.register(String url, EdrFilter filter)
          Registers the JMS listener to the EDR topic.
 void JMSListener.register(String url, JMSListener.TYPE type, EdrFilter filter)
          Registers the JMS listener to the EDR topic.
 void JMSListener.register(Context context, JMSListener.TYPE type, EdrFilter filter)
          Registers the JMS listener to the EDR topic.
 


Oracle Corporation