com.centrasite.control.common
Class RegistryNameComparator

java.lang.Object
  extended by com.centrasite.control.common.RegistryNameComparator
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<javax.xml.registry.infomodel.RegistryObject>

public class RegistryNameComparator
extends java.lang.Object
implements java.util.Comparator<javax.xml.registry.infomodel.RegistryObject>, java.io.Serializable

RegistryNameComparator.java

See Also:
Serialized Form

Constructor Summary
RegistryNameComparator(java.util.Locale locale)
           
 
Method Summary
 int compare(javax.xml.registry.infomodel.RegistryObject ro1, javax.xml.registry.infomodel.RegistryObject ro2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

RegistryNameComparator

public RegistryNameComparator(java.util.Locale locale)
Method Detail

compare

public int compare(javax.xml.registry.infomodel.RegistryObject ro1,
                   javax.xml.registry.infomodel.RegistryObject ro2)
Specified by:
compare in interface java.util.Comparator<javax.xml.registry.infomodel.RegistryObject>