Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Standard Edition

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 NotFound.why
           
 NotFoundReason NotFoundReasonHolder.value
           
static NotFoundReason NotFoundReason.missing_node
           
static NotFoundReason NotFoundReason.not_context
           
static NotFoundReason NotFoundReason.not_object
           
 

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
NotFound.NotFound(NotFoundReason __why, NameComponent[] __rest_of_name)
           
NotFoundReasonHolder.NotFoundReasonHolder(NotFoundReason __arg)
           
 


JavaTM 2 Platform
Standard Edition

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