Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.tools.sessionconsole
Class ClassInfoCompare

java.lang.Object
  |
  +--oracle.toplink.tools.sessionconsole.ClassInfoCompare
All Implemented Interfaces:
oracle.toplink.internal.helper.TOPComparison

public class ClassInfoCompare
extends java.lang.Object
implements oracle.toplink.internal.helper.TOPComparison

Use to sort vectors of descriptors.


Constructor Summary
ClassInfoCompare()
           

 

Method Summary
 int compare(java.lang.Object arg1, java.lang.Object arg2)
           
 int doCompare(java.lang.Object arg1, java.lang.Object arg2)
           

 

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

 

Constructor Detail

ClassInfoCompare

public ClassInfoCompare()
Method Detail

compare

public int compare(java.lang.Object arg1,
                   java.lang.Object arg2)
Specified by:
compare in interface oracle.toplink.internal.helper.TOPComparison

doCompare

public int doCompare(java.lang.Object arg1,
                     java.lang.Object arg2)

Copyright © 2003 Oracle Corporation. All Rights Reserved.