public class OpenShiftRuntimeManager extends Object implements RuntimeManager
Constructor and Description |
---|
OpenShiftRuntimeManager(RuntimeRegistry runtimeRegistry,
OpenShiftAccessInterface openshift) |
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 OpenShiftRuntimeManager(RuntimeRegistry runtimeRegistry, OpenShiftAccessInterface openshift)
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) throws RuntimeOperationException
restart
in interface RuntimeManager
RuntimeOperationException
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.