Oracle Application Server Wireless Java API Reference
B14043-01


oracle.edge.filter
Class AbstractFilter

java.lang.Object
  extended byAbstractEdgeExtensionImpl
      extended byoracle.edge.filter.AbstractFilter

All Implemented Interfaces:
EdgeExtension, Filter

public abstract class AbstractFilter
extends AbstractEdgeExtensionImpl
implements Filter

Base filter to provide basic name and constructor.

See Also:
Serialized Form

Field Summary

Fields inherited from interface oracle.edge.common.EdgeExtension
DEVICE_DRIVER_TYPE, DISPATCHER_TYPE, FILTER_TYPE

Constructor Summary
AbstractFilter()

Method Summary
boolean isMonitored()
Check if this filter is being monitored or not.
void setMonitored(boolean IsMonitored)
Set this filter to be monitored or not.

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

Methods inherited from interface oracle.edge.filter.Filter
filterDeviceGroupEvents, postFilterDeviceEvents, preFilterDeviceEvents

Methods inherited from interface oracle.edge.common.EdgeExtension
destroy, getDescription, getName, getVersion, init, start, stop

Constructor Detail

AbstractFilter

public AbstractFilter()

Method Detail

isMonitored

public boolean isMonitored()
Check if this filter is being monitored or not. If this filter is monitored, DriverManager will generate a filter monitoring event that reflects filter performance factors such as event count reduction etc. <p/>
Specified by:
isMonitored in interface Filter
Returns:
whether this filter is being monitored or not

setMonitored

public void setMonitored(boolean IsMonitored)
Set this filter to be monitored or not. If this filter is monitored, DriverManager will generate a filter monitoring event that reflects filter performance factors such as event count reduction etc. <p/>
Parameters:
IsMonitored - whether this filter is to be monitored or not

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.