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 RuntimeManagerpublic void start(RuntimeId runtimeId) throws RuntimeOperationException
start in interface RuntimeManagerRuntimeOperationExceptionpublic void stop(RuntimeId runtimeId) throws RuntimeOperationException
stop in interface RuntimeManagerRuntimeOperationExceptionpublic void restart(RuntimeId runtimeId)
restart in interface RuntimeManagerpublic void refresh(RuntimeId runtimeId) throws RuntimeOperationException
refresh in interface RuntimeManagerRuntimeOperationExceptionpublic void pause(RuntimeId runtimeId) throws RuntimeOperationException
pause in interface RuntimeManagerRuntimeOperationExceptionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.