Package org.sonatype.nexus.proxy.events

Examples of org.sonatype.nexus.proxy.events.NexusStoppingEvent


  @Override
  protected void doStop() throws Exception {
    applicationStatusSource.getSystemStatus().setState(SystemState.STOPPING);

    // Due to no dependency mechanism in NX for components, we need to fire off a hint about shutdown first
    eventBus.post(new NexusStoppingEvent(this));

    // kill services + notify
    nexusScheduler.shutdown();

    eventBus.post(new NexusStoppedEvent(this));
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.proxy.events.NexusStoppingEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.