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 voidORBInitInfoImpl. 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.voidORBInitInfoImpl. add_client_request_interceptor_with_policy(ClientRequestInterceptor interceptor, Policy[] policies)voidORBInitInfoImpl. add_ior_interceptor(IORInterceptor interceptor)This operation is used to add an IOR Interceptor to the list of IOR Interceptors.voidORBInitInfoImpl. add_ior_interceptor_with_policy(IORInterceptor interceptor, Policy[] policies)voidORBInitInfoImpl. 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.voidORBInitInfoImpl. add_server_request_interceptor_with_policy(ServerRequestInterceptor interceptor, Policy[] policies)(package private) voidInterceptorList. register_interceptor(Interceptor interceptor, int type)Registers an interceptor of the given type into the interceptor list.voidPIHandlerImpl. register_interceptor(Interceptor interceptor, int type)Called by ORBInitInfo when an interceptor needs to be registered.voidPINoOpHandlerImpl. 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 voidPIHandler. 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 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.ORBInitInfoPackage
Fields in org.omg.PortableInterceptor.ORBInitInfoPackage declared as DuplicateName Modifier and Type Field Description DuplicateNameDuplicateNameHolder. valueMethods 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)Constructors in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type DuplicateName Constructor Description DuplicateNameHolder(DuplicateName initialValue)
-