|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.admingui.plugin.IntegrationPointComparator
public class IntegrationPointComparator
This class compares two IntegrationPoint Objects. See
compare(org.glassfish.admingui.connector.IntegrationPoint, org.glassfish.admingui.connector.IntegrationPoint) for more details.
| Constructor Summary | |
|---|---|
protected |
IntegrationPointComparator()
Protected constructor. |
| Method Summary | |
|---|---|
int |
compare(IntegrationPoint ip1,
IntegrationPoint ip2)
This method compares two IntegrationPoints. |
static IntegrationPointComparator |
getInstance()
Accessor for this Comparator. |
| 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 |
|---|
protected IntegrationPointComparator()
Protected constructor. Use getInstance() instead.
| Method Detail |
|---|
public static IntegrationPointComparator getInstance()
Accessor for this Comparator.
public int compare(IntegrationPoint ip1,
IntegrationPoint ip2)
This method compares two IntegrationPoints. It will first
check the parentId, then the priority if
the parentIds are equal. If the priorities happen to
be equal as well, it will compare the ids.
compare in interface Comparator<IntegrationPoint>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||