@Contract @ConstrainedTo(value=SERVER) @Beta public interface ContainerLifecycleListener
void onStartup(Container container)
container start-up. This method is invoked even
when application is reloaded and new instance of application has started.container - container that has been started.void onReload(Container container)
container has been reloaded.container - container that has been reloaded.Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.