AdventNet Web NMS 4 API Specification

com.adventnet.nms.server
Class FilterObject

java.lang.Object
  |
  +--com.adventnet.nms.server.FilterObject
All Implemented Interfaces:
java.io.Serializable

public class FilterObject
extends java.lang.Object
implements java.io.Serializable

Utility class which is used for setting filters easily.

See Also:
Serialized Form

Field Summary
 FilterAction[] actions
          The array of filter actions for this filter.
 java.util.Properties criteria
          The properties of the filter.
 java.lang.String filtername
          The name of the filter.
 
Constructor Summary
FilterObject()
           
 
Method Summary
 java.util.Vector getActionsVector()
          Method to return the array of actions of this filter as a vector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filtername

public java.lang.String filtername
The name of the filter.

criteria

public java.util.Properties criteria
The properties of the filter.
See Also:
EventFilter, AlertFilter

actions

public FilterAction[] actions
The array of filter actions for this filter.
See Also:
FilterAction
Constructor Detail

FilterObject

public FilterObject()
Method Detail

getActionsVector

public java.util.Vector getActionsVector()
Method to return the array of actions of this filter as a vector.
Returns:
Vector object of actions of this filter.

AdventNet Web NMS 4 API Specification