if (plugin_container.isStarted()) {
return true;
}
plugin_container.setRebootRequestListener(new RebootRequestListener() {
public void reboot() {
try {
shutdown();
} catch (Throwable t) {
LOG.error(t, "The plugin container has requested the agent be restarted but the shutdown "