(String str)
| 32 | public native String object_to_string(org.omg.CORBA.Object obj); |
| 33 | |
| 34 | public native org.omg.CORBA.Object string_to_object(String str); |
| 35 | |
| 36 | public native void shutdown(boolean wait_for_completion) |
| 37 | throws org.omg.CORBA.BAD_INV_ORDER; |
no outgoing calls