public interface RuntimeHostControllerInfoAccessor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RuntimeHostControllerInfoAccessor.HostControllerInfo |
| Modifier and Type | Field and Description |
|---|---|
static RuntimeHostControllerInfoAccessor |
SERVER |
| Modifier and Type | Method and Description |
|---|---|
RuntimeHostControllerInfoAccessor.HostControllerInfo |
getHostControllerInfo(OperationContext context)
If the
OperationContext.getProcessType() is ProcessType.HOST_CONTROLLER return an instance of
LocalHostControllerInfoImpl |
static final RuntimeHostControllerInfoAccessor SERVER
RuntimeHostControllerInfoAccessor.HostControllerInfo getHostControllerInfo(OperationContext context) throws OperationFailedException
OperationContext.getProcessType() is ProcessType.HOST_CONTROLLER return an instance of
LocalHostControllerInfoImplcontext - the operation contextnull if we are not a host controllerIllegalStateException - if we are a host controller booting and not yet in the OperationContext.Stage#RUNTIME stageOperationFailedExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.