Searched refs:interceptor (Results 1 - 23 of 23) sorted by relevance

/openjdk9/langtools/test/tools/javac/diags/examples/InvalidModuleDirective/
H A Dmodule-info.java28 resuires javax.interceptor.javax.interceptor.api;
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/legacy/interceptor/
H A DUnknownType.java26 package com.sun.corba.se.spi.legacy.interceptor;
H A DRequestInfoExt.java26 package com.sun.corba.se.spi.legacy.interceptor;
H A DORBInitInfoExt.java26 package com.sun.corba.se.spi.legacy.interceptor;
H A DIORInfoExt.java26 package com.sun.corba.se.spi.legacy.interceptor;
/openjdk9/langtools/test/tools/javac/modules/InvalidModuleDirective/
H A Dmodule-info.java10 resuires javax.interceptor.javax.interceptor.api;
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DORBInitInfoImpl.java46 import com.sun.corba.se.spi.legacy.interceptor.ORBInitInfoExt ;
265 ClientRequestInterceptor interceptor, Policy[] policies )
269 add_client_request_interceptor( interceptor ) ;
280 ClientRequestInterceptor interceptor)
284 if( interceptor == null ) nullParam();
286 orb.getPIHandler().register_interceptor( interceptor,
292 ServerRequestInterceptor interceptor, Policy[] policies )
296 add_server_request_interceptor( interceptor ) ;
307 ServerRequestInterceptor interceptor)
311 if( interceptor
264 add_client_request_interceptor_with_policy( ClientRequestInterceptor interceptor, Policy[] policies ) argument
279 add_client_request_interceptor( ClientRequestInterceptor interceptor) argument
291 add_server_request_interceptor_with_policy( ServerRequestInterceptor interceptor, Policy[] policies ) argument
306 add_server_request_interceptor( ServerRequestInterceptor interceptor) argument
318 add_ior_interceptor_with_policy( IORInterceptor interceptor, Policy[] policies ) argument
[all...]
H A DInterceptorList.java47 * initialization and interceptor registration. The class is designed
48 * to easily allow for the addition of new interceptor types.
55 // NUM_INTERCEPTOR_TYPES represents the number of interceptor
64 // appropriate array type for each interceptor type. These must
94 * Registers an interceptor of the given type into the interceptor list.
102 * @exception DuplicateName Thrown if an interceptor of the given
105 void register_interceptor( Interceptor interceptor, int type ) argument
113 // Cache interceptor name:
114 String interceptorName = interceptor
[all...]
H A DInterceptorInvoker.java92 * Enables or disables the interceptor invoker
106 * @param oa The Object Adapter associated with the IOR interceptor.
128 IORInterceptor interceptor = iorInterceptors[i];
130 interceptor.establish_components( info );
142 IORInterceptor interceptor = iorInterceptors[i];
143 if (interceptor instanceof IORInterceptor_3_0) {
144 IORInterceptor_3_0 interceptor30 = (IORInterceptor_3_0)interceptor ;
169 IORInterceptor interceptor = interceptors[i];
170 if (interceptor instanceof IORInterceptor_3_0) {
171 IORInterceptor_3_0 interceptor30 = (IORInterceptor_3_0)interceptor ;
[all...]
H A DPINoOpHandlerImpl.java177 public void register_interceptor( Interceptor interceptor, int type ) argument
H A DIORInfoImpl.java49 import com.sun.corba.se.spi.legacy.interceptor.IORInfoExt;
50 import com.sun.corba.se.spi.legacy.interceptor.UnknownType;
H A DPIHandlerImpl.java86 * Provides portable interceptor functionality.
221 // Create new interceptor list:
227 // Create new interceptor invoker, initially disabled:
279 // Enable interceptor invoker (not necessary if no interceptors
289 * 2) calls the Interceptor::destroy operation for each interceptor
378 // It should not be possible for an interceptor to throw
513 // invoke the client interceptor ending points.
623 // Remember exception so we can tell if an interceptor changed it.
642 // Check reply status. If an interceptor threw a SystemException
755 // If an interceptor throw
907 register_interceptor( Interceptor interceptor, int type ) argument
[all...]
H A DRequestInfoImpl.java72 import com.sun.corba.se.spi.legacy.interceptor.RequestInfoExt;
202 // already in the clean state after recieve_<point> interceptor
560 // copy so interceptor can't accidentally change the arguments.
750 * for each interceptor in the virtual flow stack.
766 * for each interceptor in the virtual flow stack.
782 * for each interceptor in the virtual flow stack.
/openjdk9/jdk/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DSunJmxMBeanServer.java79 public void setMBeanServerInterceptor(MBeanServer interceptor); argument
H A DJmxMBeanServer.java28 import com.sun.jmx.interceptor.DefaultMBeanServerInterceptor;
29 import com.sun.jmx.interceptor.MBeanServerInterceptor;
1305 setMBeanServerInterceptor(MBeanServer interceptor) { argument
1308 if (interceptor == null) throw new
1310 mbsInterceptor = interceptor;
1432 // interceptor APIs - which is most probably going to be removed and
/openjdk9/jdk/src/java.management/share/classes/com/sun/jmx/interceptor/
H A DMBeanServerInterceptor.java26 package com.sun.jmx.interceptor;
42 * forwards received requests to its default interceptor, which may
44 * default interceptor may be changed via the {@link
48 * <p>The initial default interceptor provides the standard MBean
50 * represented by a Java object. A replacement default interceptor
53 * interceptor. Or, it may route each request to one of a number of
57 * <p>An interceptor, default or not, need not implement MBeans as
58 * Java objects, in the way that the initial default interceptor does.
H A DDefaultMBeanServerInterceptor.java26 package com.sun.jmx.interceptor;
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/protocol/
H A DPIHandler.java68 * IOR interceptor PI hooks
105 * Called for pseudo-ops to temporarily disable portable interceptor
112 * Called for pseudo-ops to re-enable portable interceptor
207 * @throws ForwardException Thrown if an interceptor raises
218 * @throws ForwardException Thrown if an interceptor raises
231 * @throws ForwardException Thrown if an interceptor raises
298 void register_interceptor( Interceptor interceptor, int type ) argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/
H A DWSEndpointImpl.java306 public void schedule(final Packet request, final CompletionCallback callback, FiberContextSwitchInterceptor interceptor) { argument
307 processAsync(request, callback, interceptor, true);
312 FiberContextSwitchInterceptor interceptor, boolean schedule) {
320 if (interceptor != null) {
321 fiber.addInterceptor(interceptor);
382 public void process(final Packet request, final CompletionCallback callback, FiberContextSwitchInterceptor interceptor) { argument
383 processAsync(request, callback, interceptor, false);
310 processAsync(final Packet request, final CompletionCallback callback, FiberContextSwitchInterceptor interceptor, boolean schedule) argument
H A DWSEndpointMOMProxy.java306 public void schedule(Packet request, CompletionCallback callback, FiberContextSwitchInterceptor interceptor) { argument
307 this.wsEndpoint.schedule(request, callback, interceptor);
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/
H A DWSEndpoint.java245 * @param interceptor caller's interceptor to impose a context of execution
247 public abstract void schedule(@NotNull Packet request, @NotNull CompletionCallback callback, @Nullable FiberContextSwitchInterceptor interceptor );
249 public void process(@NotNull Packet request, @NotNull CompletionCallback callback, @Nullable FiberContextSwitchInterceptor interceptor ) {
250 schedule(request,callback,interceptor);
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java710 * So when the tubeline consists of X and Y, and when X installs an interceptor,
715 * <li>interceptor gets installed
716 * <li>interceptor.execute() is invoked
720 public synchronized void addInterceptor(@NotNull FiberContextSwitchInterceptor interceptor) { argument
728 interceptors.add(interceptor);
735 * The removal of the interceptor takes effect immediately after the current
741 * So when the tubeline consists of X and Y, and when Y uninstalls an interceptor
745 * <li>Y.processResponse() (notice that this happens with interceptor.execute() in the callstack)
746 * <li>interceptor gets uninstalled
747 * <li>interceptor
754 removeInterceptor(@otNull FiberContextSwitchInterceptor interceptor) argument
[all...]
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java282 // load interceptor
283 ServiceInterceptor interceptor = ServiceInterceptorFactory.load(this, Thread.currentThread().getContextClassLoader());
286 interceptor = ServiceInterceptor.aggregate(interceptor, si);
288 this.serviceInterceptor = interceptor;

Completed in 294 milliseconds