org.glassfish.virtualization.impl
Class IAASBootstrap
java.lang.Object
org.glassfish.virtualization.impl.IAASBootstrap
- All Implemented Interfaces:
- Startup, org.glassfish.hk2.PostConstruct
@Service
public class IAASBootstrap
- extends Object
- implements Startup, org.glassfish.hk2.PostConstruct
IAAS bootstrap code to avoid loading the IMS implementation (and its dependencies)
until there is some virtualization related config in the configuration.
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IAASBootstrap
public IAASBootstrap()
getLifecycle
public Startup.Lifecycle getLifecycle()
- Specified by:
getLifecycle in interface Startup
postConstruct
public void postConstruct()
- Specified by:
postConstruct in interface org.glassfish.hk2.PostConstruct
Copyright © 2012. All Rights Reserved.