com.sun.enterprise.v3.server
Class PostInitializer

java.lang.Object
  extended by com.sun.enterprise.v3.server.PostInitializer
All Implemented Interfaces:
org.glassfish.hk2.PostConstruct

@Service
public class PostInitializer
extends Object
implements org.jvnet.hk2.component.PostConstruct

Optimization to force the loading of sniffers post deployment. Sniffers can be slow to load and should not delay server statup when no application is deployed.


Constructor Summary
PostInitializer()
           
 
Method Summary
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostInitializer

public PostInitializer()
Method Detail

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.glassfish.hk2.PostConstruct


Copyright © 2012. All Rights Reserved.