public class WildflyRuntimeManager extends Object implements RuntimeManager
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
WildflyRuntimeManager(RuntimeRegistry runtimeRegistry,
WildflyAccessInterface docker) |
Modifier and Type | Method and Description |
---|---|
void |
pause(RuntimeId runtimeId) |
void |
refresh(RuntimeId runtimeId) |
void |
restart(RuntimeId runtimeId) |
void |
start(RuntimeId runtimeId) |
void |
stop(RuntimeId runtimeId) |
boolean |
supports(RuntimeId runtimeId) |
@Inject public WildflyRuntimeManager(RuntimeRegistry runtimeRegistry, WildflyAccessInterface docker)
public boolean supports(RuntimeId runtimeId)
supports
in interface RuntimeManager
public void start(RuntimeId runtimeId) throws RuntimeOperationException
start
in interface RuntimeManager
RuntimeOperationException
public void stop(RuntimeId runtimeId) throws RuntimeOperationException
stop
in interface RuntimeManager
RuntimeOperationException
public void restart(RuntimeId runtimeId)
restart
in interface RuntimeManager
public void refresh(RuntimeId runtimeId) throws RuntimeOperationException
refresh
in interface RuntimeManager
RuntimeOperationException
public void pause(RuntimeId runtimeId) throws RuntimeOperationException
pause
in interface RuntimeManager
RuntimeOperationException
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.