Uses of Class
org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName
-
Packages that use DuplicateName Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.spi.protocol org.omg.PortableInterceptor org.omg.PortableInterceptor.ORBInitInfoPackage -
-
Uses of DuplicateName in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw DuplicateName Modifier and Type Method Description void
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 DuplicateName Modifier and Type Method Description void
PIHandler. register_interceptor(Interceptor interceptor, int type)
-
Uses of DuplicateName in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that throw DuplicateName Modifier and Type Method Description 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
Fields in org.omg.PortableInterceptor.ORBInitInfoPackage declared as DuplicateName Modifier and Type Field Description DuplicateName
DuplicateNameHolder. value
Methods in org.omg.PortableInterceptor.ORBInitInfoPackage that return DuplicateName Modifier and Type Method Description static DuplicateName
DuplicateNameHelper. extract(Any a)
static DuplicateName
DuplicateNameHelper. read(InputStream istream)
Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type DuplicateName Modifier and Type Method Description static 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 Constructor Description DuplicateNameHolder(DuplicateName initialValue)
-