JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Class
org.omg.CosNaming.NamingContextPackage.NotFoundReason

Packages that use NotFoundReason
org.omg.CosNaming.NamingContextPackage This package contains Exception classes for the org.omg.CosNaming package. 
 

Uses of NotFoundReason in org.omg.CosNaming.NamingContextPackage
 

Fields in org.omg.CosNaming.NamingContextPackage declared as NotFoundReason
 NotFoundReason NotFoundReasonHolder.value
           
static NotFoundReason NotFoundReason.missing_node
           
static NotFoundReason NotFoundReason.not_context
           
static NotFoundReason NotFoundReason.not_object
           
 NotFoundReason NotFound.why
           
 

Methods in org.omg.CosNaming.NamingContextPackage that return NotFoundReason
static NotFoundReason NotFoundReasonHelper.extract(Any a)
           
static NotFoundReason NotFoundReasonHelper.read(InputStream istream)
           
static NotFoundReason NotFoundReason.from_int(int value)
           
 

Methods in org.omg.CosNaming.NamingContextPackage with parameters of type NotFoundReason
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
NotFoundReasonHolder(NotFoundReason initialValue)
           
NotFound(NotFoundReason _why, NameComponent[] _rest_of_name)
           
NotFound(String $reason, NotFoundReason _why, NameComponent[] _rest_of_name)
           
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.