Package org.glassfish.config.support
Class GrizzlyConfigSchemaMigrator
- java.lang.Object
-
- org.glassfish.config.support.GrizzlyConfigSchemaMigrator
-
- All Implemented Interfaces:
ConfigurationUpgrade
,org.glassfish.hk2.api.PostConstruct
@Service(name="grizzlyconfigupgrade") public class GrizzlyConfigSchemaMigrator extends Object implements ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct
-
-
Constructor Summary
Constructors Constructor Description GrizzlyConfigSchemaMigrator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Protocols
getProtocols(NetworkConfig config)
void
postConstruct()
-
-
-
Method Detail
-
postConstruct
public void postConstruct()
- Specified by:
postConstruct
in interfaceorg.glassfish.hk2.api.PostConstruct
-
getProtocols
public static Protocols getProtocols(NetworkConfig config) throws TransactionFailure
- Throws:
TransactionFailure
-
-