org.glassfish.config.support
Class GrizzlyConfigSchemaMigrator
java.lang.Object
org.glassfish.config.support.GrizzlyConfigSchemaMigrator
- All Implemented Interfaces:
- ConfigurationUpgrade, org.jvnet.hk2.component.PostConstruct
@Service(name="grizzlyconfigupgrade")
public class GrizzlyConfigSchemaMigrator
- extends Object
- implements ConfigurationUpgrade, org.jvnet.hk2.component.PostConstruct
|
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 |
GrizzlyConfigSchemaMigrator
public GrizzlyConfigSchemaMigrator()
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.