org.mule.api.transport
Class PropertyScope.ScopeComparator

java.lang.Object
  extended by org.mule.api.transport.PropertyScope.ScopeComparator
All Implemented Interfaces:
Serializable, Comparator
Enclosing class:
PropertyScope

public static class PropertyScope.ScopeComparator
extends Object
implements Comparator, Serializable

Used for comparing PropertyScope instances in a map. The PropertyScope.getOrder() property is used to determine the order in the map

See Also:
Serialized Form

Constructor Summary
PropertyScope.ScopeComparator()
           
 
Method Summary
 int compare(Object o, Object o1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

PropertyScope.ScopeComparator

public PropertyScope.ScopeComparator()
Method Detail

compare

public int compare(Object o,
                   Object o1)
Specified by:
compare in interface Comparator


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.