Searched defs:create_operation_list (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DORB.java568 public NVList create_operation_list(org.omg.CORBA.Object oper) method in class:ORB
571 // did not have a create_operation_list(...CORBA.Object oper) method,
572 // so lets check if it has a create_operation_list(OperationDef oper)
586 // create_operation_list(OperationDef oper) method.
589 this.getClass().getMethod("create_operation_list", argc);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBImpl.java605 public synchronized NVList create_operation_list(org.omg.CORBA.Object oper) method in class:ORBImpl
H A DORBSingleton.java290 create_operation_list(org.omg.CORBA.Object oper) { method in class:ORBSingleton

Completed in 60 milliseconds