338339340341342343344
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public void run() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
343344345346347348349
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public void shutdown(boolean wait_for_completion) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
348349350351352353354
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public boolean work_pending() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
353354355356357358359
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public void perform_work() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
169170171172173174175
/* * @deprecated Deprecated by CORBA 2.3. */ public TypeCode create_recursive_sequence_tc(int bound, int offset) { throw new NO_IMPLEMENT("deprecated by CORBA 2.3"); }
239240241242243244245
/* Methods not allowed on the singleton ORB: */ public ExceptionList create_exception_list() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
244245246247248249250
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public NVList create_list(int count) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
249250251252253254255
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public NamedValue create_named_value(String name, Any value, int flags) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
254255256257258259260
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public NVList create_operation_list(org.omg.CORBA.Object obj) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
259260261262263264265
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public org.omg.CORBA.Object string_to_object(String str) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }