org.wildfly.extras.creaper.commands.web
Class DisableWebNatives

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.web.DisableWebNatives
All Implemented Interfaces:
Command, OfflineCommand

public final class DisableWebNatives
extends Object
implements OfflineCommand

Command which disables natives in the Web subsystem.

OnlineCommand is not implemented as changing from natives to Java and back doesn't work with the Web subsystem (restart is required). See Red Hat Bugzilla 1115443 for details.

.


Field Summary
 
Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand
NOOP
 
Constructor Summary
DisableWebNatives()
           
 
Method Summary
 void apply(OfflineCommandContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand
toString
 

Constructor Detail

DisableWebNatives

public DisableWebNatives()
Method Detail

apply

public void apply(OfflineCommandContext ctx)
           throws CommandFailedException,
                  IOException
Specified by:
apply in interface OfflineCommand
Throws:
CommandFailedException
IOException


Copyright © 2016. All rights reserved.