Searched refs:hasInterceptorsOfType (Results 1 - 2 of 2) sorted by relevance

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DInterceptorList.java165 boolean hasInterceptorsOfType( int type ) { method in class:InterceptorList
H A DPIHandlerImpl.java266 hasIORInterceptors = interceptorList.hasInterceptorsOfType(
273 //hasClientInterceptors = interceptorList.hasInterceptorsOfType(
276 hasServerInterceptors = interceptorList.hasInterceptorsOfType(

Completed in 105 milliseconds