Called by an JUMPAppContainer to notify central
AMS that a JUMPApplication has entered into the
Destroyed state.
If this method was called because the the last application in
the container was destroyed, then after this returns the
container should call terminateIsolate
and not System.exit .
This method may be called in any state, assuming the central AMS is
keeping track of state changes and will ignore extra notifications.
Parameters: appId - runtime ID of the application assigned byJUMPAppContainer.startApp |