93949596979899100101102103
{ service.shutdown(); } else if( cfg instanceof SyncConfiguration ) { service.sync(); } else if( cfg instanceof StartupConfiguration ) { service.startup( this, env ); }