|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Ordered
A base interface for that defines the ordering contract and comparator.
Things with a lower order are processed first
| Nested Class Summary | |
|---|---|
static class |
Ordered.OrderedComparator
The comparator for relative ordering |
| Field Summary | |
|---|---|
static Comparator<Ordered> |
COMPARATOR
The comparator for relative ordering of deployers |
| Method Summary | |
|---|---|
int |
getRelativeOrder()
Get the relative order |
void |
setRelativeOrder(int order)
Set the relative order. |
| Field Detail |
|---|
static final Comparator<Ordered> COMPARATOR
| Method Detail |
|---|
int getRelativeOrder()
void setRelativeOrder(int order)
order - the order
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||