org.glassfish.virtualization.impl
Class IAASBootstrap

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.glassfish.api.Startup
Startup.Lifecycle
 
Constructor Summary
IAASBootstrap()
           
 
Method Summary
 Startup.Lifecycle getLifecycle()
           
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IAASBootstrap

public IAASBootstrap()
Method Detail

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.