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

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DServerRequestInfoImpl.java198 private static final boolean validCall[][] = { field in class:ServerRequestInfoImpl
486 // 3. Define entries in the validCall[][] table for interception points.
877 // validCall table:
901 // Check the validCall table:
902 if( !validCall[methodID][validCallIndex] ) {
H A DClientRequestInfoImpl.java220 private static final boolean validCall[][] = { field in class:ClientRequestInfoImpl
482 // 3. Define entries in the validCall[][] table for interception points.
942 // validCall table:
970 // Check the validCall table:
971 if( !validCall[methodID][validCallIndex] ) {

Completed in 267 milliseconds