|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNaming.NamingContextPackage.NotFoundReason
public class NotFoundReason
Represents the reason (explanation), why the binding cannot be found.
Field Summary | |
---|---|
static int |
_missing_node
The code for reason, when the node is missing. |
static int |
_not_context
The code for reason, when the binding type is object when it should be a context. |
static int |
_not_object
The code for reason, when the binding type is context when it should be an object. |
static NotFoundReason |
missing_node
The reason, when the node is missing. |
static NotFoundReason |
not_context
The reason, when the binding type is object when it should be a context. |
static NotFoundReason |
not_object
The reason, when the binding type is context when it should be and object. |
Constructor Summary | |
---|---|
protected |
NotFoundReason(int a_value)
|
Method Summary | |
---|---|
static NotFoundReason |
from_int(int value)
Get the reason object from the reason code. |
int |
value()
Get the reason code for this reason of not finding. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int _missing_node
public static final int _not_context
public static final int _not_object
public static final NotFoundReason missing_node
public static final NotFoundReason not_context
public static final NotFoundReason not_object
Constructor Detail |
---|
protected NotFoundReason(int a_value)
Method Detail |
---|
public static NotFoundReason from_int(int value)
BAD_PARAM
- for unsupported code.public int value()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |