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.__arraystatic final NotFoundReasonNotFoundReason.missing_nodestatic final NotFoundReasonNotFoundReason.not_contextstatic final NotFoundReasonNotFoundReason.not_objectNotFoundReasonHolder.valueNotFound.whyMethods in org.omg.CosNaming.NamingContextPackage that return NotFoundReasonModifier and TypeMethodDescriptionstatic NotFoundReasonstatic NotFoundReasonNotFoundReason.from_int(int value) static NotFoundReasonNotFoundReasonHelper.read(InputStream istream) Methods in org.omg.CosNaming.NamingContextPackage with parameters of type NotFoundReasonModifier and TypeMethodDescriptionstatic voidNotFoundReasonHelper.insert(Any a, NotFoundReason that) static voidNotFoundReasonHelper.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)