Uses of Class
org.omg.CosNaming.NamingContextPackage.NotFoundReason
-
Packages that use NotFoundReason Package Description org.omg.CosNaming.NamingContextPackage This package contains Exception classes for theorg.omg.CosNaming
package. -
-
Uses of NotFoundReason in org.omg.CosNaming.NamingContextPackage
Fields in org.omg.CosNaming.NamingContextPackage declared as NotFoundReason Modifier and Type Field Description static NotFoundReason
NotFoundReason. missing_node
static NotFoundReason
NotFoundReason. not_context
static NotFoundReason
NotFoundReason. not_object
NotFoundReason
NotFoundReasonHolder. value
NotFoundReason
NotFound. why
Methods in org.omg.CosNaming.NamingContextPackage that return NotFoundReason Modifier and Type Method Description static NotFoundReason
NotFoundReasonHelper. extract(Any a)
static NotFoundReason
NotFoundReason. from_int(int value)
static NotFoundReason
NotFoundReasonHelper. read(InputStream istream)
Methods in org.omg.CosNaming.NamingContextPackage with parameters of type NotFoundReason Modifier and Type Method Description static 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 NotFoundReason Constructor Description NotFound(String $reason, NotFoundReason _why, NameComponent[] _rest_of_name)
NotFound(NotFoundReason _why, NameComponent[] _rest_of_name)
NotFoundReasonHolder(NotFoundReason initialValue)
-