public class JoynrShutdownServiceBean extends Object implements JoynrShutdownService
| Constructor and Description |
|---|
JoynrShutdownServiceBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
prepareForShutdown()
Call this method to cause the joynr runtime to prepare for shutdown and perform initial clean-up.
|
void |
shutdown()
This call will completely shut down the joynr runtime and free up any and all resources it holds.
|
public void prepareForShutdown()
JoynrShutdownServiceprepareForShutdown in interface JoynrShutdownServicepublic void shutdown()
JoynrShutdownServiceshutdown in interface JoynrShutdownServiceCopyright © 2019. All rights reserved.