In order for a Manager
implementation to successfully operate with a Context
implementation that implements reloading, it must obey the following constraints:
Lifecycle
so that the Context can indicate that a restart is required. stop()
to be followed by a call to start()
on the same Manager
instance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|