Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.extension | |
org.jboss.as.remoting | |
org.jboss.as.server | |
org.jboss.as.subsystem.test |
Modifier and Type | Method and Description |
---|---|
ProcessType |
ExtensionContext.getProcessType()
Gets the type of the current process.
|
ProcessType |
OperationContext.getProcessType()
Get the type of process in which this operation is executing.
|
static ProcessType |
ProcessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessType[] |
ProcessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
ControllerMessages.invalidStage(OperationContext.Stage stage,
ProcessType processType)
Creates an exception indicating the stage is not valid for the context process type.
|
IllegalStateException |
ControllerMessages.serverResultsAccessNotAllowed(ProcessType validType,
ProcessType processType) |
Constructor and Description |
---|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
DescriptionProvider rootDescriptionProvider,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
ProcessType |
ExtensionRegistry.getProcessType()
Gets the type of the current process.
|
Constructor and Description |
---|
ExtensionRegistry(ProcessType processType,
RunningModeControl runningModeControl) |
Constructor and Description |
---|
RemotingSubsystemRootResource(ProcessType processType) |
Modifier and Type | Method and Description |
---|---|
ProcessType |
ServerEnvironment.LaunchType.getProcessType() |
Modifier and Type | Method and Description |
---|---|
protected ProcessType |
AdditionalInitialization.getProcessType() |
protected ProcessType |
AbstractSubsystemTest.getProcessType()
Gets the ProcessType to use.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.