MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / Java_i2jrt_ORB_destroy

Function Java_i2jrt_ORB_destroy

java/idl2jni/runtime/i2jrt_ORB.cpp:103–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void JNICALL Java_i2jrt_ORB_destroy(JNIEnv *jni, jobject jThis)
104{
105 try {
106 recoverTaoORB(jni, jThis)->destroy();
107
108 } catch (const CORBA::SystemException &se) {
109 throw_java_exception(jni, se);
110 }
111}

Callers

nothing calls this directly

Calls 3

recoverTaoORBFunction · 0.85
throw_java_exceptionFunction · 0.70
destroyMethod · 0.45

Tested by

no test coverage detected