com.ibm.adt.topology.comparator
Class ObjectMatchFilter

java.lang.Object
  extended by com.ibm.adt.topology.comparator.ComparatorFilter
      extended by com.ibm.adt.topology.comparator.ObjectMatchFilter

public final class ObjectMatchFilter
extends ComparatorFilter

The ObjectMatchFilter tells the comparator to match objects of the specified type using the specified propertyKey rather than the name.


Constructor Summary
ObjectMatchFilter(java.lang.String objectType, java.lang.String propertyKey)
          Creates a new ObjectMatchFilter usaing the specified objectType and propertyKey.
 
Method Summary
 
Methods inherited from class com.ibm.adt.topology.comparator.ComparatorFilter
equals, getContext, getDescription, getQualifiers, getType, hashCode, setContext, setDescription, setQualifiers, setType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectMatchFilter

public ObjectMatchFilter(java.lang.String objectType,
                         java.lang.String propertyKey)
Creates a new ObjectMatchFilter usaing the specified objectType and propertyKey.

Parameters:
objectType - the object type
propertyKey - the propertyKey to match values on


© Copyright 2006 IBM Corp. 2006 All Rights Reserved