|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.exception.NoAvailableDnException.Reason
public static class NoAvailableDnException.Reason
Constants for the reasons why no Dn is
available.
| Field Summary | |
|---|---|
static NoAvailableDnException.Reason |
ABSENT
There is no Dn of the given type configured on
this Place. |
static int |
ABSENT_
There is no Dn of the given type configured on
this Place. |
static NoAvailableDnException.Reason |
BUSY
All the Dn of the given type on this
Place are busy. |
static int |
BUSY_
All the Dn of the given type on this
Place are busy. |
static int |
MAX
The number of defined constants, also the next usable value for the possible constants. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static NoAvailableDnException.Reason |
getReason(int value)
Returns the Reason for this value. |
static int |
max()
The number of defined constants, also the next usable value for the possible constants. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ABSENT_
Dn of the given type configured on
this Place.
public static final NoAvailableDnException.Reason ABSENT
Dn of the given type configured on
this Place.
public static final int BUSY_
Dn of the given type on this
Place are busy.
public static final NoAvailableDnException.Reason BUSY
Dn of the given type on this
Place are busy.
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final NoAvailableDnException.Reason getReason(int value)
Reason for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||