JavaTM 2 Platform
Std. Ed. v1.3

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

Packages that use NotFoundReason
org.omg.CosNaming.NamingContextPackage Provides the exceptions used in the package org.omg.CosNaming (AlreadyBound, CannotProceed, InvalidName, NotEmpty, and NotFound) and also the Helper and Holder classes for those exceptions. 
 

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.read(InputStream in)
           
static NotFoundReason NotFoundReasonHelper.extract(Any a)
           
static NotFoundReason NotFoundReason.from_int(int i)
           
 

Methods in org.omg.CosNaming.NamingContextPackage with parameters of type NotFoundReason
static void NotFoundReasonHelper.write(OutputStream out, NotFoundReason that)
           
static void NotFoundReasonHelper.insert(Any a, NotFoundReason that)
           
 

Constructors in org.omg.CosNaming.NamingContextPackage with parameters of type NotFoundReason
NotFoundReasonHolder(NotFoundReason __arg)
           
NotFound(NotFoundReason __why, NameComponent[] __rest_of_name)
           
 


JavaTM 2 Platform
Std. Ed. v1.3

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.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.