org.apache.qpid.server.security.access.config
Class Action.Specificity

java.lang.Object
  extended by org.apache.qpid.server.security.access.config.Action.Specificity
All Implemented Interfaces:
Comparator<Action>
Enclosing class:
Action

public class Action.Specificity
extends Object
implements Comparator<Action>

An ordering based on specificity

See Also:
Comparator.compare(Object, Object)

Constructor Summary
Action.Specificity()
           
 
Method Summary
 int compare(Action a, Action b)
           
 
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

Action.Specificity

public Action.Specificity()
Method Detail

compare

public int compare(Action a,
                   Action b)
Specified by:
compare in interface Comparator<Action>


Licensed to the Apache Software Foundation