JavaTM 2 Platform
Standard Ed. 5.0

Uses of Class
org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName

Packages that use DuplicateName
org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB. 
org.omg.PortableInterceptor.ORBInitInfoPackage This package contains the exceptions and typedefs from the ORBInitInfo local interface of the PortableInterceptor module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2. 
 

Uses of DuplicateName in org.omg.PortableInterceptor
 

Methods in org.omg.PortableInterceptor that throw DuplicateName
 void ORBInitInfoOperations.add_client_request_interceptor(ClientRequestInterceptor interceptor)
          Used to add a client-side request Interceptor to the list of client-side request Interceptors.
 void ORBInitInfoOperations.add_ior_interceptor(IORInterceptor interceptor)
          Used to add an IOR Interceptor to the list of IOR Interceptors.
 void ORBInitInfoOperations.add_server_request_interceptor(ServerRequestInterceptor interceptor)
          Used to add a server-side request Interceptor to the list of server-side request Interceptors.
 

Uses of DuplicateName in org.omg.PortableInterceptor.ORBInitInfoPackage
 

Methods in org.omg.PortableInterceptor.ORBInitInfoPackage that return DuplicateName
static DuplicateName DuplicateNameHelper.extract(Any a)
           
static DuplicateName DuplicateNameHelper.read(InputStream istream)
           
 

Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type DuplicateName
static void DuplicateNameHelper.insert(Any a, DuplicateName that)
           
static void DuplicateNameHelper.write(OutputStream ostream, DuplicateName value)
           
 


JavaTM 2 Platform
Standard Ed. 5.0

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 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.