Uses of Class
org.omg.CosNaming.NamingContextPackage.NotFoundReason
Packages that use NotFoundReason
-
Uses of NotFoundReason in org.omg.CosNaming.NamingContextPackage
Fields in org.omg.CosNaming.NamingContextPackage declared as NotFoundReasonModifier and TypeFieldDescriptionprivate static NotFoundReason[]
NotFoundReason.__array
static final NotFoundReason
NotFoundReason.missing_node
static final NotFoundReason
NotFoundReason.not_context
static final NotFoundReason
NotFoundReason.not_object
NotFoundReasonHolder.value
NotFound.why
Methods in org.omg.CosNaming.NamingContextPackage that return NotFoundReasonModifier and TypeMethodDescriptionstatic NotFoundReason
static NotFoundReason
NotFoundReason.from_int
(int value) static NotFoundReason
NotFoundReasonHelper.read
(InputStream istream) Methods in org.omg.CosNaming.NamingContextPackage with parameters of type NotFoundReasonModifier and TypeMethodDescriptionstatic void
NotFoundReasonHelper.insert
(Any a, NotFoundReason that) static void
NotFoundReasonHelper.write
(OutputStream ostream, NotFoundReason value) Constructors in org.omg.CosNaming.NamingContextPackage with parameters of type NotFoundReasonModifierConstructorDescriptionNotFound
(String $reason, NotFoundReason _why, NameComponent[] _rest_of_name) NotFound
(NotFoundReason _why, NameComponent[] _rest_of_name) NotFoundReasonHolder
(NotFoundReason initialValue)