public interface RuntimeManager
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) |
boolean supports(RuntimeId runtimeId)
void start(RuntimeId runtimeId) throws RuntimeOperationException
RuntimeOperationException
void stop(RuntimeId runtimeId) throws RuntimeOperationException
RuntimeOperationException
void restart(RuntimeId runtimeId) throws RuntimeOperationException
RuntimeOperationException
void refresh(RuntimeId runtimeId) throws RuntimeOperationException
RuntimeOperationException
void pause(RuntimeId runtimeId) throws RuntimeOperationException
RuntimeOperationException
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.