264265266267268269270
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public Environment create_environment() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
269270271272273274275
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public ContextList create_context_list() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
274275276277278279280
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public org.omg.CORBA.portable.OutputStream create_output_stream() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
282283284285286287288
/* * @deprecated Deprecated by CORBA 2.3. */ public Current get_current() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
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"); }