287288289290291292293
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public Context get_default_context() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
292293294295296297298
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public Request get_next_response() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
297298299300301302303
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public String[] list_initial_services() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
302303304305306307308
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public String object_to_string(org.omg.CORBA.Object obj) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
307308309310311312313
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public boolean poll_next_response() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
313314315316317318319
} public org.omg.CORBA.Object resolve_initial_references(String identifier) throws InvalidName { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
318319320321322323324
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public void send_multiple_requests_deferred(Request[] req) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
323324325326327328329
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public void send_multiple_requests_oneway(Request[] req) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
328329330331332333334
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } protected void set_parameters(String[] args, Properties props) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
333334335336337338339
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } protected void set_parameters(java.applet.Applet app, Properties props) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }