com.sun.enterprise.v3.server
Class PostInitializer
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostInitializer
public PostInitializer()
postConstruct
public void postConstruct()
- Specified by:
postConstruct in interface org.glassfish.hk2.PostConstruct
Copyright © 2012. All Rights Reserved.