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

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/
H A DSpecialMethod.java48 public abstract class SpecialMethod { class
56 public static final SpecialMethod getSpecialMethod(String operation) {
63 static SpecialMethod[] methods = {
71 class NonExistent extends SpecialMethod {
100 class IsA extends SpecialMethod { // _is_a
140 class GetInterface extends SpecialMethod { // _get_interface
H A DCorbaServerRequestDispatcherImpl.java74 import com.sun.corba.se.impl.protocol.SpecialMethod ;
379 (SpecialMethod.getSpecialMethod(operation) != null)) {
466 SpecialMethod specialMethod =
467 SpecialMethod.getSpecialMethod(operation);
603 SpecialMethod method = SpecialMethod.getSpecialMethod(operation) ;

Completed in 111 milliseconds