Uses of Class
org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName
- 
Packages that use DuplicateName Package Description 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 theORBInitInfolocal interface of thePortableInterceptormodule specified in the OMG Portable Interceptor specification, ptc/2000-08-06, section 21.7.2.
- 
- 
Uses of DuplicateName in org.omg.PortableInterceptorMethods in org.omg.PortableInterceptor that throw DuplicateName Modifier and Type Method Description voidORBInitInfoOperations. add_client_request_interceptor(ClientRequestInterceptor interceptor)Used to add a client-side request Interceptor to the list of client-side request Interceptors.voidORBInitInfoOperations. add_ior_interceptor(IORInterceptor interceptor)Used to add an IOR Interceptor to the list of IOR Interceptors.voidORBInitInfoOperations. 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.ORBInitInfoPackageMethods in org.omg.PortableInterceptor.ORBInitInfoPackage that return DuplicateName Modifier and Type Method Description static DuplicateNameDuplicateNameHelper. extract(Any a)static DuplicateNameDuplicateNameHelper. read(InputStream istream)Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type DuplicateName Modifier and Type Method Description static voidDuplicateNameHelper. insert(Any a, DuplicateName that)static voidDuplicateNameHelper. write(OutputStream ostream, DuplicateName value)
 
-