Uses of Class
org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName
Packages that use DuplicateName
Package
Description
-
Uses of DuplicateName in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw DuplicateNameModifier and TypeMethodDescriptionvoid
ORBInitInfoImpl.add_client_request_interceptor
(ClientRequestInterceptor interceptor) This operation is used to add a client-side request Interceptor to the list of client-side request Interceptors.void
ORBInitInfoImpl.add_client_request_interceptor_with_policy
(ClientRequestInterceptor interceptor, Policy[] policies) void
ORBInitInfoImpl.add_ior_interceptor
(IORInterceptor interceptor) This operation is used to add an IOR Interceptor to the list of IOR Interceptors.void
ORBInitInfoImpl.add_ior_interceptor_with_policy
(IORInterceptor interceptor, Policy[] policies) void
ORBInitInfoImpl.add_server_request_interceptor
(ServerRequestInterceptor interceptor) This operation is used to add a server-side request Interceptor to the list of server-side request Interceptors.void
ORBInitInfoImpl.add_server_request_interceptor_with_policy
(ServerRequestInterceptor interceptor, Policy[] policies) (package private) void
InterceptorList.register_interceptor
(Interceptor interceptor, int type) Registers an interceptor of the given type into the interceptor list.void
PIHandlerImpl.register_interceptor
(Interceptor interceptor, int type) Called by ORBInitInfo when an interceptor needs to be registered.void
PINoOpHandlerImpl.register_interceptor
(Interceptor interceptor, int type) -
Uses of DuplicateName in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that throw DuplicateNameModifier and TypeMethodDescriptionvoid
PIHandler.register_interceptor
(Interceptor interceptor, int type) -
Uses of DuplicateName in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that throw DuplicateNameModifier and TypeMethodDescriptionvoid
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
Fields in org.omg.PortableInterceptor.ORBInitInfoPackage declared as DuplicateNameMethods in org.omg.PortableInterceptor.ORBInitInfoPackage that return DuplicateNameModifier and TypeMethodDescriptionstatic DuplicateName
static DuplicateName
DuplicateNameHelper.read
(InputStream istream) Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type DuplicateNameModifier and TypeMethodDescriptionstatic void
DuplicateNameHelper.insert
(Any a, DuplicateName that) static void
DuplicateNameHelper.write
(OutputStream ostream, DuplicateName value) Constructors in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type DuplicateName