Searched refs:register_interceptor (Results 1 - 5 of 5) sorted by relevance

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DORBInitInfoImpl.java286 orb.getPIHandler().register_interceptor( interceptor,
313 orb.getPIHandler().register_interceptor( interceptor,
340 orb.getPIHandler().register_interceptor( interceptor,
H A DPINoOpHandlerImpl.java177 public void register_interceptor( Interceptor interceptor, int type ) method in class:PINoOpHandlerImpl
H A DInterceptorList.java105 void register_interceptor( Interceptor interceptor, int type ) method in class:InterceptorList
124 // An O(n) search will suffice because register_interceptor is not
H A DPIHandlerImpl.java907 public void register_interceptor( Interceptor interceptor, int type ) method in class:PIHandlerImpl
923 interceptorList.register_interceptor( interceptor, type );
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/protocol/
H A DPIHandler.java298 void register_interceptor( Interceptor interceptor, int type ) method in interface:PIHandler

Completed in 100 milliseconds