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"); }
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"); }