1 package org.omg.PortableServer; 2 3 4 10 11 12 16 public abstract class ServantActivatorPOA extends org.omg.PortableServer.Servant 17 implements org.omg.PortableServer.ServantActivatorOperations , org.omg.CORBA.portable.InvokeHandler 18 { 19 20 22 private static java.util.Hashtable _methods = new java.util.Hashtable (); 23 static 24 { 25 _methods.put ("incarnate", new java.lang.Integer (0)); 26 _methods.put ("etherealize", new java.lang.Integer (1)); 27 } 28 29 public org.omg.CORBA.portable.OutputStream _invoke (String $method, 30 org.omg.CORBA.portable.InputStream in, 31 org.omg.CORBA.portable.ResponseHandler $rh) 32 { 33 throw new org.omg.CORBA.BAD_OPERATION (); 34 } 36 private static String [] __ids = { 38 "IDL:omg.org/PortableServer/ServantActivator:2.3", 39 "IDL:omg.org/PortableServer/ServantManager:1.0"}; 40 41 public String [] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId) 42 { 43 return (String [])__ids.clone (); 44 } 45 46 public ServantActivator _this() 47 { 48 return ServantActivatorHelper.narrow( 49 super._this_object()); 50 } 51 52 public ServantActivator _this(org.omg.CORBA.ORB orb) 53 { 54 return ServantActivatorHelper.narrow( 55 super._this_object(orb)); 56 } 57 58 59 } | Popular Tags |