Package | Description |
---|---|
org.omg.CosNaming.NamingContextPackage |
Modifier and Type | Field and Description |
---|---|
static NotFoundReason |
NotFoundReason.missing_node |
static NotFoundReason |
NotFoundReason.not_context |
static NotFoundReason |
NotFoundReason.not_object |
NotFoundReason |
NotFoundReasonHolder.value |
NotFoundReason |
NotFound.why |
Modifier and Type | Method and Description |
---|---|
static NotFoundReason |
NotFoundReasonHelper.extract(Any any) |
static NotFoundReason |
NotFoundReason.from_int(int value) |
static NotFoundReason |
NotFoundReasonHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
NotFoundReasonHelper.insert(Any any,
NotFoundReason s) |
static void |
NotFoundReasonHelper.write(OutputStream out,
NotFoundReason s) |
Constructor and Description |
---|
NotFound(NotFoundReason why,
NameComponent[] rest_of_name) |
NotFound(String _reason,
NotFoundReason why,
NameComponent[] rest_of_name) |
NotFoundReasonHolder(NotFoundReason initial) |
Copyright © 2013. All Rights Reserved.