JavaTM 2 Platform
Std. Ed. v1.3

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

Packages that use NotEmpty
org.omg.CosNaming Provides the naming service for Java IDL. 
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 NotEmpty in org.omg.CosNaming
 

Methods in org.omg.CosNaming that throw NotEmpty
 void _NamingContextStub.destroy()
           
 void NamingContextOperations.destroy()
          The destroy operation deletes a naming context.
 

Uses of NotEmpty in org.omg.CosNaming.NamingContextPackage
 

Fields in org.omg.CosNaming.NamingContextPackage declared as NotEmpty
 NotEmpty NotEmptyHolder.value
           
 

Methods in org.omg.CosNaming.NamingContextPackage that return NotEmpty
static NotEmpty NotEmptyHelper.read(InputStream in)
           
static NotEmpty NotEmptyHelper.extract(Any a)
           
 

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

Constructors in org.omg.CosNaming.NamingContextPackage with parameters of type NotEmpty
NotEmptyHolder(NotEmpty __arg)
           
 


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.