JavaTM 2 Platform
Standard Edition

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 NamingContext.destroy()
          The destroy operation deletes a naming context.
 void _NamingContextStub.destroy()
           
 

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.NotEmptyHolder(NotEmpty __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.