Interface RuntimeHostControllerInfoAccessor
public interface RuntimeHostControllerInfoAccessor
- Author:
- Kabir Khan
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetHostControllerInfo(OperationContext context) If the {@link OperationContext#getProcessType()#isHostController()} is true return an instance of LocalHostControllerInfoImpl
-
Field Details
-
SERVER
-
-
Method Details
-
getHostControllerInfo
RuntimeHostControllerInfoAccessor.HostControllerInfo getHostControllerInfo(OperationContext context) throws OperationFailedException If the {@link OperationContext#getProcessType()#isHostController()} is true return an instance of LocalHostControllerInfoImpl- Parameters:
context- the operation context- Returns:
- the LocalHostControllerInfoImpl, or
nullif we are not a host controller - Throws:
IllegalStateException- if we are a host controller booting and not yet in theOperationContext.Stage.RUNTIMEstageOperationFailedException
-