625626627628629630631
* @result ExceptionList created */ public synchronized org.omg.CORBA.ExceptionList create_exception_list() { checkShutdownState(); return new ExceptionListImpl(); }
295296297298299300301
create_named_value(String s, Any any, int flags) { return new NamedValueImpl(this, s, any, flags); } public org.omg.CORBA.ExceptionList create_exception_list() { return new ExceptionListImpl(); }
626627628629630631632
639640641642643644645
651652653654655656657
77787980818283
{ return new NamedValueImpl(name, value, flags); } public org.omg.CORBA.ExceptionList create_exception_list() { return new ExceptionListImpl(); }
51525354555657
org.omg.CORBA.Any value, int flags) { return new NamedValueImpl(name, value, flags); } public org.omg.CORBA.ExceptionList create_exception_list() { return new ExceptionListImpl(); }