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

Function Java_i2jrt_ORB_shutdown

java/idl2jni/runtime/i2jrt_ORB.cpp:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void JNICALL Java_i2jrt_ORB_shutdown(JNIEnv *jni, jobject jThis, jboolean wait)
94{
95 try {
96 recoverTaoORB(jni, jThis)->shutdown(wait);
97
98 } catch (const CORBA::SystemException &se) {
99 throw_java_exception(jni, se);
100 }
101}
102
103void JNICALL Java_i2jrt_ORB_destroy(JNIEnv *jni, jobject jThis)
104{

Callers

nothing calls this directly

Calls 3

recoverTaoORBFunction · 0.85
throw_java_exceptionFunction · 0.70
shutdownMethod · 0.45

Tested by

no test coverage detected