org.glassfish.api
Interface Startup


@Contract
public interface Startup

Implementation of this interface will be run during the application server startup sequence.

Author:
Jerome Dochez

Nested Class Summary
static class Startup.Lifecycle
          A startup service may be useful during the lifetime of the application server, while others need to process a task and stop running at the end of the server startup.
 
Method Summary
 Startup.Lifecycle getLifecycle()
          Returns the life expectency of the service
 

Method Detail

getLifecycle

Startup.Lifecycle getLifecycle()
Returns the life expectency of the service

Returns:
the life expectency.


Copyright © 2012 GlassFish Community. All Rights Reserved.