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

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DInterceptorList.java54 // and update NUM_INTERCEPTOR_TYPES and classTypes accordingly.
55 // NUM_INTERCEPTOR_TYPES represents the number of interceptor
61 static final int NUM_INTERCEPTOR_TYPES = 3; field in class:InterceptorList
77 // NUM_INTERCEPTOR_TYPES lists of registered interceptors.
81 new Interceptor[NUM_INTERCEPTOR_TYPES][];
174 for( int type = 0; type < NUM_INTERCEPTOR_TYPES; type++ ) {
H A DPIHandlerImpl.java912 if( (type >= InterceptorList.NUM_INTERCEPTOR_TYPES) || (type < 0) ) {

Completed in 82 milliseconds