|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.bea.wlcp.wlng.api.edr.filter.EdrFilterFactory
This class creates the default filters for edrs, alarms, cdrs, etc. The configuration files for these filters are located in the nt ear file.
| Field Summary | |
static String |
FILTER_ALARM
|
static String |
FILTER_CDR
|
static String |
FILTER_EDR
Available filters type |
| Constructor Summary | |
EdrFilterFactory()
|
|
| Method Summary | |
static EdrFilter |
createDefaultFilterForAlarm()
Returns a new instance of a EDR filter for "alarms" Edrs. |
static EdrFilter |
createDefaultFilterForCdr()
Returns a new instance of a EDR filter for "cdrs" Edrs. |
static EdrFilter |
createDefaultFilterForEdr()
Returns a new instance of a EDR filter for "pure" Edrs. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String FILTER_ALARM
public static final String FILTER_CDR
public static final String FILTER_EDR
| Constructor Detail |
public EdrFilterFactory()
| Method Detail |
public static EdrFilter createDefaultFilterForAlarm()
throws Exception
Exception
public static EdrFilter createDefaultFilterForCdr()
throws Exception
Exception
public static EdrFilter createDefaultFilterForEdr()
throws Exception
Exception
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||