org.glassfish.config.support
Class GrizzlyConfigSchemaMigrator

java.lang.Object
  extended by org.glassfish.config.support.GrizzlyConfigSchemaMigrator
All Implemented Interfaces:
ConfigurationUpgrade, org.jvnet.hk2.component.PostConstruct

@Service(name="grizzlyconfigupgrade")
public class GrizzlyConfigSchemaMigrator
extends java.lang.Object
implements ConfigurationUpgrade, org.jvnet.hk2.component.PostConstruct


Constructor Summary
GrizzlyConfigSchemaMigrator()
           
 
Method Summary
static com.sun.grizzly.config.dom.Protocols getProtocols(com.sun.grizzly.config.dom.NetworkConfig config)
           
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrizzlyConfigSchemaMigrator

public GrizzlyConfigSchemaMigrator()
Method Detail

postConstruct

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

getProtocols

public static com.sun.grizzly.config.dom.Protocols getProtocols(com.sun.grizzly.config.dom.NetworkConfig config)
                                                         throws org.jvnet.hk2.config.TransactionFailure
Throws:
org.jvnet.hk2.config.TransactionFailure


Copyright © 2012 GlassFish Community. All Rights Reserved.