org.omg.CosNaming.NamingContextPackage
public class NotFoundReason extends Object implements IDLEntity
Field Summary | |
---|---|
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. |
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. |
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. |
Throws: BAD_PARAM for unsupported code.