1 package org.omg.PortableServer; 2 3 4 10 11 12 30 public abstract class ServantLocatorPOA extends org.omg.PortableServer.Servant 31 implements org.omg.PortableServer.ServantLocatorOperations , org.omg.CORBA.portable.InvokeHandler 32 { 33 34 36 private static java.util.Hashtable _methods = new java.util.Hashtable (); 37 static 38 { 39 _methods.put ("preinvoke", new java.lang.Integer (0)); 40 _methods.put ("postinvoke", new java.lang.Integer (1)); 41 } 42 43 public org.omg.CORBA.portable.OutputStream _invoke (String $method, 44 org.omg.CORBA.portable.InputStream in, 45 org.omg.CORBA.portable.ResponseHandler $rh) 46 { 47 throw new org.omg.CORBA.BAD_OPERATION (); 48 } 50 private static String [] __ids = { 52 "IDL:omg.org/PortableServer/ServantLocator:1.0", 53 "IDL:omg.org/PortableServer/ServantManager:1.0"}; 54 55 public String [] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId) 56 { 57 return (String [])__ids.clone (); 58 } 59 60 public ServantLocator _this() 61 { 62 return ServantLocatorHelper.narrow( 63 super._this_object()); 64 } 65 66 public ServantLocator _this(org.omg.CORBA.ORB orb) 67 { 68 return ServantLocatorHelper.narrow( 69 super._this_object(orb)); 70 } 71 72 73 } | Popular Tags |