J-Integra® Espresso Programming Documentation (API)

J2eeEasyContext.ShutdownRuntime Method

Shuts down the CORBA Runtime for the current process.

void ShutdownRuntime();
void ShutdownRuntime(
 bool bWaitForShutdownToFinish
);

Parameters

bWaitForShutdownToFinish
If set to true (default is false) waits for all TCP server threads/orb and root poa to gracefully shutdown.

Return Value

none

Remarks

After this method is called, the runtime can again be started by calling the J2eeEasyContext.Init method

Exceptions

none

See Also

J2EE Config | J2EE Namespace