org.glassfish.api.admin.config
Class ConfigurationCleanup

java.lang.Object
  extended by org.glassfish.api.admin.config.ConfigurationCleanup

@Contract
public class ConfigurationCleanup
extends java.lang.Object

Contract called on startup right after the configuration has been read (and potentially upgraded) but before the startup services. This hook is particularly useful to clean up configuration from left over config elements that may have not been synchronized correctly due to various sync optimizations.

Author:
Jerome Dochez

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

Constructor Detail

ConfigurationCleanup

public ConfigurationCleanup()


Copyright © 2012 GlassFish Community. All Rights Reserved.