1 18 package org.apache.geronimo.interop.rmi.iiop; 19 20 21 public class CorbaObject implements org.omg.CORBA.Object { 22 26 public boolean _is_a(String id) { 27 return false; 28 } 29 30 public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context p1, String p2, org.omg.CORBA.NVList p3, org.omg.CORBA.NamedValue p4) { 31 throw new org.omg.CORBA.BAD_OPERATION ("_create_request"); 32 } 33 34 public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context p1, String p2, org.omg.CORBA.NVList p3, org.omg.CORBA.NamedValue p4, org.omg.CORBA.ExceptionList p5, org.omg.CORBA.ContextList p6) { 35 throw new org.omg.CORBA.BAD_OPERATION ("_create_request"); 36 } 37 38 public org.omg.CORBA.Object _duplicate() { 39 throw new org.omg.CORBA.BAD_OPERATION ("_duplicate"); 40 } 41 42 public org.omg.CORBA.DomainManager [] _get_domain_managers() { 43 throw new org.omg.CORBA.BAD_OPERATION ("_get_domain_manager"); 44 } 45 46 public org.omg.CORBA.Object _get_interface_def() { 47 throw new org.omg.CORBA.BAD_OPERATION ("_get_interface_def"); 48 } 49 50 public org.omg.CORBA.Policy _get_policy(int p1) { 51 throw new org.omg.CORBA.BAD_OPERATION ("_get_policy"); 52 } 53 54 public int _hash(int p1) { 55 throw new org.omg.CORBA.BAD_OPERATION ("_hash"); 56 } 57 58 public boolean _is_equivalent(org.omg.CORBA.Object p1) { 59 throw new org.omg.CORBA.BAD_OPERATION ("_is_equivalent"); 60 } 61 62 public boolean _non_existent() { 63 throw new org.omg.CORBA.BAD_OPERATION ("_non_existent"); 64 } 65 66 public void _release() { 67 throw new org.omg.CORBA.BAD_OPERATION ("_release"); 68 } 69 70 public org.omg.CORBA.Request _request(String p1) { 71 throw new org.omg.CORBA.BAD_OPERATION ("_request"); 72 } 73 74 public org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy [] p1, org.omg.CORBA.SetOverrideType p2) { 75 throw new org.omg.CORBA.BAD_OPERATION ("_set_policy_override"); 76 } 77 } 78 | Popular Tags |