Searched refs:InterceptorList (Results 1 - 4 of 4) sorted by relevance

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DInterceptorInvoker.java53 * Makes use of the InterceptorList to retrieve the list of interceptors to
63 private InterceptorList interceptorList;
82 InterceptorInvoker( ORB orb, InterceptorList interceptorList,
117 InterceptorList.INTERCEPTOR_TYPE_IOR );
164 InterceptorList.INTERCEPTOR_TYPE_IOR );
188 InterceptorList.INTERCEPTOR_TYPE_IOR );
228 getInterceptors( InterceptorList.INTERCEPTOR_TYPE_CLIENT );
327 getInterceptors( InterceptorList.INTERCEPTOR_TYPE_CLIENT );
426 getInterceptors( InterceptorList.INTERCEPTOR_TYPE_SERVER );
519 InterceptorList
[all...]
H A DInterceptorList.java50 public class InterceptorList { class
87 InterceptorList( InterceptorsSystemException wrapper ) { method in class:InterceptorList
H A DORBInitInfoImpl.java287 InterceptorList.INTERCEPTOR_TYPE_CLIENT );
314 InterceptorList.INTERCEPTOR_TYPE_SERVER );
341 InterceptorList.INTERCEPTOR_TYPE_IOR );
H A DPIHandlerImpl.java131 private InterceptorList interceptorList;
222 interceptorList = new InterceptorList( wrapper );
267 InterceptorList.INTERCEPTOR_TYPE_IOR );
274 //InterceptorList.INTERCEPTOR_TYPE_CLIENT );
277 InterceptorList.INTERCEPTOR_TYPE_SERVER );
912 if( (type >= InterceptorList.NUM_INTERCEPTOR_TYPES) || (type < 0) ) {

Completed in 109 milliseconds