Skip navigation links
WildFly: Host Controller 2.0.0.CR3
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractDeploymentUploadHandler - Class in org.jboss.as.domain.controller.operations.deployment
Base class for operation handlers that can handle the upload of deployment content.
AbstractDeploymentUploadHandler(ContentRepository, AttributeDefinition) - Constructor for class org.jboss.as.domain.controller.operations.deployment.AbstractDeploymentUploadHandler
 
AbstractDiscoveryOptionAddHandler - Class in org.jboss.as.host.controller.operations
Abstract superclass of handlers for a discovery option resource's add operation.
AbstractDiscoveryOptionAddHandler() - Constructor for class org.jboss.as.host.controller.operations.AbstractDiscoveryOptionAddHandler
 
AbstractDiscoveryOptionRemoveHandler - Class in org.jboss.as.host.controller.operations
Abstract superclass of handlers for a discovery option resource's remove operation.
AbstractDiscoveryOptionRemoveHandler() - Constructor for class org.jboss.as.host.controller.operations.AbstractDiscoveryOptionRemoveHandler
 
ACCESS_KEY - Static variable in class org.jboss.as.host.controller.discovery.Constants
 
ADD_ATTRIBUTES - Static variable in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
addChildOperation(PathAddress, List<ModelNode>, ModelNode) - Method in class org.jboss.as.domain.controller.operations.GenericModelDescribeOperationHandler
 
addChildOperation(PathAddress, List<ModelNode>, ModelNode) - Method in class org.jboss.as.domain.controller.operations.ProfileModelDescribeHandler
 
addCurrentServerGroupsToHostInfoModel(boolean, Resource, ModelNode) - Static method in class org.jboss.as.host.controller.IgnoredNonAffectedServerGroupsUtil
Used by the slave host when creating the host info dmr sent across to the DC during the registration process
addDeploymentOverlays(List<ModelNode>) - Method in class org.jboss.as.host.controller.ManagedServerOperationsFactory
 
addEvent(String, HostConnectionInfo.Event) - Method in class org.jboss.as.host.controller.DomainSlaveHostRegistrations
 
addHostEvent(String, HostConnectionInfo.Event) - Method in interface org.jboss.as.domain.controller.HostRegistrations
Add a host event.
addHostEvent(String, HostConnectionInfo.Event) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
addOptions(JvmElement, List<String>) - Method in class org.jboss.as.host.controller.model.jvm.JvmOptionsBuilderFactory
 
ADDRESS - Static variable in interface org.jboss.as.domain.controller.HostConnectionInfo
 
addServerGroupsToModel(Resource, ModelNode) - Static method in class org.jboss.as.host.controller.IgnoredNonAffectedServerGroupsUtil
 
addService(ServiceTarget, HostPathManagerService, HostControllerEnvironment) - Static method in class org.jboss.as.host.controller.HostPathManagerService
 
addToDontPropagateToServersAttachment(OperationContext, ModelNode) - Static method in class org.jboss.as.domain.controller.operations.coordination.ServerOperationResolver
 
addValidationStep(OperationContext, ModelNode) - Static method in class org.jboss.as.domain.controller.operations.DomainModelIncludesValidator
 
ADMIN_ONLY_POLICY - Static variable in class org.jboss.as.host.controller.operations.RemoteDomainControllerAddHandler
 
AdminOnlyDomainConfigPolicy - Enum in org.jboss.as.host.controller.model.host
Policy options for how a slave host controller started in admin-only mode should deal with the absence of a local copy of the domain-wide configuration.
adminOnlyModeCannotAcceptSlaves(RunningMode) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception message indicating this host is in admin mode and cannot accept registrations from other slaves.
AGENT_LIB - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
AGENT_PATH - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
allowDiscovery(List<DomainControllerManagementInterface>) - Method in interface org.jboss.as.host.controller.discovery.DiscoveryOption
Allow a domain controller's host name and port number to be discovered.
allowDiscovery(List<DomainControllerManagementInterface>) - Method in class org.jboss.as.host.controller.discovery.S3Discovery
 
allowDiscovery(List<DomainControllerManagementInterface>) - Method in class org.jboss.as.host.controller.discovery.StaticDiscovery
 
ALLOWED_ORIGINS - Static variable in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
ApplyExtensionsHandler - Class in org.jboss.as.domain.controller.operations
Step handler responsible for adding the extensions as part of the host registration process.
ApplyExtensionsHandler(ExtensionRegistry, LocalHostControllerInfo, IgnoredDomainResourceRegistry) - Constructor for class org.jboss.as.domain.controller.operations.ApplyExtensionsHandler
 
argumentExpected(String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
A message indicating an argument was expected for the option.
argumentHasNoValue(String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Messaging indicating a command line argument that was supposed to be parseable into a key and value included no value
as7431() - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating that only 1 piece of content is currently supported.
attemptingToSet(String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating an attempt was made to set the attributeToSet when the attributeAlreadySet was already set.
attribute - Variable in class org.jboss.as.domain.controller.operations.deployment.AbstractDeploymentUploadHandler
 
ATTRIBUTE_DEFINITIONS - Static variable in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
ATTRIBUTE_DEFINITIONS - Static variable in class org.jboss.as.host.controller.resources.NativeManagementResourceDefinition
 
ATTRIBUTE_NAME - Static variable in class org.jboss.as.host.controller.operations.ServerStatusHandler
 
ATTRIBUTES - Static variable in class org.jboss.as.domain.controller.resources.ProfileResourceDefinition
 
authenticationFailureUnableToConnect(Throwable) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating an inability to connect due to authentication failures.
AUTO_START - Static variable in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
awaitServersState(Collection<String>, boolean) - Method in interface org.jboss.as.host.controller.ServerInventory
Await for a group of servers to be either started or stopped.
awaitServersState(Collection<String>, boolean) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
awaitServerSuspend(Set<String>, int) - Method in interface org.jboss.as.host.controller.ServerInventory
Waits for the given set of servers to suspend
awaitServerSuspend(Set<String>, int) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 

B

BasicEventImpl(HostConnectionInfo.EventType, String) - Constructor for class org.jboss.as.domain.controller.HostConnectionInfo.BasicEventImpl
 
bindingNameNotUnique(String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
boot(BootContext) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
bootstrap() - Method in class org.jboss.as.host.controller.HostControllerBootstrap
Start the host controller services.
bucketAuthenticationFailure(String, int, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 

C

cancel() - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor.ExecutedServerRequest
 
cancel() - Method in class org.jboss.as.host.controller.mgmt.SlaveHostPinger
 
cancelTask(ServerIdentity) - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor
 
cannotAccessJvmInputArgument(Exception) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
cannotAccessRemoteFileRepository() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the remote file repository cannot be accessed from the master domain controller.
cannotAccessS3Bucket(String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
cannotAccessS3File(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
cannotConnect(URI, Exception) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a warning message indicating the remote domain controller could not connect.
cannotConnectToMaster(Exception) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an error message indicating this host is a slave and cannot connect to the master host controller.
cannotCreateLocalDirectory(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the inability to create a local directory.
cannotExecuteTransactionalOperationFromSlave(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
cannotIgnoreTypeHost(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
cannotInitializeSaxDriver() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
cannotInstantiateDiscoveryOptionClass(String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
cannotObtainValidDefaultAddress(Throwable, String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the default address cannot be obtained for communicating with the ProcessController.
cannotRemoveDeploymentInUse(String, List<String>) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating the deployment cannot be removed from the domain as it is still used by the server groups.
cannotRemoveS3File(Exception) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an error message indicating that the master host controller could not remove the S3 file.
cannotRemoveUsedServerGroup(String, Set<String>) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
cannotRestartServer(String, ServerStatus) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
A message indicating the server, represented by the serverName parameter, cannot restart as it is not currently started.
cannotStartServersInvalidMode(RunningMode) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
A message indicating the servers cannot start when the host controller is running in the mode represented by the mode parameter.
cannotUseSameValueForParameters(String, String, String, String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating the operation, represented by the opName parameter, cannot be used with the same value for the parameters represented by param1 and param2.
cannotWriteDomainControllerData(Exception) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an error message indicating that the master host controller could not write its data to the S3 file.
cannotWriteToS3File(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
caughtExceptionAwaitingFinalResponse(Throwable, String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Logs a warning message indicating an exception was caught awaiting the final response from the server, represented by the serverName parameter, on the host, represented by the hostName parameter.
caughtExceptionAwaitingFinalResponse(Throwable, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Logs a warning message indicating an exception was caught awaiting the final response from the host, represented by the hostName parameter.
caughtExceptionClosingInputStream(Throwable) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Logs a warning message indicating an exception was caught closing the input stream.
caughtExceptionDuringBoot(Exception) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
caughtExceptionStoringDeploymentContent(String, Throwable) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
An exception indicating an exception was caught storing the deployment content.
caughtExceptionWaitingForTask(String, String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Logs an error message indicating the class, represented by the className parameter, caught an exception waiting for the task.
caughtIOExceptionUploadingContent(IOException) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
channelClosed() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
checkCanRemove(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.DeploymentRemoveHandler
 
checkIgnoredProfileClone(ModelNode) - Method in class org.jboss.as.host.controller.ignored.IgnoredDomainResourceRegistry.IgnoredClonedProfileRegistry
Checks if an operation should be ignored, and updates the runtime registry and host state as required.
cleanUp() - Method in interface org.jboss.as.host.controller.discovery.DiscoveryOption
Clean up anything that was created for domain controller discovery.
cleanUp() - Method in class org.jboss.as.host.controller.discovery.S3Discovery
 
cleanUp() - Method in class org.jboss.as.host.controller.discovery.StaticDiscovery
 
clone() - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
clone() - Method in class org.jboss.as.host.controller.ignored.IgnoreDomainResourceTypeResource
{@inheritDoc
clone() - Method in class org.jboss.as.host.controller.resources.ServerConfigResource
 
cloneOperationNotSupportedOnHost(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
close() - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
 
closeShouldBeManagedByService() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the close should be managed by the service.
CODE - Static variable in class org.jboss.as.host.controller.discovery.DiscoveryOptionResourceDefinition
 
complete(boolean) - Method in class org.jboss.as.host.controller.ignored.IgnoredDomainResourceRegistry.IgnoredClonedProfileRegistry
Callback for when the controller transaction completes.
COMPLETE_HOST_CONTROLLER_REGISTRATION - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
configDirectoryDoesNotExist(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
configurationPersisterAlreadyInitialized() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the configuration persister for the domain model is already initialized.
ConfigurationPersisterFactory - Class in org.jboss.as.host.controller
Factory methods to produce an ExtensibleConfigurationPersister for different Host Controller use cases.
ConfigurationPersisterFactory() - Constructor for class org.jboss.as.host.controller.ConfigurationPersisterFactory
 
CONNECTED - Static variable in interface org.jboss.as.domain.controller.HostConnectionInfo
 
connectedToMaster(URI) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a message indicating that the slave host controller connected with the master HC.
CONNECTION_OPTIONS - Static variable in class org.jboss.as.host.controller.operations.NativeManagementServices
 
connectionFinished() - Method in interface org.jboss.as.host.controller.ServerInventory
Signal the end of the PC connection, regardless of the reason.
connectionFinished() - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
connectionToMasterInterrupted() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating an interruption while trying to connect to master.
connectionToMasterTimeout(Throwable, int, long) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the connection to master could not be completed within the number of retries and timeout.
CONSOLE_ENABLED - Static variable in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
Constants - Class in org.jboss.as.host.controller.discovery
Constants for discovery options.
Constants() - Constructor for class org.jboss.as.host.controller.discovery.Constants
 
contains(String) - Method in class org.jboss.as.host.controller.DomainSlaveHostRegistrations
 
CONTROLLER_TEMP_DIR - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Common alias between domain and standalone mode.
couldNotCreateDomainAutoStartDirectory(Path, Throwable) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
couldNotCreateDomainContentDirectory(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
couldNotCreateDomainDataDirectory(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
couldNotCreateDomainTempDirectory(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
couldNotCreateLogDirectory(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
couldNotCreateServersDirectory(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
couldNotGetServerInventory(long, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the server inventory could bot bre retrieved in the time.
couldNotObtainDomainUuid(Throwable, Path) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
couldNotPersistAutoStartServerStatus(Throwable) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
CPU_AFFINITY - Static variable in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
Bogus attribute that we accidentally registered in AS 7.1.2/EAP 6 even though it didn't appear in the resource description.
create(HostConnectionInfo.EventType, String) - Static method in class org.jboss.as.domain.controller.HostConnectionInfo.Events
 
create(ExtensionRegistry) - Static method in class org.jboss.as.host.controller.IgnoredNonAffectedServerGroupsUtil
Static factory
create(String[], String) - Static method in class org.jboss.as.host.controller.Main
 
create(LocalHostControllerInfo, ServerInventory, ControlledProcessState, File) - Static method in class org.jboss.as.host.controller.operations.ServerAddHandler
 
createBootUpdates(String, ModelNode, ModelNode, DomainController, ExpressionResolver) - Static method in class org.jboss.as.host.controller.ManagedServerOperationsFactory
Create a list of operations required to a boot a managed server.
createCachedRemoteDomainXmlConfigurationPersister(File, ExecutorService, ExtensionRegistry) - Static method in class org.jboss.as.host.controller.ConfigurationPersisterFactory
 
createConfigsFromModel(ModelNode) - Static method in class org.jboss.as.host.controller.IgnoredNonAffectedServerGroupsUtil
 
createConfiguration() - Method in class org.jboss.as.host.controller.ManagedServerBootCmdFactory
Create and verify the configuration before trying to start the process.
createDomainXmlConfigurationPersister(ConfigurationFile, ExecutorService, ExtensionRegistry) - Static method in class org.jboss.as.host.controller.ConfigurationPersisterFactory
 
createExtraValidationStepHandler() - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
createForMaster(ContentRepository) - Static method in class org.jboss.as.domain.controller.operations.deployment.DeploymentRemoveHandler
 
createForSlave(DeploymentFileRepository, ContentRepository) - Static method in class org.jboss.as.domain.controller.operations.deployment.DeploymentRemoveHandler
 
createHostIgnoredRegistry(HostInfo, ReadMasterDomainModelUtil.RequiredConfigurationHolder) - Static method in class org.jboss.as.domain.controller.operations.ReadMasterDomainModelUtil
Create the ResourceIgnoredTransformationRegistry for connection/reconnection process.
createHostRegistry(String, ManagementResourceRegistration, HostControllerConfigurationPersister, HostControllerEnvironment, HostRunningModeControl, HostFileRepository, LocalHostControllerInfoImpl, ServerInventory, HostFileRepository, ContentRepository, DomainController, ExtensionRegistry, ExtensionRegistry, AbstractVaultReader, IgnoredDomainResourceRegistry, ControlledProcessState, PathManagerService, DelegatingConfigurableAuthorizer, ManagedAuditLogger, BootErrorCollector) - Static method in class org.jboss.as.host.controller.HostModelUtil
 
createHostXmlConfigurationPersister(ConfigurationFile, HostControllerEnvironment, ExecutorService, ExtensionRegistry) - Static method in class org.jboss.as.host.controller.ConfigurationPersisterFactory
 
createIgnoredRegistry(ModelNode) - Static method in class org.jboss.as.host.controller.mgmt.HostInfo
 
createIncludesValidationHandler() - Static method in class org.jboss.as.domain.controller.operations.SocketBindingGroupResourceDefinition
 
createIncludesValidationHandler() - Static method in class org.jboss.as.domain.controller.resources.ProfileResourceDefinition
 
createLocalHostHostInfo(LocalHostControllerInfo, ProductConfig, IgnoredDomainResourceRegistry, Resource) - Static method in class org.jboss.as.host.controller.mgmt.HostInfo
Create the metadata which gets send to the DC when registering.
createOperation(HostControllerEnvironment) - Static method in class org.jboss.as.host.controller.operations.InstallationReportHandler
 
createRemoteBackupDomainXmlConfigurationPersister(File, ExecutorService, ExtensionRegistry) - Static method in class org.jboss.as.host.controller.ConfigurationPersisterFactory
 
createResource(OperationContext) - Method in class org.jboss.as.host.controller.operations.AbstractDiscoveryOptionAddHandler
 
createResource(OperationContext) - Method in class org.jboss.as.host.controller.operations.ServerAddHandler
 
createRestartRequiredHandler() - Static method in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
createRootRegistry(ManagementResourceRegistration, HostControllerEnvironment, IgnoredDomainResourceRegistry, HostModelUtil.HostModelRegistrar, ProcessType, DelegatingConfigurableAuthorizer, Resource) - Static method in class org.jboss.as.host.controller.HostModelUtil
 
createServerConfigInfo(String, String, String) - Static method in class org.jboss.as.host.controller.IgnoredNonAffectedServerGroupsUtil
Creates a server config info from its name, its server group and its socket binding group
createServerIgnoredRegistry(ReadMasterDomainModelUtil.RequiredConfigurationHolder, Transformers.ResourceIgnoredTransformationRegistry) - Static method in class org.jboss.as.domain.controller.operations.ReadMasterDomainModelUtil
Create the ResourceIgnoredTransformationRegistry when fetching missing content, only including relevant pieces to a server-config.
createTransientDomainXmlConfigurationPersister(ExecutorService, ExtensionRegistry) - Static method in class org.jboss.as.host.controller.ConfigurationPersisterFactory
 
creatingBucketWithUnsupportedCallingFormat() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
creatingHttpManagementService(String, int, int) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an informational message indicating the creation of HTTP management server using the network interface.

D

DC_LOCAL - Static variable in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 
DC_REMOTE - Static variable in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 
DEBUG_ENABLED - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
DEBUG_OPTIONS - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
DEFAULT - Static variable in enum org.jboss.as.host.controller.model.host.AdminOnlyDomainConfigPolicy
 
DEFAULT_MODULE - Static variable in class org.jboss.as.host.controller.discovery.Constants
 
defaultValue() - Static method in enum org.jboss.as.host.controller.DirectoryGrouping
Returns the default directory grouping.
DEFINITION - Static variable in class org.jboss.as.domain.controller.operations.ApplyExtensionsHandler
 
DEFINITION - Static variable in class org.jboss.as.domain.controller.operations.GenericModelDescribeOperationHandler
 
DEFINITION - Static variable in class org.jboss.as.domain.controller.operations.ProfileCloneHandler
 
DEFINITION - Static variable in class org.jboss.as.domain.controller.operations.ReadMasterDomainOperationsHandler
 
DEFINITION - Static variable in class org.jboss.as.domain.controller.operations.ResolveExpressionOnDomainHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.HostModelRegistrationHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.HostShutdownHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.InstallationReportHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.LocalDomainControllerAddHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.LocalDomainControllerRemoveHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.RemoteDomainControllerAddHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.RemoteDomainControllerRemoveHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.ResolveExpressionOnHostHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.ServerReloadHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.ServerRestartHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.ServerResumeHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.ServerStartHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.ServerStopHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.ServerSuspendHandler
 
DEFINITION - Static variable in class org.jboss.as.host.controller.operations.StartServersHandler
 
deleteSnapshot(String) - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
DeploymentAddHandler - Class in org.jboss.as.domain.controller.operations.deployment
Handles addition of a deployment to the model.
DeploymentAddHandler(HostFileRepository) - Constructor for class org.jboss.as.domain.controller.operations.deployment.DeploymentAddHandler
Constructor for a slave Host Controller
DeploymentAddHandler(ContentRepository) - Constructor for class org.jboss.as.domain.controller.operations.deployment.DeploymentAddHandler
Constructor for a master Host Controller
deploymentAlreadyStarted(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating the deployment is already started.
DeploymentFullReplaceHandler - Class in org.jboss.as.domain.controller.operations.deployment
Handles replacement in the runtime of one deployment by another.
DeploymentFullReplaceHandler(ContentRepository) - Constructor for class org.jboss.as.domain.controller.operations.deployment.DeploymentFullReplaceHandler
Constructor for a master Host Controller
DeploymentFullReplaceHandler(HostFileRepository) - Constructor for class org.jboss.as.domain.controller.operations.deployment.DeploymentFullReplaceHandler
Constructor for a slave Host Controller
deploymentHashNotFoundInRepository(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception indicating the hash does not refer to any deployment.
DeploymentRemoveHandler - Class in org.jboss.as.domain.controller.operations.deployment
Handles removal of a deployment from the model.
DeploymentUploadBytesHandler - Class in org.jboss.as.domain.controller.operations.deployment
Handler for the upload-deployment-bytes operation.
DeploymentUploadStreamAttachmentHandler - Class in org.jboss.as.domain.controller.operations.deployment
Handler for the upload-deployment-stream operation.
DeploymentUploadURLHandler - Class in org.jboss.as.domain.controller.operations.deployment
Handler for the upload-deployment-url operation.
DESTROY_OPERATION - Static variable in class org.jboss.as.host.controller.operations.ServerProcessHandlers
 
destroyServer(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Destroy a stopping server process.
destroyServer(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
determineEnvironment(String[], long) - Static method in class org.jboss.as.host.controller.Main
 
determineRunningProcesses() - Method in interface org.jboss.as.host.controller.ServerInventory
Gets information on all the running processes
determineRunningProcesses(boolean) - Method in interface org.jboss.as.host.controller.ServerInventory
Gets information on all the running processes
determineRunningProcesses() - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
determineRunningProcesses(boolean) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
determineServerStatus(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Get the status of the server with the given name.
determineServerStatus(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
didNotReadEntireFile(long) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the entire file was not read.
DIRECTORY_GROUPING - Static variable in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 
DirectoryGrouping - Enum in org.jboss.as.host.controller
The directory grouping types for the domains; tmp, log and data directories.
discover() - Method in interface org.jboss.as.host.controller.discovery.DiscoveryOption
Determine the host name and port of the remote domain controller.
discover() - Method in class org.jboss.as.host.controller.discovery.S3Discovery
 
discover() - Method in class org.jboss.as.host.controller.discovery.StaticDiscovery
 
DISCOVERY_ATTRIBUTES - Static variable in class org.jboss.as.host.controller.discovery.DiscoveryOptionResourceDefinition
 
DISCOVERY_OPTIONS - Static variable in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResourceDefinition
 
DiscoveryOption - Interface in org.jboss.as.host.controller.discovery
Allow the discovery of a remote domain controller's host and port.
DiscoveryOptionAddHandler - Class in org.jboss.as.host.controller.operations
Handler for the discovery option resource's add operation.
DiscoveryOptionAddHandler(LocalHostControllerInfoImpl) - Constructor for class org.jboss.as.host.controller.operations.DiscoveryOptionAddHandler
Create the DiscoveryOptionAddHandler.
DiscoveryOptionRemoveHandler - Class in org.jboss.as.host.controller.operations
Handler for a discovery resource's remove operation.
DiscoveryOptionRemoveHandler() - Constructor for class org.jboss.as.host.controller.operations.DiscoveryOptionRemoveHandler
Create the DiscoveryOptionRemoveHandler.
DiscoveryOptionResourceDefinition - Class in org.jboss.as.host.controller.discovery
ResourceDefinition for a resource representing a generic discovery option.
DiscoveryOptionResourceDefinition(LocalHostControllerInfoImpl) - Constructor for class org.jboss.as.host.controller.discovery.DiscoveryOptionResourceDefinition
 
discoveryOptionsFailureUnableToConnect(Throwable) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
DiscoveryOptionsReadAttributeHandler - Class in org.jboss.as.host.controller.operations
 
DiscoveryOptionsReadAttributeHandler() - Constructor for class org.jboss.as.host.controller.operations.DiscoveryOptionsReadAttributeHandler
 
DiscoveryOptionsResource - Class in org.jboss.as.host.controller.discovery
 
DiscoveryOptionsResource() - Constructor for class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
DiscoveryOptionsResourceDefinition - Class in org.jboss.as.host.controller.discovery
ResourceDefinition for a resource representing discovery options.
DiscoveryWriteAttributeHandler - Class in org.jboss.as.host.controller.operations
Handles changes to the options attribute containing the list of custom and static descovery options.
DiscoveryWriteAttributeHandler() - Constructor for class org.jboss.as.host.controller.operations.DiscoveryWriteAttributeHandler
 
DOMAIN_BASE_DIR - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Constant that holds the name of the system property for specifying HostControllerEnvironment.getDomainBaseDir() the domain base directory}.
DOMAIN_CONFIG_DIR - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Constant that holds the name of the system property for specifying HostControllerEnvironment.getDomainConfigurationDir() the domain configuration directory}.
DOMAIN_CONNECTION_ID - Static variable in class org.jboss.as.host.controller.RemoteDomainConnectionService
 
DOMAIN_CONTENT_DIR - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Constant that holds the name of the system property for specifying HostControllerEnvironment.getDomainContentDir() the domain content repository directory}.
DOMAIN_CONTROLLER - Static variable in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 
DOMAIN_CONTROLLER_LOCK_ID - Static variable in class org.jboss.as.domain.controller.operations.coordination.DomainControllerLockIdUtils
The domain controller lock id header sent by the DC to the slave host.
DOMAIN_CONTROLLER_LOCK_ID_ATTACHMENT - Static variable in class org.jboss.as.domain.controller.operations.coordination.DomainControllerLockIdUtils
The attachment used by the slave to keep track of the lock id on the DC (if any)
DOMAIN_CONTROLLER_TYPE - Static variable in class org.jboss.as.domain.controller.operations.ProcessTypeHandler
 
DOMAIN_DATA_DIR - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Constant that holds the name of the system property for specifying HostControllerEnvironment.getDomainDataDir() the domain data directory}.
DOMAIN_DEPLOYMENT_DIR - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
DOMAIN_LOG_DIR - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Constant that holds the name of the system property for specifying HostControllerEnvironment.getDomainLogDir() the domain log directory}.
DOMAIN_LOGGER - Static variable in interface org.jboss.as.host.controller.logging.HostControllerLogger
A logger with a category of org.jboss.as.domain.controller.
DOMAIN_ORGANIZATION_IDENTIFIER - Static variable in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 
DOMAIN_PUSH_TO_SERVERS - Static variable in class org.jboss.as.domain.controller.operations.coordination.ServerOperationsResolverHandler
 
DOMAIN_RESOURCE_ADDRESS - Static variable in class org.jboss.as.domain.controller.operations.ReadMasterDomainModelUtil
 
DOMAIN_RESOURCE_MODEL - Static variable in class org.jboss.as.domain.controller.operations.ReadMasterDomainModelUtil
 
DOMAIN_RESOURCE_PROPERTIES - Static variable in class org.jboss.as.domain.controller.operations.ReadMasterDomainModelUtil
 
DOMAIN_SERVERS_DIR - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Constant that holds the name of the system property for specifying HostControllerEnvironment.getDomainServersDir() the managed domain server parent directory}.
DOMAIN_TEMP_DIR - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Constant that holds the name of the system property for specifying HostControllerEnvironment.getDomainTempDir() the domain temporary file storage directory}.
domainBaseDirectoryDoesNotExist(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
domainBaseDirectoryIsNotADirectory(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
domainContentDirectoryIsNotDirectory(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
DomainController - Interface in org.jboss.as.domain.controller
TODO this interface is now a mishmash of not really related stuff.
DomainControllerData - Class in org.jboss.as.host.controller.discovery
Encapsulates information about a domain controller (i.e., host and port).
DomainControllerData() - Constructor for class org.jboss.as.host.controller.discovery.DomainControllerData
 
DomainControllerData(String, String, int) - Constructor for class org.jboss.as.host.controller.discovery.DomainControllerData
Create the DomainControllerData.
domainControllerDataFromByteBuffer(byte[]) - Static method in class org.jboss.as.host.controller.discovery.S3Util
Get the domain controller data from the given byte buffer.
domainControllerDataToByteBuffer(List<DomainControllerData>) - Static method in class org.jboss.as.host.controller.discovery.S3Util
Write the domain controller data to a byte buffer.
DomainControllerLockIdUtils - Class in org.jboss.as.domain.controller.operations.coordination
Contains operation headers and attachments used to communicate the domain controller's lock id to the slaves.
DomainControllerLogger - Interface in org.jboss.as.domain.controller.logging
 
DomainControllerManagementInterface - Class in org.jboss.as.host.controller.discovery
 
DomainControllerManagementInterface(int, String, Protocol) - Constructor for class org.jboss.as.host.controller.discovery.DomainControllerManagementInterface
 
DomainControllerProtocol - Interface in org.jboss.as.host.controller.mgmt
 
domainDataDirectoryIsNotDirectory(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
DomainIncludesValidationWriteAttributeHandler - Class in org.jboss.as.domain.controller.operations
Write attribute handler to trigger validation when something in the domain model involving includes has changed
DomainIncludesValidationWriteAttributeHandler(AttributeDefinition...) - Constructor for class org.jboss.as.domain.controller.operations.DomainIncludesValidationWriteAttributeHandler
 
domainModelChangedOnReConnect(Set<ServerIdentity>) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Logs a warning message indicating the domain model has changed on re-connect and the servers need to be restarted for the changes to take affect.
DomainModelControllerService - Class in org.jboss.as.host.controller
Creates the service that acts as the ModelController for a Host Controller process.
DomainModelIncludesValidator - Class in org.jboss.as.domain.controller.operations
Handler validating that "including" resources don't involve cycles and that including resources don't involve children that override the included resources.
DomainRemoteFileRequestAndHandler - Class in org.jboss.as.host.controller.mgmt
 
DomainRemoteFileRequestAndHandler(Executor) - Constructor for class org.jboss.as.host.controller.mgmt.DomainRemoteFileRequestAndHandler
 
DomainResolver - Class in org.jboss.as.domain.controller.resources
Model description for the domain root.
DomainResolver() - Constructor for class org.jboss.as.domain.controller.resources.DomainResolver
 
DomainRolloutStepHandler - Class in org.jboss.as.domain.controller.operations.coordination
Formulates a rollout plan, invokes the proxies to execute it on the servers.
DomainRolloutStepHandler(Map<String, ProxyController>, Map<String, ProxyController>, MultiphaseOverallContext, ModelNode, ExecutorService) - Constructor for class org.jboss.as.domain.controller.operations.coordination.DomainRolloutStepHandler
 
DomainRootDefinition - Class in org.jboss.as.domain.controller.resources
ResourceDefinition for the root resource in the domain-wide model.
DomainRootDefinition(DomainController, HostControllerEnvironment, ExtensibleConfigurationPersister, ContentRepository, HostFileRepository, boolean, LocalHostControllerInfo, ExtensionRegistry, IgnoredDomainResourceRegistry, PathManagerService, DelegatingConfigurableAuthorizer, HostRegistrations, MutableRootResourceRegistrationProvider) - Constructor for class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
DomainRootDefinition.RolloutPlanValidator - Class in org.jboss.as.domain.controller.resources
 
DomainServerLifecycleHandlers - Class in org.jboss.as.domain.controller.operations
An operation handler for the :stop-servers, :restart-servers and :start-servers commands.
DomainServerLifecycleHandlers() - Constructor for class org.jboss.as.domain.controller.operations.DomainServerLifecycleHandlers
 
DomainServerUtils - Class in org.jboss.as.domain.controller.operations.coordination
TODO: Rename
DomainServerUtils() - Constructor for class org.jboss.as.domain.controller.operations.coordination.DomainServerUtils
 
DomainSlaveHandler - Class in org.jboss.as.domain.controller.operations.coordination
Executes the first phase of a two phase operation on one or more remote, slave host controllers.
DomainSlaveHandler(Map<String, ProxyController>, MultiphaseOverallContext) - Constructor for class org.jboss.as.domain.controller.operations.coordination.DomainSlaveHandler
 
DomainSlaveHostRegistrations - Class in org.jboss.as.host.controller
 
DomainSlaveHostRegistrations() - Constructor for class org.jboss.as.host.controller.DomainSlaveHostRegistrations
 
DomainSocketBindingGroupRemoveHandler - Class in org.jboss.as.domain.controller.operations
Handler for the socket-binding-group resource's remove operation.
domainTempDirectoryIsNotADirectory(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
DomainTransformers - Class in org.jboss.as.domain.controller.transformers
Global transformation rules for the domain, host and server-config model.
DomainTransformers() - Constructor for class org.jboss.as.domain.controller.transformers.DomainTransformers
 
DomainXml - Class in org.jboss.as.host.controller.parsing
A mapper between an AS server's configuration model and XML representations, particularly domain.xml.
DomainXml(ModuleLoader, ExecutorService, ExtensionRegistry) - Constructor for class org.jboss.as.host.controller.parsing.DomainXml
 
DONT_PROPAGATE_TO_SERVERS_ATTACHMENT - Static variable in class org.jboss.as.domain.controller.operations.coordination.ServerOperationResolver
 
duplicateIgnoredResourceType(String, String, Location) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
duplicateProfileInclude(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
duplicateSocketBindingGroupInclude(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 

E

ENV_CLASSPATH_IGNORED - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
ENVIRONMENT_VARIABLES - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
envVariableAlreadyExists(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
equals(Object) - Method in class org.jboss.as.domain.controller.ServerIdentity
Returns true if obj is a HostedServer with the same server name and host name.
errorClosingDownHost(Throwable) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating there was an error closing down the host.
errorObtainingUrlStream(String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating an error occurred obtaining the input stream from the URL.
errorParsingBucketListings(Throwable) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
errorRetrievingDomainModel(String, int, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a warning message indicating an error retrieving domain model from the remote domain controller.
EVENTS - Static variable in interface org.jboss.as.domain.controller.HostConnectionInfo
 
evictEntries(DomainSlaveHostRegistrations.EvictionPolicy) - Method in class org.jboss.as.host.controller.DomainSlaveHostRegistrations
 
exceptionAwaitingResultFromHost(String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating an exception occurred getting the result from the host.
exceptionAwaitingResultFromServer(ServerIdentity, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating an exception occurred getting the result from the server.
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.ApplyExtensionsHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.coordination.DomainRolloutStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.coordination.DomainSlaveHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.coordination.PrepareStepHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.coordination.ServerOperationsResolverHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.AbstractDeploymentUploadHandler
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.DeploymentAddHandler
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.DeploymentFullReplaceHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.DeploymentRemoveHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentAddHandler
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentDeployHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentRedeployHandler
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentRemoveHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentReplaceHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentUndeployHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.DomainModelIncludesValidator
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.FetchMissingConfigurationHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.GenericModelDescribeOperationHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.LocalHostNameOperationHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.ProcessTypeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.ProfileCloneHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.ProfileDescribeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.ReadMasterDomainModelHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.ReadMasterDomainOperationsHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.ResolveExpressionOnDomainHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.SyncDomainModelOperationHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.SyncModelOperationHandlerWrapper
 
execute() - Method in class org.jboss.as.domain.controller.plan.RolloutPlanController
 
execute(TransactionalProtocolClient.TransactionalOperationListener<ServerTaskExecutor.ServerOperation>, ServerIdentity, ModelNode) - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor
Execute
execute(Operation, OperationMessageHandler, ModelController.OperationTransactionControl, OperationStepHandler) - Method in interface org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler.OperationExecutor
Execute the operation.
execute(Operation, OperationMessageHandler, ModelController.OperationTransactionControl, OperationStepHandler) - Method in interface org.jboss.as.host.controller.mgmt.ServerToHostProtocolHandler.OperationExecutor
Execute the operation.
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.DiscoveryOptionsReadAttributeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.HostModelRegistrationHandler
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.HostShutdownHandler
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.InstallationReportHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.IsMasterHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.LocalDomainControllerAddHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.LocalDomainControllerRemoveHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.RemoteDomainControllerAddHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.RemoteDomainControllerRemoveHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.ResolveExpressionOnHostHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.ServerProcessHandlers
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.ServerReloadHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.ServerRestartHandler
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.ServerResumeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.ServerStartHandler
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.ServerStatusHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.ServerStopHandler
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.ServerSuspendHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.StartServersHandler
execute(ModelNode) - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
 
execute(Operation) - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
 
execute(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
 
execute(Operation, OperationMessageHandler) - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
 
executeAndAttemptLock(Operation, OperationMessageHandler, ModelController.OperationTransactionControl, OperationStepHandler) - Method in interface org.jboss.as.host.controller.mgmt.MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor
 
executeAsync(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
 
executeAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
 
ExecutedServerRequest(ServerIdentity, Future<OperationResponse>) - Constructor for class org.jboss.as.domain.controller.plan.ServerTaskExecutor.ExecutedServerRequest
 
ExecutedServerRequest(ServerIdentity, Future<OperationResponse>, OperationResultTransformer) - Constructor for class org.jboss.as.domain.controller.plan.ServerTaskExecutor.ExecutedServerRequest
 
executeOperation(TransactionalProtocolClient.TransactionalOperationListener<ServerTaskExecutor.ServerOperation>, TransactionalProtocolClient, ServerIdentity, ModelNode, OperationResultTransformer) - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor
Execute the operation.
executeOperation(Operation, OperationMessageHandler) - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
 
executeOperationAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
 
executeReadOnly(ModelNode, OperationStepHandler, ModelController.OperationTransactionControl) - Method in interface org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler.OperationExecutor
Execute an operation using the current management model.
executeReadOnly(ModelNode, Resource, OperationStepHandler, ModelController.OperationTransactionControl) - Method in interface org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler.OperationExecutor
Execute an operation using given resource model.
executeTask(TransactionalProtocolClient.TransactionalOperationListener<ServerTaskExecutor.ServerOperation>, ServerUpdateTask) - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor
Execute a server task.
existingServerWithState(String, ServerStatus) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a warning message indicating the existing server is already defined with a different state.
exit(int) - Static method in class org.jboss.as.host.controller.SystemExiter
 
exit(int) - Method in interface org.jboss.as.host.controller.SystemExiter.Exiter
 
expectedOnlyOneDeployment(int) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception indicating an unexpected number of deployments.

F

failedDiscoveringMaster(DiscoveryOption, Exception) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a warning message indicating that the slave host controller could not discover the remote domain controller using the given DiscoveryOption.
failedMarshallingDomainControllerData() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
failedProfileOperationsRetrieval() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
A message indicating a failure to retrieve the profile operations from the domain controller.
failedToAddExtensions(ModelNode) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
failedToApplyDomainConfig(Exception) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
failedToApplyDomainConfig(String, ModelNode) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
failedToCreateServerProcess(Throwable, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an error message indicating a failure to create a server process.
failedToGetFileFromRemoteRepository(Throwable) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating a failure to get the file from a remote repository.
failedToGetServerStatus() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
A message indicating a failure to get the server status.
failedToLoadModule(ModuleLoadException, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
failedToReadAuthenticationKey(Throwable) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
A message indicating a failure to read the authentication key.
failedToResolveInterface(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
failedToSendMessage(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
failedToSendReconnect(Throwable, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an error message indicating a failure to send a reconnect message to the server.
failedToSendResponseHeader(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
failedToSetServerInRestartRequireState(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
failedToStartServer(Throwable, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an error message indicating a failure to start the server, represented by the serverName parameter.
failedToStopServer(Throwable, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an error message indicating a failure to stop the server, represented by the serverName parameter.
FETCH_DOMAIN_CONFIGURATION_REQUEST - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
fetchAndSyncMissingConfiguration(OperationContext, Resource) - Method in interface org.jboss.as.host.controller.MasterDomainControllerClient
Pulls down missing data from the domain controller and applies it to the local model as a result of a change to a/an added server-config
fetchAndSyncMissingConfiguration(OperationContext, Resource) - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
 
fetchConfigFromDomainMasterFailed(RunningMode, String, AdminOnlyDomainConfigPolicy, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
fetchDomainWideConfiguration() - Method in interface org.jboss.as.host.controller.MasterDomainControllerClient
Connect to the remote domain controller and fetch the domain wide configuration, but do not register as a member of the domain.
fetchDomainWideConfiguration() - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
 
FetchMissingConfigurationHandler - Class in org.jboss.as.domain.controller.operations
Executed on the DC when a slave's host requests more data for a given server group.
FetchMissingConfigurationHandler(String, Transformers, ExtensionRegistry) - Constructor for class org.jboss.as.domain.controller.operations.FetchMissingConfigurationHandler
 
FILE_END - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
FILE_START - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
finalizeTransaction(boolean) - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor.ServerPreparedResponse
Finalize the transaction.
finishModelStage(OperationContext, ModelNode, String, ModelNode, ModelNode, Resource) - Method in class org.jboss.as.domain.controller.operations.DomainIncludesValidationWriteAttributeHandler
 
finishModelStage(OperationContext, ModelNode, String, ModelNode, ModelNode, Resource) - Method in class org.jboss.as.host.controller.operations.ServerRestartRequiredServerConfigWriteAttributeHandler
 
forHostAlreadyExists(String) - Static method in exception org.jboss.as.domain.controller.SlaveRegistrationException
 
forHostIsNotMaster() - Static method in exception org.jboss.as.domain.controller.SlaveRegistrationException
 
forMasterInAdminOnlyMode(RunningMode) - Static method in exception org.jboss.as.domain.controller.SlaveRegistrationException
 
forName(String) - Static method in enum org.jboss.as.host.controller.DirectoryGrouping
 
forUnknownError(String) - Static method in exception org.jboss.as.domain.controller.SlaveRegistrationException
 
fromModelNode(ModelNode) - Static method in class org.jboss.as.host.controller.mgmt.HostInfo
 

G

generatePreSignedUrl(String, String, String, String, String, long) - Static method in class org.jboss.as.host.controller.discovery.S3Util
Use this helper method to generate pre-signed S3 urls.
GenericModelDescribeOperationHandler - Class in org.jboss.as.domain.controller.operations
A generic model "describe" handler, returning a list of operations which is needed to create an equivalent model.
GenericModelDescribeOperationHandler(String, boolean) - Constructor for class org.jboss.as.domain.controller.operations.GenericModelDescribeOperationHandler
 
GET_FILE_REQUEST - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
getAccessConstraints() - Method in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
getAccessConstraints() - Method in class org.jboss.as.host.controller.resources.NativeManagementResourceDefinition
 
getAddress() - Method in class org.jboss.as.host.controller.discovery.DomainControllerManagementInterface
 
getAdminOnlyDomainConfigPolicy() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getAgentLib() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getAgentPath() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getAllowedOrigins() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
 
getAllowedOrigins() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getAllRunningServers(ModelNode, String, Map<String, ProxyController>) - Static method in class org.jboss.as.domain.controller.operations.coordination.DomainServerUtils
 
getBaseAddress() - Method in class org.jboss.as.host.controller.operations.HostXmlMarshallingHandler
 
getCapabilityRegistry() - Method in interface org.jboss.as.domain.controller.DomainController
 
getCapabilityRegistry() - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
getChild(PathElement) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
getChildren(String) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
getChildrenNames(String) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
getChildTypes() - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
getClientMappingsWriteAttributeHandler() - Method in class org.jboss.as.domain.controller.resources.SocketBindingResourceDefinition
 
getCode() - Method in enum org.jboss.as.domain.controller.SlaveRegistrationException.ErrorCode
 
getContentInputStream(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.AbstractDeploymentUploadHandler
 
getContentInputStream(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.DeploymentUploadBytesHandler
getContentInputStream(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.DeploymentUploadStreamAttachmentHandler
getContentInputStream(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.deployment.DeploymentUploadURLHandler
getContentRepository() - Method in class org.jboss.as.domain.controller.operations.deployment.SyncModelParameters
 
getCurrentRunningMode() - Method in interface org.jboss.as.domain.controller.DomainController
Gets the domain controller's current running mode.
getCurrentRunningMode() - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
getDebugOptions() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getDefaultJVM() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the location of the default java executable to use when launch managed domain servers.
getDefinition(LocalHostControllerInfo) - Static method in class org.jboss.as.domain.controller.operations.HostProcessReloadHandler
 
getDescribedResources() - Method in class org.jboss.as.domain.controller.operations.ReadMasterDomainModelUtil
Gets a list of the resources for the slave's ApplyXXXXHandlers.
getDomainBaseDir() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the base directory in which managed domain files are stored.
getDomainConfigurationDir() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the directory in which managed domain configuration files are stored.
getDomainConfigurationFile() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
 
getDomainContentDir() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the directory in which a Host Controller will store domain-managed user content (e.g.
getDomainController() - Method in class org.jboss.as.domain.controller.operations.deployment.SyncModelParameters
 
getDomainDataDir() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the directory in which a Host Controller or Process Controller can store private internal state that should survive a process restart.
getDomainDeploymentDir() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
getDomainLogDir() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the directory in which a Host Controller or Process Controller can write log files.
getDomainPersister() - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
getDomainServersDir() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the directory under domain managed servers will write any persistent data.
getDomainTempDir() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the directory in which a Host Controller or Process Controller can store private internal state that does not need to survive a process restart.
getEnvironment() - Method in class org.jboss.as.host.controller.HostControllerService
 
getEnvironmentVariables() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getErrorCode() - Method in exception org.jboss.as.domain.controller.SlaveRegistrationException
 
getErrorMessage() - Method in exception org.jboss.as.domain.controller.SlaveRegistrationException
 
getEvents() - Method in interface org.jboss.as.domain.controller.HostConnectionInfo
Get a list of connection events.
getEventType() - Method in class org.jboss.as.domain.controller.HostConnectionInfo.BasicEventImpl
 
getEventType() - Method in interface org.jboss.as.domain.controller.HostConnectionInfo.Event
Get the type of event.
getExpressionResolver() - Method in interface org.jboss.as.domain.controller.DomainController
 
getExpressionResolver() - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
getExtensionRegistry() - Method in interface org.jboss.as.domain.controller.DomainController
 
getExtensionRegistry() - Method in class org.jboss.as.domain.controller.operations.deployment.SyncModelParameters
 
getExtensionRegistry() - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
getFileRepository() - Method in class org.jboss.as.domain.controller.operations.deployment.SyncModelParameters
 
getFinalResult() - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor.ExecutedServerRequest
 
getFixedPortWriteAttributeHandler() - Method in class org.jboss.as.domain.controller.resources.SocketBindingResourceDefinition
 
getGroupsForType(String, String, ModelNode) - Static method in class org.jboss.as.domain.controller.operations.coordination.DomainServerUtils
 
getHeapSize() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getHomeDir() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the root directory for this JBoss installation.
getHost() - Method in class org.jboss.as.host.controller.discovery.DomainControllerData
Gets the domain controller's host name.
getHost() - Method in class org.jboss.as.host.controller.discovery.DomainControllerManagementInterface
 
getHost() - Method in class org.jboss.as.host.controller.discovery.RemoteDomainControllerConnectionConfiguration
 
getHostConfigurationFile() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
 
getHostControllerAddress() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the address the process controller told this Host Controller to use for communication with it.
getHostControllerEnvironment() - Method in class org.jboss.as.domain.controller.operations.deployment.SyncModelParameters
 
getHostControllerEnvironment() - Method in class org.jboss.as.host.controller.ManagedServerBootCmdFactory
Get the host controller environment.
getHostControllerEnvironment() - Method in interface org.jboss.as.host.controller.ManagedServerBootConfiguration
Get the host controller environment.
getHostControllerName() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the name by which this host controller is known in the domain.
getHostControllerPort() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the port the process controller told this Host Controller to use for communication with it.
getHostInfo(String) - Method in interface org.jboss.as.domain.controller.HostRegistrations
Get the host registration info.
getHostInfo(String) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
getHostName() - Method in interface org.jboss.as.domain.controller.HostConnectionInfo
Get the host name.
getHostName() - Method in class org.jboss.as.domain.controller.ServerIdentity
 
getHostName() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Get the local host name detected at server startup.
getHostName() - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
getHostPersister() - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
getHosts() - Method in class org.jboss.as.host.controller.DomainSlaveHostRegistrations
 
getHostSystemProperties() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Initial set of system properties provided to this Host Controller at boot via the command line.
getHttpManagementInterface() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets the name of the interface on which the host listens for HTTP management requests.
getHttpManagementInterface() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getHttpManagementPort() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets the name of the port on which the host listens for HTTP management requests.
getHttpManagementPort() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getHttpManagementSecureInterface() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets the name of the interface on which the host listens for HTTPS management requests.
getHttpManagementSecureInterface() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getHttpManagementSecurePort() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets the name of the port on which the host listens for HTTPS management requests.
getHttpManagementSecurePort() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getHttpManagementSecurityRealm() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets the name of the security realm to use for for HTTP management requests.
getHttpManagementSecurityRealm() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getIdentity() - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor.ExecutedServerRequest
 
getIdentity() - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor.ServerOperation
 
getIgnoredClonedProfileRegistry() - Method in class org.jboss.as.host.controller.ignored.IgnoredDomainResourceRegistry
 
getIgnoredResourceRegistry() - Method in class org.jboss.as.domain.controller.operations.deployment.SyncModelParameters
 
getIgnoredResourcesAsModel() - Method in class org.jboss.as.host.controller.ignored.IgnoredDomainResourceRegistry
 
getInitialRunningMode() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the RunningMode that was in effect when this Host Controller was launched.
getInstance() - Static method in class org.jboss.as.host.controller.model.jvm.JvmOptionsBuilderFactory
 
getInstance(ManagementResourceRegistration, LocalHostControllerInfoImpl, HostControllerConfigurationPersister, HostFileRepository, ContentRepository, DomainController, ExtensionRegistry, PathManagerService) - Static method in class org.jboss.as.host.controller.operations.LocalDomainControllerAddHandler
 
getInstanceUuid() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
 
getInterfaceWriteAttributeHandler() - Method in class org.jboss.as.domain.controller.resources.SocketBindingResourceDefinition
 
getJavaagent() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getJavaHome() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getJvmOptions() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getJvmType() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getLaunchCommand() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getLocalFileRepository() - Method in interface org.jboss.as.domain.controller.DomainController
Gets the file repository backing this domain controller
getLocalFileRepository() - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
getLocalHostInfo() - Method in interface org.jboss.as.domain.controller.DomainController
Gets the local host controller info.
getLocalHostInfo() - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
getLocalHostName() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets the host controller's name.
getLocalHostName() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getLocalSocketBindingAddOperation(PathAddress, ModelNode) - Static method in class org.jboss.as.host.controller.ManagedServerOperationsFactory
 
getManagementMajorVersion() - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
getManagementMicroVersion() - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
getManagementMinorVersion() - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
getMaxHeap() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getMaxPermgen() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getModel() - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
getModel() - Method in class org.jboss.as.host.controller.ignored.IgnoreDomainResourceTypeResource
{@inheritDoc
getModel() - Method in class org.jboss.as.host.controller.resources.ServerConfigResource
 
getModelControllerServiceInitializationParams() - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
getModulesDir() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Deprecated.
has no reliable meaning
getMulticastAddressWriteAttributeHandler() - Method in class org.jboss.as.domain.controller.resources.SocketBindingResourceDefinition
 
getMulticastPortWriteAttributeHandler() - Method in class org.jboss.as.domain.controller.resources.SocketBindingResourceDefinition
 
getName() - Method in enum org.jboss.as.domain.controller.HostConnectionInfo.EventType
 
getName() - Method in interface org.jboss.as.host.controller.IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo
Gets the server config name
getName() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getNativeManagementInterface() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets the name of the interface on which the host listens for native management requests.
getNativeManagementInterface() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getNativeManagementPort() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets the name of the port on which the host listens for native management requests.
getNativeManagementPort() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getNativeManagementSecurityRealm() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets the name of the security realm to use for for native management requests.
getNativeManagementSecurityRealm() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getOperation(List<ModelNode>) - Static method in class org.jboss.as.domain.controller.operations.ApplyExtensionsHandler
 
getOperationExecutor() - Method in class org.jboss.as.domain.controller.operations.deployment.SyncModelParameters
 
getOption(String, String) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
getOptions(String) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
getOptions() - Method in class org.jboss.as.host.controller.model.jvm.JvmOptionsElement
Get a copy of the options.
getOptionTypeNames(String) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
getOptionTypes() - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
getOrderedChildTypes() - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
getPeerAddress() - Method in class org.jboss.as.domain.controller.HostConnectionInfo.BasicEventImpl
 
getPeerAddress() - Method in interface org.jboss.as.domain.controller.HostConnectionInfo.Event
Get the remote address
getPermgenSize() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getPolicy(String) - Static method in enum org.jboss.as.host.controller.model.host.AdminOnlyDomainConfigPolicy
 
getPort() - Method in class org.jboss.as.host.controller.discovery.DomainControllerData
Gets the domain controller's port number.
getPort() - Method in class org.jboss.as.host.controller.discovery.DomainControllerManagementInterface
 
getPort() - Method in class org.jboss.as.host.controller.discovery.RemoteDomainControllerConnectionConfiguration
 
getPortWriteAttributeHandler() - Method in class org.jboss.as.domain.controller.resources.SocketBindingResourceDefinition
 
getPreparedOperation() - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor.ServerPreparedResponse
 
getPrettyProductName() - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
getProcessControllerAddress() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the address the process controller passed to this process to use in communicating with it.
getProcessControllerPort() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the port number the process controller passed to this process to use in communicating with it.
getProcessName() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
 
getProcessServerName(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Gets the server model name for a process
getProcessServerName(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
getProcessState() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets the current state of the host controller process.
getProcessState() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getProcessType() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
The process type for this host controller environment.
getProductConfig() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the ProductConfig detected at startup.
getProductName() - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
getProductVersion() - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
getProfileOperations(String) - Method in interface org.jboss.as.domain.controller.DomainController
Get the operations needed to create the given profile.
getProfileOperations(String) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
getProtocol() - Method in class org.jboss.as.host.controller.discovery.DomainControllerData
Gets the domain controller's protocol.
getProtocol() - Method in class org.jboss.as.host.controller.discovery.DomainControllerManagementInterface
 
getProtocol() - Method in class org.jboss.as.host.controller.discovery.RemoteDomainControllerConnectionConfiguration
 
getQualifiedHostName() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Get the fully-qualified host name detected at server startup.
getRegistration(String) - Method in class org.jboss.as.host.controller.DomainSlaveHostRegistrations
 
getRelatedElements(String, String, String, String, ModelNode) - Static method in class org.jboss.as.domain.controller.operations.coordination.DomainServerUtils
 
getReleaseCodeName() - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
getReleaseVersion() - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
getRemoteConnectionId() - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
getRemoteConnectionID() - Method in class org.jboss.as.host.controller.mgmt.SlaveHostPinger
 
getRemoteDomainControllerDiscoveryOptions() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets a list of discovery options that can be used to discover the remote domain controller.
getRemoteDomainControllerDiscoveryOptions() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getRemoteDomainControllerSecurityRealm() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getRemoteDomainControllerUsername() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets the username to use when authenticating against the remote domain controller.
getRemoteDomainControllerUsername() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
getRemoteFileRepository() - Method in interface org.jboss.as.domain.controller.DomainController
Gets the file repository backing the master domain controller
getRemoteFileRepository() - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
getRemoteFileRepository() - Method in interface org.jboss.as.host.controller.MasterDomainControllerClient
Gets a HostFileRepository capable of retrieving files from the master domain controller.
getRemoteFileRepository() - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
Gets a HostFileRepository capable of retrieving files from the master domain controller.
getRemoteSocketBindingAddOperation(PathAddress, ModelNode) - Static method in class org.jboss.as.host.controller.ManagedServerOperationsFactory
 
getResolver(String) - Static method in class org.jboss.as.domain.controller.resources.DomainResolver
 
getResolver(String, boolean) - Static method in class org.jboss.as.domain.controller.resources.DomainResolver
 
getResolver(String) - Static method in class org.jboss.as.host.controller.descriptions.HostResolver
 
getResolver(String, boolean) - Static method in class org.jboss.as.host.controller.descriptions.HostResolver
 
getResourceDescriptionResolver(String...) - Static method in class org.jboss.as.host.controller.HostModelUtil
 
getRestartMode() - Method in class org.jboss.as.host.controller.HostRunningModeControl
Get the restartMode
getRootResource() - Method in class org.jboss.as.host.controller.ignored.IgnoredDomainResourceRegistry
 
getRunningModeControl() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Get the HostRunningModeControl containing the current running mode of the host controller
getServerCallbackHandler() - Method in interface org.jboss.as.host.controller.ServerInventory
Gets a callback handler security services can use for handling authentication data provided by a server attempting to connect with this host controller.
getServerCallbackHandler() - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
getServerConfigInfos() - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
getServerConfigsOnSlave(Resource) - Method in class org.jboss.as.host.controller.IgnoredNonAffectedServerGroupsUtil
For use on a slave HC to get all the server groups used by the host
getServerGroup() - Method in interface org.jboss.as.host.controller.IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo
Gets the server config's server group name
getServerGroupName() - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor.ServerPreparedResponse
 
getServerGroupName() - Method in class org.jboss.as.domain.controller.ServerIdentity
 
getServerIdentity() - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor.ServerPreparedResponse
 
getServerLaunchCommand() - Method in class org.jboss.as.host.controller.ManagedServerBootCmdFactory
Get server launch command.
getServerLaunchCommand() - Method in interface org.jboss.as.host.controller.ManagedServerBootConfiguration
Get server launch command.
getServerLaunchEnvironment() - Method in class org.jboss.as.host.controller.ManagedServerBootCmdFactory
Get the server launch environment.
getServerLaunchEnvironment() - Method in interface org.jboss.as.host.controller.ManagedServerBootConfiguration
Get the server launch environment.
getServerName() - Method in class org.jboss.as.domain.controller.ServerIdentity
 
getServerOperations(OperationContext, ModelNode, PathAddress) - Method in class org.jboss.as.domain.controller.operations.coordination.ServerOperationResolver
 
getServerProcessName(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Gets the process name for a server
getServerProcessName(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
getServerProxies(String, Resource, ImmutableManagementResourceRegistration) - Static method in class org.jboss.as.domain.controller.operations.coordination.DomainServerUtils
 
getServerProxies() - Method in class org.jboss.as.domain.controller.operations.deployment.SyncModelParameters
 
getServerResult(String, String, String...) - Method in class org.jboss.as.domain.controller.operations.coordination.MultiphaseOverallContext
 
getServersForGroup(String, ModelNode, String, Map<String, ProxyController>) - Static method in class org.jboss.as.domain.controller.operations.coordination.DomainServerUtils
 
getServersForType(String, String, ModelNode, ModelNode, String, Map<String, ProxyController>) - Static method in class org.jboss.as.domain.controller.operations.coordination.DomainServerUtils
 
getSocketBindingGroup() - Method in interface org.jboss.as.host.controller.IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo
Gets the server config's socket binding group override name
getStack() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
getStartTime() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets the time when this process was started.
getSubsystemEndpointConfiguration() - Method in class org.jboss.as.host.controller.ManagedServerBootCmdFactory
 
getSubsystemEndpointConfiguration() - Method in interface org.jboss.as.host.controller.ManagedServerBootConfiguration
Get the subsystem endpoint configuration, in case we use the subsystem.
getTestInstance() - Static method in class org.jboss.as.host.controller.operations.LocalDomainControllerAddHandler
 
getTimestamp() - Method in class org.jboss.as.domain.controller.HostConnectionInfo.BasicEventImpl
 
getTimestamp() - Method in interface org.jboss.as.domain.controller.HostConnectionInfo.Event
The timestamp the even occurred.
getValue() - Method in class org.jboss.as.host.controller.HostControllerService
 
getValue() - Method in class org.jboss.as.host.controller.mgmt.ServerToHostOperationHandlerFactoryService
getValue() - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
GLOBAL - Static variable in class org.jboss.as.host.controller.model.jvm.JvmResourceDefinition
 
gracefulManagementChannelHandlerShutdownTimedOut(int) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a warning message indicating graceful shutdown of management request handling of slave HC to master HC communication did not complete within the given timeout period.
gracefulShutdownNotSupported(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a warning message indicating graceful shutdown of servers is not supported.
GROUP - Static variable in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 

H

hasChild(PathElement) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
hasChildren(String) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
hashCode() - Method in class org.jboss.as.domain.controller.ServerIdentity
Returns the hash code of the server name and host name.
hasHostLevelFailures() - Method in class org.jboss.as.domain.controller.operations.coordination.MultiphaseOverallContext
 
hasOption(String) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
hasOption(String, String) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
HC_EXECUTOR_SERVICE_NAME - Static variable in class org.jboss.as.host.controller.HostControllerService
 
HC_SCHEDULED_EXECUTOR_SERVICE_NAME - Static variable in class org.jboss.as.host.controller.HostControllerService
 
HC_SERVICE_NAME - Static variable in class org.jboss.as.host.controller.HostControllerService
 
HEAP_SIZE - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
HOME_DIR - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Constant that holds the name of the system property for specifying the home directory.
homeDirectoryDoesNotExist(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
host - Variable in class org.jboss.as.host.controller.discovery.DomainControllerData
 
HOST - Static variable in class org.jboss.as.host.controller.discovery.StaticDiscoveryResourceDefinition
 
HOST - Static variable in class org.jboss.as.host.controller.operations.RemoteDomainControllerAddHandler
 
HOST_CONTROLLER_LOGGER - Static variable in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A logger with the category of org.jboss.as.host.controller.
HOST_CONTROLLER_TYPE - Static variable in class org.jboss.as.domain.controller.operations.ProcessTypeHandler
 
HOST_ENV_ATTRIBUTES - Static variable in class org.jboss.as.host.controller.descriptions.HostEnvironmentResourceDefinition
 
HOST_NAME - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Constant that holds the name of the system property for specifying the local part of the name of the host that this server is running on.
HOST_STATE - Static variable in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 
hostAlreadyShutdown() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indication that the host controller was already shutdown.
HostConnectionInfo - Interface in org.jboss.as.domain.controller
 
HostConnectionInfo.BasicEventImpl - Class in org.jboss.as.domain.controller
 
HostConnectionInfo.Event - Interface in org.jboss.as.domain.controller
 
HostConnectionInfo.Events - Class in org.jboss.as.domain.controller
 
HostConnectionInfo.EventType - Enum in org.jboss.as.domain.controller
 
HostConnectionResourceDefinition - Class in org.jboss.as.domain.controller.resources
 
HostConnectionResourceDefinition(HostRegistrations) - Constructor for class org.jboss.as.domain.controller.resources.HostConnectionResourceDefinition
 
HostControllerBootstrap - Class in org.jboss.as.host.controller
Bootstrap of the HostController process.
HostControllerBootstrap(HostControllerEnvironment, String) - Constructor for class org.jboss.as.host.controller.HostControllerBootstrap
 
HostControllerConfigurationPersister - Class in org.jboss.as.host.controller
Configuration persister that can delegate to a domain or host persister depending what needs to be persisted.
HostControllerConfigurationPersister(HostControllerEnvironment, LocalHostControllerInfo, ExecutorService, ExtensionRegistry, ExtensionRegistry) - Constructor for class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
HostControllerEnvironment - Class in org.jboss.as.host.controller
Encapsulates the runtime environment for a host controller.
HostControllerEnvironment(Map<String, String>, boolean, String, InetAddress, Integer, InetAddress, Integer, String, String, String, String, String, RunningMode, boolean, boolean, ProductConfig) - Constructor for class org.jboss.as.host.controller.HostControllerEnvironment
Only for test cases
HostControllerEnvironment(Map<String, String>, boolean, String, InetAddress, Integer, InetAddress, Integer, String, String, String, String, String, RunningMode, boolean, boolean, ProductConfig, boolean, long, ProcessType) - Constructor for class org.jboss.as.host.controller.HostControllerEnvironment
 
HostControllerLogger - Interface in org.jboss.as.host.controller.logging
 
HostControllerRegistrationHandler - Class in org.jboss.as.host.controller.mgmt
Handler responsible for the host-controller registration process.
HostControllerRegistrationHandler(ManagementChannelHandler, DomainController, HostControllerRegistrationHandler.OperationExecutor, Executor, HostRegistrations) - Constructor for class org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler
 
HostControllerRegistrationHandler.OperationExecutor - Interface in org.jboss.as.host.controller.mgmt
Wrapper to the DomainController and the underlying ModelController to execute a OperationStepHandler implementation directly, bypassing normal domain coordination layer.
HostControllerService - Class in org.jboss.as.host.controller
The root service for a HostController process.
HostControllerService(HostControllerEnvironment, HostRunningModeControl, String, ControlledProcessState, FutureServiceContainer) - Constructor for class org.jboss.as.host.controller.HostControllerService
 
HostControllerService(HostControllerEnvironment, HostRunningModeControl, String, ControlledProcessState) - Constructor for class org.jboss.as.host.controller.HostControllerService
 
hostControllerSystemPropertyUpdateNotSupported() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
HostEnvironmentResourceDefinition - Class in org.jboss.as.host.controller.descriptions
A resource description that describes the host environment.
HostInfo - Class in org.jboss.as.host.controller.mgmt
Registration information provided by a slave Host Controller.
HostModelRegistrationHandler - Class in org.jboss.as.host.controller.operations
The handler to add the local host definition to the DomainModel.
HostModelRegistrationHandler(HostControllerEnvironment, IgnoredDomainResourceRegistry, HostModelUtil.HostModelRegistrar, Resource) - Constructor for class org.jboss.as.host.controller.operations.HostModelRegistrationHandler
 
HostModelUtil - Class in org.jboss.as.host.controller
Utility for creating the root element and populating the ManagementResourceRegistration for an individual host's portion of the model.
HostModelUtil() - Constructor for class org.jboss.as.host.controller.HostModelUtil
 
HostModelUtil.HostModelRegistrar - Interface in org.jboss.as.host.controller
 
hostNameAlreadyConnected(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating there is already a connection for the host.
HostPathManagerService - Class in org.jboss.as.host.controller
Service containing the paths for a HC/DC
HostPathManagerService() - Constructor for class org.jboss.as.host.controller.HostPathManagerService
 
HostProcessReloadHandler - Class in org.jboss.as.domain.controller.operations
 
HostProcessReloadHandler(ServiceName, HostRunningModeControl, ControlledProcessState) - Constructor for class org.jboss.as.domain.controller.operations.HostProcessReloadHandler
 
HostRegistrations - Interface in org.jboss.as.domain.controller
 
HostResolver - Class in org.jboss.as.host.controller.descriptions
Model description for the host model root.
HostResolver() - Constructor for class org.jboss.as.host.controller.descriptions.HostResolver
 
HostResourceDefinition - Class in org.jboss.as.host.controller.model.host
 
HostResourceDefinition(String, HostControllerConfigurationPersister, HostControllerEnvironment, HostRunningModeControl, HostFileRepository, LocalHostControllerInfoImpl, ServerInventory, HostFileRepository, ContentRepository, DomainController, ExtensionRegistry, AbstractVaultReader, IgnoredDomainResourceRegistry, ControlledProcessState, PathManagerService, DelegatingConfigurableAuthorizer, ManagedAuditLogger, BootErrorCollector) - Constructor for class org.jboss.as.host.controller.model.host.HostResourceDefinition
 
HostRunningModeControl - Class in org.jboss.as.host.controller
 
HostRunningModeControl(RunningMode, RestartMode) - Constructor for class org.jboss.as.host.controller.HostRunningModeControl
 
HostShutdownHandler - Class in org.jboss.as.host.controller.operations
Stops a host.
HostShutdownHandler(DomainController) - Constructor for class org.jboss.as.host.controller.operations.HostShutdownHandler
Create the ServerAddHandler
HostSpecifiedInterfaceAddHandler - Class in org.jboss.as.host.controller.operations
Handler for adding a fully specified interface to a host.
HostSpecifiedInterfaceAddHandler() - Constructor for class org.jboss.as.host.controller.operations.HostSpecifiedInterfaceAddHandler
 
HostSpecifiedInterfaceRemoveHandler - Class in org.jboss.as.host.controller.operations
Handler for removing a fully-specified interface.
HostSpecifiedInterfaceRemoveHandler() - Constructor for class org.jboss.as.host.controller.operations.HostSpecifiedInterfaceRemoveHandler
 
HostXml - Class in org.jboss.as.host.controller.parsing
A mapper between an AS server's configuration model and XML representations, particularly host.xml
HostXml(String, RunningMode, boolean, ModuleLoader, ExecutorService, ExtensionRegistry) - Constructor for class org.jboss.as.host.controller.parsing.HostXml
 
HostXmlMarshallingHandler - Class in org.jboss.as.host.controller.operations
Host.xml-specific version of the superclass.
HostXmlMarshallingHandler(ConfigurationPersister, LocalHostControllerInfo) - Constructor for class org.jboss.as.host.controller.operations.HostXmlMarshallingHandler
 
HTTP_MANAGEMENT_CAPABILITY - Static variable in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
HTTP_PORT - Static variable in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
HTTP_UPGRADE_ENABLED - Static variable in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
HttpManagementAddHandler - Class in org.jboss.as.host.controller.operations
A handler that activates the HTTP management API.
HttpManagementAddHandler(LocalHostControllerInfoImpl, HostControllerEnvironment) - Constructor for class org.jboss.as.host.controller.operations.HttpManagementAddHandler
 
HttpManagementRemoveHandler - Class in org.jboss.as.host.controller.operations
Removes the HTTP management interface.
HttpManagementRemoveHandler() - Constructor for class org.jboss.as.host.controller.operations.HttpManagementRemoveHandler
 
HttpManagementResourceDefinition - Class in org.jboss.as.host.controller.resources
ResourceDefinition for the HTTP management interface resource.
HttpManagementResourceDefinition(LocalHostControllerInfoImpl, HostControllerEnvironment) - Constructor for class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
HttpManagementWriteAttributeHandler - Class in org.jboss.as.host.controller.operations
OperationStepHandler for changing attributes on the native management interface.
HttpManagementWriteAttributeHandler() - Constructor for class org.jboss.as.host.controller.operations.HttpManagementWriteAttributeHandler
 
httpRedirectSupportRequired() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
HTTPS_PORT - Static variable in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 

I

IGNORE_UNUSED_CONFIG - Static variable in class org.jboss.as.host.controller.operations.RemoteDomainControllerAddHandler
 
IgnoredDomainResourceRegistry - Class in org.jboss.as.host.controller.ignored
Registry for excluded domain-level resources.
IgnoredDomainResourceRegistry(LocalHostControllerInfo) - Constructor for class org.jboss.as.host.controller.ignored.IgnoredDomainResourceRegistry
 
IgnoredDomainResourceRegistry.IgnoredClonedProfileRegistry - Class in org.jboss.as.host.controller.ignored
This class is for internal use only.
IgnoredDomainTypeResourceDefinition - Class in org.jboss.as.host.controller.ignored
ResourceDefinition for an ignored domain resource type.
IgnoredNonAffectedServerGroupsUtil - Class in org.jboss.as.host.controller
Utility to inspect what resources should be ignored on a slave according to its server-configs
IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo - Interface in org.jboss.as.host.controller
Contains info about a server config
IgnoreDomainResourceTypeResource - Class in org.jboss.as.host.controller.ignored
Resource implementation for a given type of ignored resource.
IgnoreDomainResourceTypeResource(String, ModelNode, Boolean) - Constructor for class org.jboss.as.host.controller.ignored.IgnoreDomainResourceTypeResource
Constructor for use by operation step handlers.
ignoreOperation(Resource, Collection<IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo>, PathAddress) - Method in class org.jboss.as.host.controller.IgnoredNonAffectedServerGroupsUtil
For the DC to check whether an operation should be ignored on the slave, if the slave is set up to ignore config not relevant to it
ignoringPermGen(JvmType, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a warning message indicating <permgen> is being ignored.
INCLUDES - Static variable in class org.jboss.as.domain.controller.operations.SocketBindingGroupResourceDefinition
 
INCLUDES - Static variable in class org.jboss.as.domain.controller.resources.ProfileResourceDefinition
 
initialize(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
initialize(SystemExiter.Exiter) - Static method in class org.jboss.as.host.controller.SystemExiter
 
initializeDomain() - Method in class org.jboss.as.host.controller.operations.LocalDomainControllerAddHandler
 
initializeDomain(OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.RemoteDomainControllerAddHandler
 
initializeDomainConfigurationPersister(boolean) - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
initializeDomainRegistry(TransformerRegistry) - Static method in class org.jboss.as.domain.controller.transformers.DomainTransformers
Initialize the domain registry.
initializeExtension(String, ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.operations.ApplyExtensionsHandler
 
initializeMasterDomainRegistry(ManagementResourceRegistration, ExtensibleConfigurationPersister, ContentRepository, HostFileRepository, ExtensionRegistry, PathManagerService) - Method in interface org.jboss.as.domain.controller.DomainController
 
initializeMasterDomainRegistry(ManagementResourceRegistration, ExtensibleConfigurationPersister, ContentRepository, HostFileRepository, ExtensionRegistry, PathManagerService) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
initializeModelSync() - Method in class org.jboss.as.host.controller.ignored.IgnoredDomainResourceRegistry.IgnoredClonedProfileRegistry
Callback for starting applying a fresh domain model from the DC.
initializeReloadContext(OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.HostProcessReloadHandler
 
initializeServerInventory(ServerInventory) - Static method in class org.jboss.as.domain.controller.operations.DomainServerLifecycleHandlers
 
initializeSlaveDomainRegistry(ManagementResourceRegistration, ExtensibleConfigurationPersister, ContentRepository, HostFileRepository, LocalHostControllerInfo, ExtensionRegistry, IgnoredDomainResourceRegistry, PathManagerService) - Method in interface org.jboss.as.domain.controller.DomainController
 
initializeSlaveDomainRegistry(ManagementResourceRegistration, ExtensibleConfigurationPersister, ContentRepository, HostFileRepository, LocalHostControllerInfo, ExtensionRegistry, IgnoredDomainResourceRegistry, PathManagerService) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
initModel(ManagementModel, Resource) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
inSeriesIsMissingGroups(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception message indicating that in-series is missing groups.
install(ServiceTarget, ServiceName, ExecutorService, ServerToHostProtocolHandler.OperationExecutor, DomainController, ExpressionResolver, File) - Static method in class org.jboss.as.host.controller.mgmt.ServerToHostOperationHandlerFactoryService
 
InstallationReportHandler - Class in org.jboss.as.host.controller.operations
Handler to produce a summary of the current host installation.
installNativeManagementServices(ServiceTarget, LocalHostControllerInfo, OptionMap) - Static method in class org.jboss.as.host.controller.operations.NativeManagementAddHandler
 
installSlaveExtensions(List<ModelNode>) - Method in interface org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler.OperationExecutor
Execute the operation to install extensions provided by a remote domain controller.
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentDeployHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentRedeployHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentUndeployHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.DomainSocketBindingGroupRemoveHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.GenericModelDescribeOperationHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.ProfileAddHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.ProfileDescribeHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.ProfileModelDescribeHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.ProfileRemoveHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.ResolveExpressionOnDomainHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.ServerGroupAddHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.SocketBindingGroupAddHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.operations.SocketBindingGroupResourceDefinition
 
INSTANCE - Static variable in class org.jboss.as.domain.controller.resources.SocketBindingResourceDefinition
 
INSTANCE - Static variable in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResourceDefinition
 
INSTANCE - Static variable in class org.jboss.as.host.controller.mgmt.DomainRemoteFileRequestAndHandler
 
INSTANCE - Static variable in class org.jboss.as.host.controller.model.jvm.JVMRemoveHandler
 
INSTANCE - Static variable in class org.jboss.as.host.controller.operations.HttpManagementRemoveHandler
 
INSTANCE - Static variable in class org.jboss.as.host.controller.operations.HttpManagementWriteAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.host.controller.operations.IsMasterHandler
 
INSTANCE - Static variable in class org.jboss.as.host.controller.operations.LocalDomainControllerRemoveHandler
 
INSTANCE - Static variable in class org.jboss.as.host.controller.operations.NativeManagementRemoveHandler
 
INSTANCE - Static variable in class org.jboss.as.host.controller.operations.NativeManagementWriteAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.host.controller.operations.RemoteDomainControllerRemoveHandler
 
INSTANCE - Static variable in class org.jboss.as.host.controller.operations.ResolveExpressionOnHostHandler
 
INSTANCE - Static variable in class org.jboss.as.host.controller.operations.ServerRemoveHandler
 
INSTANCE - Static variable in class org.jboss.as.host.controller.operations.ServerRestartRequiredServerConfigWriteAttributeHandler
 
insufficientInformationToGenerateHash() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the information provided could be not used to generate a hash.
INTERFACE - Static variable in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
INTERFACE - Static variable in class org.jboss.as.host.controller.resources.NativeManagementResourceDefinition
 
interruptedAwaitingFinalResponse(String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Logs a warning message indicating an interruption awaiting the final response from the server, represented by the serverName parameter, on the host, represented by the hostName parameter.
interruptedAwaitingFinalResponse(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Logs a warning message indicating an interruption awaiting the final response from the host, represented by the hostName parameter.
interruptedAwaitingHostPreparedResponse(Set<String>) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
interruptedAwaitingPreparedResponse(String, Set<ServerIdentity>) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
interruptedAwaitingResultFromHost(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating an interruption waiting for the result from host.
interruptedAwaitingResultFromServer(ServerIdentity) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating an interruption waiting for the result from the server.
invalidByteStream() - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating the byte stream is invalid.
invalidCachedPersisterState() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
invalidCode(int) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception indicating the code is invalid.
invalidContentDeclaration() - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating an invalid content declaration.
invalidDiscoveryOptionsOrdering(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
invalidDiscoveryType(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
invalidJSFSlotValue(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Warning messages when a transformer detects that the JSF subsystem uses a non-default value to setup on a legacy host controller.
invalidOperationTargetHost(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
An exception indicating the operation targets a host, but the host is not registered.
invalidOption(String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
A message indicating the option is invalid.
invalidPreSignedUrl(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
invalidPreSignedUrlLength(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
invalidRemoteBackupPersisterState() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
invalidRolloutPlan(ModelNode, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating an invalid rollout plan.
invalidRolloutPlan(Set<String>) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating an invalid rollout plan.
invalidRolloutPlanGroupAlreadyExists(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating an invalid rollout plan.
invalidRolloutPlanLess(String, String, int) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating an invalid rollout plan.
invalidRolloutPlanRange(String, String, int) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating an invalid rollout plan.
invalidRootId(int) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating an invalid root id.
invalidS3Bucket(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
invalidS3Location(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
invalidUrl(String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating the url is not valid.
invalidUrlStream() - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating the url stream is invalid.
invalidValue(String, int, int) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating the name has an invalid value.
invalidValue(String, String, Object, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
A message indicating the value is invalid.
invocationNotAllowedAfterBoot(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating invocations of the operation, represented by the name parameter, after HostController boot are not allowed.
invocationNotAllowedAfterBoot(ModelNode) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating invocations of the operation after HostController boot are not allowed.
isBackupDc() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Whether we are acting as a backup DC or not (started with the --backup option)
isBackupDc() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
This indicates the process was started with '--backup', or has ignore-unused-configuration=false in host.xml and intends to maintain a backup of the entire domain configuration, including deployments.
isBackupDomainFiles() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Whether we should maintain a copy of the domain configuration file even though we are not the master host controller for the domain.
isCancelled() - Method in class org.jboss.as.host.controller.mgmt.SlaveHostPinger
 
isConnected() - Method in interface org.jboss.as.domain.controller.HostConnectionInfo
Whether the host is connected or not.
isDebugEnabled() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
isEnvClasspathIgnored() - Method in class org.jboss.as.host.controller.model.jvm.JvmElement
 
isFailureReported() - Method in class org.jboss.as.domain.controller.operations.coordination.MultiphaseOverallContext
 
isFullModelTransfer() - Method in class org.jboss.as.domain.controller.operations.deployment.SyncModelParameters
 
isHostRegistered(String) - Method in interface org.jboss.as.domain.controller.DomainController
Check if a Host Controller is already registered with this domain controller.
isHostRegistered(String) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
isIgnoreUnaffectedConfig() - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
isManagementSubsystemEndpoint() - Method in class org.jboss.as.host.controller.ManagedServerBootCmdFactory
 
isManagementSubsystemEndpoint() - Method in interface org.jboss.as.host.controller.ManagedServerBootConfiguration
Get whether the native management remoting connector should use the endpoint set up by
isMasterDomainController() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets whether the local host controllers is acting as the master domain controller.
isMasterDomainController() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
IsMasterHandler - Class in org.jboss.as.host.controller.operations
Indicates whether this host is the domain master.
isModelDefined() - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
isModelDefined() - Method in class org.jboss.as.host.controller.ignored.IgnoreDomainResourceTypeResource
{@inheritDoc
isProxy() - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
isReloadRequired() - Method in class org.jboss.as.host.controller.ignored.IgnoredDomainResourceRegistry.IgnoredClonedProfileRegistry
Check if the changes to the registry should cause the slave to be put into the reload-required state.
isRemoteDomainControllerIgnoreUnaffectedConfiguration() - Method in interface org.jboss.as.domain.controller.LocalHostControllerInfo
Gets whether we are set up to automatically ignore configuration from the DC which does not apply to our servers.
isRemoteDomainControllerIgnoreUnaffectedConfiguration() - Method in class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
isResourceExcluded(PathAddress) - Method in class org.jboss.as.host.controller.ignored.IgnoredDomainResourceRegistry
Returns whether this host should ignore operations from the master domain controller that target the given address.
isResourceTransformationIgnored(PathAddress) - Method in class org.jboss.as.host.controller.mgmt.HostInfo
 
isRestart() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Gets whether this was a restarted host controller.
isRuntime() - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
isRuntime() - Method in class org.jboss.as.host.controller.ignored.IgnoreDomainResourceTypeResource
 
isRuntimeSystemPropertyUpdateAllowed(String, String, boolean) - Method in class org.jboss.as.host.controller.HostControllerEnvironment
 
isSlave() - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
isUseCachedDc() - Method in class org.jboss.as.host.controller.HostControllerEnvironment
Whether we should try to start up with a locally cached copy of the domain configuration file rather than trying to connect to a master host controller.
isUseCurrentDomainConfig() - Method in class org.jboss.as.host.controller.HostRunningModeControl
 

J

JAVA_AGENT - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JAVA_HOME - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JBOSS_BIND_ADDRESS - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
The default system property used to store bind address information from the command-line (-b).
JBOSS_BIND_ADDRESS_PREFIX - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Prefix for the system property used to store qualified bind address information from the command-line (-bxxx).
JBOSS_DEFAULT_MULTICAST_ADDRESS - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
The default system property used to store multicast address information from the command-line (-u).
JBOSS_DOMAIN_DEFAULT_CONFIG - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
The system property used to store the name of the default domain configuration file.
JBOSS_DOMAIN_MASTER_ADDRESS - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
The default system property used to store the master Host Controller's native management interface address from the command line.
JBOSS_DOMAIN_MASTER_PORT - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
The default system property used to store the master Host Controller's native of the master port from the command line.
JBOSS_HOST_DEFAULT_CONFIG - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
The system property used to store the name of the default host configuration file.
joinActiveOperation(ModelNode, OperationMessageHandler, ModelController.OperationTransactionControl, OperationStepHandler, int) - Method in interface org.jboss.as.host.controller.mgmt.MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor
 
joinActiveOperation(ModelNode, OperationMessageHandler, ModelController.OperationTransactionControl, OperationStepHandler, int) - Method in interface org.jboss.as.host.controller.mgmt.ServerToHostProtocolHandler.OperationExecutor
Join an existing operation
JVM_AGENT_LIB - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_AGENT_PATH - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_DEBUG_ENABLED - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_DEBUG_OPTIONS - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_ENV_CLASSPATH_IGNORED - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_ENV_VARIABLES - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_HEAP - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_JAVA_AGENT - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_JAVA_HOME - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_LAUNCH_COMMAND - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_MAX_HEAP - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_MAX_PERMGEN - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_OPTION - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_OPTIONS - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_PERMGEN - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_STACK - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JVM_TYPE - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JvmAttributes - Class in org.jboss.as.host.controller.model.jvm
 
JvmAttributes() - Constructor for class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
JvmElement - Class in org.jboss.as.host.controller.model.jvm
A Java Virtual Machine configuration.
JvmElement(String) - Constructor for class org.jboss.as.host.controller.model.jvm.JvmElement
 
JvmElement(String, ModelNode...) - Constructor for class org.jboss.as.host.controller.model.jvm.JvmElement
 
jvmOptionAlreadyExists(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
JvmOptionsBuilderFactory - Class in org.jboss.as.host.controller.model.jvm
 
JvmOptionsElement - Class in org.jboss.as.host.controller.model.jvm
An element representing a list of jvm options.
JvmOptionsElement() - Constructor for class org.jboss.as.host.controller.model.jvm.JvmOptionsElement
Construct a new instance.
JVMRemoveHandler - Class in org.jboss.as.host.controller.model.jvm
OperationHandler for the jvm resource remove operation.
JVMRemoveHandler() - Constructor for class org.jboss.as.host.controller.model.jvm.JVMRemoveHandler
 
JvmResourceDefinition - Class in org.jboss.as.host.controller.model.jvm
ResourceDefinition for JVM configuration resources.
JvmResourceDefinition(boolean) - Constructor for class org.jboss.as.host.controller.model.jvm.JvmResourceDefinition
 
JvmType - Enum in org.jboss.as.host.controller.model.jvm
 
jvmVersionUnknown(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
JvmXml - Class in org.jboss.as.host.controller.parsing
Utilities for parsing and marshalling domain.xml and host.xml JVM configurations.
JvmXml() - Constructor for class org.jboss.as.host.controller.parsing.JvmXml
 

K

KILL_OPERATION - Static variable in class org.jboss.as.host.controller.operations.ServerProcessHandlers
 
killServer(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Try to kill a server process.
killServer(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 

L

LAUNCH_COMMAND - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
LAUNCH_TYPE - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
LAUNUCH_PREFIX - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
listSnapshots() - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
load() - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
LOCAL_HOST_NAME - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
LocalDomainControllerAddHandler - Class in org.jboss.as.host.controller.operations
 
LocalDomainControllerAddHandler() - Constructor for class org.jboss.as.host.controller.operations.LocalDomainControllerAddHandler
 
LocalDomainControllerRemoveHandler - Class in org.jboss.as.host.controller.operations
 
LocalDomainControllerRemoveHandler() - Constructor for class org.jboss.as.host.controller.operations.LocalDomainControllerRemoveHandler
Create the InterfaceRemoveHandler
LocalHostControllerInfo - Interface in org.jboss.as.domain.controller
Core information about the local host controller.
LocalHostControllerInfoImpl - Class in org.jboss.as.host.controller.operations
Default implementation of LocalHostControllerInfo.
LocalHostControllerInfoImpl(ControlledProcessState, String) - Constructor for class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
Constructor solely for test cases
LocalHostControllerInfoImpl(ControlledProcessState, HostControllerEnvironment) - Constructor for class org.jboss.as.host.controller.operations.LocalHostControllerInfoImpl
 
LocalHostNameOperationHandler - Class in org.jboss.as.domain.controller.operations
 
LocalHostNameOperationHandler(LocalHostControllerInfo) - Constructor for class org.jboss.as.domain.controller.operations.LocalHostNameOperationHandler
 
LOCATION - Static variable in class org.jboss.as.host.controller.discovery.Constants
 
logDirectoryIsNotADirectory(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
lostConnectionToRemoteHost(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
lostRemoteDomainConnection() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an error message indicating the connection to the remote host controller closed.

M

Main - Class in org.jboss.as.host.controller
The main-class entry point for the host controller process.
main(String[]) - Static method in class org.jboss.as.host.controller.Main
The main method.
malformedUrl(String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
A message indicating the provided for the option is malformed.
ManagedServerBootCmdFactory - Class in org.jboss.as.host.controller
Combines the relevant parts of the domain-level and host-level models to determine the jvm launch command needed to start an application server instance.
ManagedServerBootCmdFactory(String, ModelNode, ModelNode, HostControllerEnvironment, ExpressionResolver) - Constructor for class org.jboss.as.host.controller.ManagedServerBootCmdFactory
 
ManagedServerBootConfiguration - Interface in org.jboss.as.host.controller
The managed server boot configuration.
ManagedServerOperationsFactory - Class in org.jboss.as.host.controller
Factory creating the boot operations for a ManagedServer.
MANAGEMENT_MAJOR_VERSION - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
MANAGEMENT_MICRO_VERSION - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
MANAGEMENT_MINOR_VERSION - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
MANAGEMENT_SUBSYSTEM_ENDPOINT - Static variable in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
MAPPER - Static variable in class org.jboss.as.host.controller.mgmt.DomainRemoteFileRequestAndHandler
 
marshal() - Method in exception org.jboss.as.domain.controller.SlaveRegistrationException
 
marshallAsXml(ModelNode, OutputStream) - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
MASTER - Static variable in class org.jboss.as.domain.controller.operations.ProcessTypeHandler
 
MASTER - Static variable in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 
MasterDomainControllerClient - Interface in org.jboss.as.host.controller
Client for interacting with the master MasterDomainControllerClient on a remote host.
masterDomainControllerOnlyOperation(String, PathAddress) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating the operation, represented by the operation parameter, for the address can only be handled by the master domain controller and this host is not the master domain controller.
MasterDomainControllerOperationHandlerService - Class in org.jboss.as.host.controller.mgmt
Installs MasterDomainControllerOperationHandlerImpl which handles requests from slave DC to master DC.
MasterDomainControllerOperationHandlerService(DomainController, HostControllerRegistrationHandler.OperationExecutor, MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor, File, HostRegistrations) - Constructor for class org.jboss.as.host.controller.mgmt.MasterDomainControllerOperationHandlerService
 
MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor - Interface in org.jboss.as.host.controller.mgmt
 
masterHostControllerChanged() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
masterHostControllerUnreachable(long) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
MAX_HEAP_SIZE - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
MAX_PERMGEN_SIZE - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
MAX_SIZE - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
missingExtensions(Set<String>) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
missingHomeDirConfiguration(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
missingReferences(String, Set<String>) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
MODULE - Static variable in class org.jboss.as.host.controller.discovery.DiscoveryOptionResourceDefinition
 
MODULES_DIR - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Deprecated.
has no useful meaning
modulesDirectoryDoesNotExist(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
MultiphaseOverallContext - Class in org.jboss.as.domain.controller.operations.coordination
Stores overall contextual information for a multi-phase operation executing on the domain.
mustInvokeBeforeCheckingSlaveStatus(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the need to call the method, represented by the methodName parameter, before checking the slave status.
mustInvokeBeforePersisting(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the need to call the method, represented by the methodName parameter, before persisting the domain model.

N

NAME - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
NAME - Static variable in class org.jboss.as.domain.controller.resources.ProfileResourceDefinition
 
NAME - Static variable in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 
NAME - Static variable in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
NAMES - Static variable in class org.jboss.as.host.controller.ignored.IgnoredDomainTypeResourceDefinition
 
NAMESPACES - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
NATIVE_MANAGEMENT_CAPABILITY - Static variable in class org.jboss.as.host.controller.resources.NativeManagementResourceDefinition
 
NATIVE_PORT - Static variable in class org.jboss.as.host.controller.resources.NativeManagementResourceDefinition
 
NativeManagementAddHandler - Class in org.jboss.as.host.controller.operations
 
NativeManagementAddHandler(LocalHostControllerInfoImpl) - Constructor for class org.jboss.as.host.controller.operations.NativeManagementAddHandler
 
NativeManagementRemoveHandler - Class in org.jboss.as.host.controller.operations
 
NativeManagementRemoveHandler() - Constructor for class org.jboss.as.host.controller.operations.NativeManagementRemoveHandler
 
NativeManagementResourceDefinition - Class in org.jboss.as.host.controller.resources
ResourceDefinition for the native management interface resource.
NativeManagementResourceDefinition(LocalHostControllerInfoImpl) - Constructor for class org.jboss.as.host.controller.resources.NativeManagementResourceDefinition
 
NativeManagementServices - Class in org.jboss.as.host.controller.operations
Utility class that installs remoting services needed by both the native and HTTP upgrade based connector.
NativeManagementServices() - Constructor for class org.jboss.as.host.controller.operations.NativeManagementServices
 
NativeManagementWriteAttributeHandler - Class in org.jboss.as.host.controller.operations
OperationStepHandler for changing attributes on the native management interface.
NativeManagementWriteAttributeHandler() - Constructor for class org.jboss.as.host.controller.operations.NativeManagementWriteAttributeHandler
 
navigate(PathAddress) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
noAccessControlConfigurationAvailable(RunningMode, String, AdminOnlyDomainConfigPolicy, String, RunningMode) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
noChannelForHost(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating there is no channel for the host.
noDeploymentContentWithHash(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating no deployment content with the hash is available in the deployment content repository.
noDeploymentContentWithHashAtBoot(String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Error message indicating the content for a configured deployment was unavailable at boot, which is a fatal error.
noDeploymentContentWithName(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating no deployment content with the name was found.
noDiscoveryOptionsLeft() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a warning message indicating that there are no discovery options left.
noDomainControllerConfigurationProvided(RunningMode, String, RunningMode) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an error message indicating this host had no domain controller configuration and cannot start if not in RunningMode.ADMIN_ONLY mode.
noDomainControllerConfigurationProvidedForAdminOnly(String, AdminOnlyDomainConfigPolicy, String, RunningMode) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
noNameAttributeOnHost() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating a host connecting to a remove domain controller must have its name attribute set.
noProfileCalled(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception indicating no profile could be found with the given name
noResourceFor(PathAddress) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
noSecurityRealmDefined() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a warning message indicating no security realm was defined for the HTTP management service.
noSecurityRealmForSsl() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
noServerAvailable(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an error message indicating no server with the server name is available.
noServerGroupCalled(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating no server group could be found with the given name
noServerInventory() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating there is no server inventory.
noSocketBindingGroupCalled(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
noSocketBindingGroupCalled(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating no server group could be found with the given name
nullStream(int) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating the stream is null at the index.
nullVar(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception indicating the variable is null.
nullVar(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the variable name is null.

O

of(HostControllerEnvironment) - Static method in class org.jboss.as.host.controller.descriptions.HostEnvironmentResourceDefinition
A factory method for creating a new server environment resource description.
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.ApplyExtensionsHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.coordination.ServerOperationsResolverHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.deployment.DeploymentAddHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.deployment.DeploymentFullReplaceHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.deployment.DeploymentRemoveHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.deployment.DeploymentUploadBytesHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.deployment.DeploymentUploadStreamAttachmentHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.deployment.DeploymentUploadURLHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentAddHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentDeployHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentRedeployHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentRemoveHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentReplaceHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentUndeployHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.DomainSocketBindingGroupRemoveHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.FetchMissingConfigurationHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.ReadMasterDomainModelHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.ReadMasterDomainOperationsHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.domain.controller.operations.ResolveExpressionOnDomainHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.model.jvm.JVMRemoveHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.AbstractDiscoveryOptionAddHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.AbstractDiscoveryOptionRemoveHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.HostModelRegistrationHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.HostShutdownHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.HttpManagementAddHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.LocalDomainControllerAddHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.LocalDomainControllerRemoveHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.NativeManagementAddHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.RemoteDomainControllerAddHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.RemoteDomainControllerRemoveHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.ResolveExpressionOnHostHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.ServerAddHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.ServerReloadHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.ServerRemoveHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.ServerRestartHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.ServerResumeHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.ServerStartHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.ServerStopHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.ServerSuspendHandler
 
OPERATION_NAME - Static variable in class org.jboss.as.host.controller.operations.StartServersHandler
 
OperationCoordinatorStepHandler - Class in org.jboss.as.domain.controller.operations.coordination
Coordinates the overall execution of an operation on behalf of the domain.
operationFailed(String, ProcessMessageHandler.OperationType) - Method in interface org.jboss.as.host.controller.ServerInventory
Notification that an operation failed on the process-controller.
operationFailed(String, ProcessMessageHandler.OperationType) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
operationFailedOrRolledBack() - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating the operation failed or was rolled back on all servers.
operationFailedOrRolledBackWithCause() - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating the operation failed or was rolled back on all servers,.
optionAlreadySet(String, String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a warning message indicating the option for the jvm was already set and is being ignored.
OPTIONS - Static variable in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResourceDefinition
 
OPTIONS - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
JVM options are resolved in ManagedServerBootCmdFactory before the JVM is launched.
ORDERED_CHILD_TYPES_PROPERTY - Static variable in class org.jboss.as.domain.controller.operations.ReadMasterDomainModelUtil
 
org.jboss.as.domain.controller - package org.jboss.as.domain.controller
 
org.jboss.as.domain.controller.logging - package org.jboss.as.domain.controller.logging
 
org.jboss.as.domain.controller.operations - package org.jboss.as.domain.controller.operations
 
org.jboss.as.domain.controller.operations.coordination - package org.jboss.as.domain.controller.operations.coordination
 
org.jboss.as.domain.controller.operations.deployment - package org.jboss.as.domain.controller.operations.deployment
 
org.jboss.as.domain.controller.plan - package org.jboss.as.domain.controller.plan
 
org.jboss.as.domain.controller.resources - package org.jboss.as.domain.controller.resources
 
org.jboss.as.domain.controller.transformers - package org.jboss.as.domain.controller.transformers
 
org.jboss.as.host.controller - package org.jboss.as.host.controller
 
org.jboss.as.host.controller.descriptions - package org.jboss.as.host.controller.descriptions
 
org.jboss.as.host.controller.discovery - package org.jboss.as.host.controller.discovery
 
org.jboss.as.host.controller.ignored - package org.jboss.as.host.controller.ignored
 
org.jboss.as.host.controller.logging - package org.jboss.as.host.controller.logging
 
org.jboss.as.host.controller.mgmt - package org.jboss.as.host.controller.mgmt
 
org.jboss.as.host.controller.model.host - package org.jboss.as.host.controller.model.host
 
org.jboss.as.host.controller.model.jvm - package org.jboss.as.host.controller.model.jvm
 
org.jboss.as.host.controller.operations - package org.jboss.as.host.controller.operations
 
org.jboss.as.host.controller.parsing - package org.jboss.as.host.controller.parsing
 
org.jboss.as.host.controller.resources - package org.jboss.as.host.controller.resources
 
ORGANIZATION_IDENTIFIER - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
ORGANIZATION_IDENTIFIER - Static variable in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 

P

PARAM_ERROR - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
PARAM_FILE_PATH - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
PARAM_FILE_SIZE - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
PARAM_HOST_ID - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
PARAM_NUM_FILES - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
PARAM_OK - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
PARAM_ROOT_ID - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
PARAM_ROOT_ID_CONFIGURATION - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
PARAM_ROOT_ID_DEPLOYMENT - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
PARAM_ROOT_ID_FILE - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
parse(String) - Static method in exception org.jboss.as.domain.controller.SlaveRegistrationException
 
parseCode(byte) - Static method in enum org.jboss.as.domain.controller.SlaveRegistrationException.ErrorCode
 
parseEnvironmentVariables(XMLExtendedStreamReader, Namespace, ModelNode) - Static method in class org.jboss.as.host.controller.parsing.JvmXml
 
parseJvm(XMLExtendedStreamReader, ModelNode, Namespace, List<ModelNode>, Set<String>, boolean) - Static method in class org.jboss.as.host.controller.parsing.JvmXml
 
PATH - Static variable in class org.jboss.as.domain.controller.resources.HostConnectionResourceDefinition
 
PATH - Static variable in class org.jboss.as.domain.controller.resources.ProfileResourceDefinition
 
PATH - Static variable in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
performRemove(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.domain.controller.operations.ServerGroupRemoveHandler
 
performRemove(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.host.controller.operations.DiscoveryOptionRemoveHandler
 
performRemove(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.host.controller.operations.HttpManagementRemoveHandler
 
performRemove(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.host.controller.operations.NativeManagementRemoveHandler
 
performRemove(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.host.controller.operations.ServerRemoveHandler
 
performRemove(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.host.controller.operations.StaticDiscoveryRemoveHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.host.controller.operations.DiscoveryOptionAddHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.host.controller.operations.HttpManagementAddHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.host.controller.operations.NativeManagementAddHandler
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.host.controller.operations.StaticDiscoveryAddHandler
 
PERMGEN_SIZE - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
pingRemoteHost(String) - Method in interface org.jboss.as.domain.controller.DomainController
Asynchronously ping the slave host with the given hostName to validate its connection.
pingRemoteHost(String) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
populateHostControllerInfo(LocalHostControllerInfoImpl, OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.DiscoveryOptionAddHandler
 
populateHostControllerInfo(LocalHostControllerInfoImpl, OperationContext, ModelNode) - Method in class org.jboss.as.host.controller.operations.StaticDiscoveryAddHandler
 
populateHostResolutionContext(HostInfo, Resource, ExtensionRegistry) - Static method in class org.jboss.as.domain.controller.operations.ReadMasterDomainModelUtil
Process the host info and determine which configuration elements are required on the slave host.
populateModel(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.domain.controller.operations.ProfileAddHandler
 
populateModel(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.domain.controller.operations.SocketBindingGroupAddHandler
populateModel(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.host.controller.operations.DiscoveryOptionAddHandler
 
populateModel(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.host.controller.operations.ServerAddHandler
 
populateModel(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.host.controller.operations.StaticDiscoveryAddHandler
 
port - Variable in class org.jboss.as.host.controller.discovery.DomainControllerData
 
PORT - Static variable in class org.jboss.as.host.controller.discovery.StaticDiscoveryResourceDefinition
 
PORT - Static variable in class org.jboss.as.host.controller.operations.RemoteDomainControllerAddHandler
 
PRE_SIGNED_DELETE_URL - Static variable in class org.jboss.as.host.controller.discovery.Constants
 
PRE_SIGNED_PUT_URL - Static variable in class org.jboss.as.host.controller.discovery.Constants
 
PREFIX - Static variable in class org.jboss.as.host.controller.discovery.Constants
 
PREFIX - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
PrepareStepHandler - Class in org.jboss.as.domain.controller.operations.coordination
Initial step handler for a ModelController that is the model controller for a host controller.
PrepareStepHandler(LocalHostControllerInfo, Map<String, ProxyController>, Map<String, ProxyController>, IgnoredDomainResourceRegistry, ExtensionRegistry) - Constructor for class org.jboss.as.domain.controller.operations.coordination.PrepareStepHandler
 
preSignedUrlMustPointToFile(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
preSignedUrlsMustBeSetOrUnset() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
preSignedUrlsMustHaveSamePath() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
PRIORITY - Static variable in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
Bogus attribute that we accidentally registered in AS 7.1.2/EAP 6 even though it didn't appear in the resource description.
PROCESS_TYPE - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
processInventory(Map<String, ProcessInfo>) - Method in interface org.jboss.as.host.controller.ServerInventory
Notification that managed server process information is available.
processInventory(Map<String, ProcessInfo>) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
processMore(OperationContext, ModelNode, Resource, PathAddress, Map<String, ModelNode>) - Method in class org.jboss.as.domain.controller.operations.GenericModelDescribeOperationHandler
 
processMore(OperationContext, ModelNode, Resource, PathAddress, Map<String, ModelNode>) - Method in class org.jboss.as.domain.controller.operations.ProfileDescribeHandler
 
ProcessTypeHandler - Class in org.jboss.as.domain.controller.operations
Reports the process type
PRODUCT_NAME - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
PRODUCT_VERSION - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
PROFILE - Static variable in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
PROFILE_CAPABILITY - Static variable in class org.jboss.as.domain.controller.resources.ProfileResourceDefinition
 
ProfileAddHandler - Class in org.jboss.as.domain.controller.operations
 
profileAttemptingToOverrideSubsystem(String, String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
ProfileCloneHandler - Class in org.jboss.as.domain.controller.operations
 
ProfileCloneHandler(LocalHostControllerInfo, IgnoredDomainResourceRegistry) - Constructor for class org.jboss.as.domain.controller.operations.ProfileCloneHandler
 
ProfileDescribeHandler - Class in org.jboss.as.domain.controller.operations
Outputs the profile as a series of operations needed to construct the profile
profileIncludesSameSubsystem(String, String, String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
profileInvolvedInACycle(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
ProfileModelDescribeHandler - Class in org.jboss.as.domain.controller.operations
This profile describe handler branches off to the actual subsystem describe operations, however keeping the addresses consistent with the generic model describe handler.
ProfileRemoveHandler - Class in org.jboss.as.domain.controller.operations
 
ProfileResourceDefinition - Class in org.jboss.as.domain.controller.resources
 
ProfileResourceDefinition(LocalHostControllerInfo, IgnoredDomainResourceRegistry) - Constructor for class org.jboss.as.domain.controller.resources.ProfileResourceDefinition
 
PROPERTIES - Static variable in class org.jboss.as.host.controller.discovery.DiscoveryOptionResourceDefinition
 
PROPERTY - Static variable in class org.jboss.as.host.controller.discovery.Constants
 
propertyAlreadyExists(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the property already exists.
propertyNotFound(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the property does not exist.
propertyValueHasNullValue(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the property has a null value.
propertyValueNull(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the value for the property is null.
protocol - Variable in class org.jboss.as.host.controller.discovery.DomainControllerData
 
PROTOCOL - Static variable in class org.jboss.as.host.controller.discovery.StaticDiscoveryResourceDefinition
 
PROTOCOL - Static variable in class org.jboss.as.host.controller.operations.RemoteDomainControllerAddHandler
 
pruneDisconnected() - Method in interface org.jboss.as.domain.controller.HostRegistrations
Prune all info for disconnected hosts.
pruneDisconnected() - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
pruneDisconnected() - Method in class org.jboss.as.host.controller.DomainSlaveHostRegistrations
 
pruneExpired() - Method in interface org.jboss.as.domain.controller.HostRegistrations
Prune all expired host info.
pruneExpired() - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
pruneExpired() - Method in class org.jboss.as.host.controller.DomainSlaveHostRegistrations
 

Q

QUALIFIED_HOST_NAME - Static variable in class org.jboss.as.host.controller.HostControllerEnvironment
Constant that holds the name of the system property for specifying the fully-qualified name of the host that this server is running on.

R

readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in class org.jboss.as.host.controller.parsing.DomainXml
 
readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in class org.jboss.as.host.controller.parsing.HostXml
 
readFrom(DataInput) - Method in class org.jboss.as.host.controller.discovery.DomainControllerData
Read the domain controller's data from an input stream.
ReadMasterDomainModelHandler - Class in org.jboss.as.domain.controller.operations
Step handler responsible for collecting a complete description of the domain model, which is going to be sent back to a remote host-controller.
ReadMasterDomainModelHandler(HostInfo, Transformers, ExtensionRegistry) - Constructor for class org.jboss.as.domain.controller.operations.ReadMasterDomainModelHandler
 
ReadMasterDomainModelUtil - Class in org.jboss.as.domain.controller.operations
Utility for the DC operation handlers to describe the missing resources for the slave hosts which are set up to ignore domain config which does not affect their servers
ReadMasterDomainOperationsHandler - Class in org.jboss.as.domain.controller.operations
Handler returning the operations needed to recreate the current model.
readString(DataInput) - Static method in class org.jboss.as.host.controller.discovery.S3Util
 
reconnectingServer(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an informational message indicating the server is being reconnected.
reconnectingToMaster() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
reconnectServer(String, ModelNode, String, boolean, boolean) - Method in interface org.jboss.as.host.controller.ServerInventory
Re-establishes management communications with a server following a restart of the Host Controller process.
reconnectServer(String, ModelNode, String, boolean, boolean) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
recordCapabilitiesAndRequirements(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.domain.controller.operations.SocketBindingGroupAddHandler
 
recordHostRequest(String, HostControllerUpdateTask.ExecutedHostRequest) - Method in class org.jboss.as.domain.controller.operations.coordination.MultiphaseOverallContext
 
register() - Method in interface org.jboss.as.host.controller.MasterDomainControllerClient
Register with the remote domain controller
register() - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
Register with the remote domain controller
REGISTER_HOST_CONTROLLER_REQUEST - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.operations.SocketBindingGroupResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.HostConnectionResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.ProfileResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.descriptions.HostEnvironmentResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.discovery.StaticDiscoveryResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.ignored.IgnoredDomainTypeResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.model.jvm.JvmResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.resources.NativeManagementResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
registerCapabilities(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.ProfileResourceDefinition
 
registerCapabilities(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
registerCapabilities(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.SocketBindingResourceDefinition
 
registerCapabilities(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.resources.NativeManagementResourceDefinition
 
registerCapabilities(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
registerChild(PathElement, Resource) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
registerChild(PathElement, int, Resource) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.operations.SocketBindingGroupResourceDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
registerDomainHandlers(ManagementResourceRegistration) - Static method in class org.jboss.as.domain.controller.operations.DomainServerLifecycleHandlers
 
registeredAtRemoteHostController() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Informal log message indicating the local host registered at the remote domain controller.
registeredRemoteSlaveHost(String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an informational message indicating the host has been registered as a remote slave.
registerHost(String, SlaveHostPinger, String) - Method in class org.jboss.as.host.controller.DomainSlaveHostRegistrations
 
registerHostModel(String, ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
registerHostModel(String, ManagementResourceRegistration) - Method in interface org.jboss.as.host.controller.HostModelUtil.HostModelRegistrar
 
registeringServer(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an informational message indicating the server, represented by the name parameter, is being registered.
registerMaster(ManagementResourceRegistration, ContentRepository) - Static method in class org.jboss.as.domain.controller.operations.deployment.DeploymentUploadBytesHandler
 
registerMaster(ManagementResourceRegistration, ContentRepository) - Static method in class org.jboss.as.domain.controller.operations.deployment.DeploymentUploadStreamAttachmentHandler
 
registerMaster(ManagementResourceRegistration, ContentRepository) - Static method in class org.jboss.as.domain.controller.operations.deployment.DeploymentUploadURLHandler
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.HostConnectionResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.ProfileResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.model.jvm.JvmResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.resources.StoppedServerResource
 
registerRemoteHost(String, ManagementChannelHandler, Transformers, Long, boolean) - Method in interface org.jboss.as.domain.controller.DomainController
Registers a slave Host Controller with this domain controller.
registerRemoteHost(String, ManagementChannelHandler, Transformers, Long, boolean) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
registerResources(ManagementResourceRegistration) - Method in class org.jboss.as.host.controller.ignored.IgnoredDomainResourceRegistry
 
registerRunningServer(ProxyController) - Method in interface org.jboss.as.domain.controller.DomainController
Registers a running server in the domain model
registerRunningServer(ProxyController) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
registerServerGroupHandlers(ManagementResourceRegistration) - Static method in class org.jboss.as.domain.controller.operations.DomainServerLifecycleHandlers
 
registerServerLifecycleOperations(ManagementResourceRegistration, ServerInventory) - Static method in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
registerServerLifeCycleOperationsTransformers(ResourceTransformationDescriptionBuilder) - Static method in class org.jboss.as.domain.controller.operations.DomainServerLifecycleHandlers
 
registerSlave(ManagementResourceRegistration) - Static method in class org.jboss.as.domain.controller.operations.deployment.DeploymentUploadBytesHandler
 
registerSlave(ManagementResourceRegistration) - Static method in class org.jboss.as.domain.controller.operations.deployment.DeploymentUploadStreamAttachmentHandler
 
registerSlave(ManagementResourceRegistration) - Static method in class org.jboss.as.domain.controller.operations.deployment.DeploymentUploadURLHandler
 
registerSubsystemWriter(String, XMLElementWriter<SubsystemMarshallingContext>) - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
registrationTaskFailed(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
registrationTaskGotInterrupted() - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
RELEASE_CODENAME - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
RELEASE_VERSION - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
reloadServer(String, boolean) - Method in interface org.jboss.as.host.controller.ServerInventory
Reload a server with the given name.
reloadServer(String, boolean) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
RemoteDomainConnectionService - Class in org.jboss.as.host.controller
Establishes the connection from a slave DomainController to the master DomainController
RemoteDomainControllerAddHandler - Class in org.jboss.as.host.controller.operations
 
RemoteDomainControllerAddHandler(ManagementResourceRegistration, LocalHostControllerInfoImpl, DomainController, HostControllerConfigurationPersister, ContentRepository, HostFileRepository, ExtensionRegistry, IgnoredDomainResourceRegistry, PathManagerService) - Constructor for class org.jboss.as.host.controller.operations.RemoteDomainControllerAddHandler
 
RemoteDomainControllerConnectionConfiguration - Class in org.jboss.as.host.controller.discovery
Simple class to hold the connection parameters to a remote domain controller.
RemoteDomainControllerConnectionConfiguration(String, String, int) - Constructor for class org.jboss.as.host.controller.discovery.RemoteDomainControllerConnectionConfiguration
Creates an initialized connection config instance.
RemoteDomainControllerRemoveHandler - Class in org.jboss.as.host.controller.operations
 
removeChild(PathElement) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
removeOption(String, String) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
reportAdminOnlyDomainXmlFailure() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
reportAdminOnlyMissingDeploymentContent(String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Logs an error message indicating the content for a configured deployment was unavailable at boot but boot was allowed to proceed because the HC is in admin-only mode.
REQUEST_SUBSYSTEM_VERSIONS - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
requireChild(PathElement) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
requiredChildIsMissing(String, String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception message indicating that a parent is missing a required child.
requiresRuntime(OperationContext) - Method in class org.jboss.as.domain.controller.operations.DomainSocketBindingGroupRemoveHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.domain.controller.operations.ProfileAddHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.domain.controller.operations.ProfileRemoveHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.domain.controller.operations.ServerGroupAddHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.domain.controller.operations.ServerGroupRemoveHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.model.jvm.JVMRemoveHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.DiscoveryOptionAddHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.DiscoveryWriteAttributeHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.HostSpecifiedInterfaceAddHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.HostSpecifiedInterfaceRemoveHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.HttpManagementAddHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.HttpManagementRemoveHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.HttpManagementWriteAttributeHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.NativeManagementAddHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.NativeManagementRemoveHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.NativeManagementWriteAttributeHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.ServerAddHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.ServerRemoveHandler
 
requiresRuntime(OperationContext) - Method in class org.jboss.as.host.controller.operations.StaticDiscoveryAddHandler
 
ResolveExpressionOnDomainHandler - Class in org.jboss.as.domain.controller.operations
Operation that resolves an expression (but not against the vault) and returns the resolved value.
ResolveExpressionOnHostHandler - Class in org.jboss.as.host.controller.operations
Operation that resolves an expression (but not against the vault) and returns the resolved value.
resolveHandler(ManagementRequestHandlerFactory.RequestHandlerChain, ManagementRequestHeader) - Method in class org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler
 
resolveHandler(ManagementRequestHandlerFactory.RequestHandlerChain, ManagementRequestHeader) - Method in class org.jboss.as.host.controller.mgmt.ServerToHostProtocolHandler
 
RESOURCE_PATH - Static variable in class org.jboss.as.host.controller.descriptions.HostEnvironmentResourceDefinition
 
RESTART_SERVERS_NAME - Static variable in class org.jboss.as.domain.controller.operations.DomainServerLifecycleHandlers
 
RestartMode - Enum in org.jboss.as.host.controller
 
restartServer(String, int, ModelNode) - Method in interface org.jboss.as.host.controller.ServerInventory
Restart the server with the given name.
restartServer(String, int, ModelNode, boolean) - Method in interface org.jboss.as.host.controller.ServerInventory
Restart the server with the given name.
restartServer(String, int, ModelNode) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
restartServer(String, int, ModelNode, boolean) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
RESUME_SERVERS_NAME - Static variable in class org.jboss.as.domain.controller.operations.DomainServerLifecycleHandlers
 
resumeServer(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Resumes a server, allowing it to begin processing requests normally
resumeServer(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
rollbackRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.host.controller.operations.HttpManagementAddHandler
 
RolloutPlanController - Class in org.jboss.as.domain.controller.plan
Coordinates rolling out a series of operations to the servers specified in a rollout plan.
RolloutPlanController(Map<String, Map<ServerIdentity, ModelNode>>, ModelNode, MultiphaseOverallContext, ServerTaskExecutor, ExecutorService) - Constructor for class org.jboss.as.domain.controller.plan.RolloutPlanController
 
RolloutPlanController.Result - Enum in org.jboss.as.domain.controller.plan
 
RolloutPlanValidator() - Constructor for class org.jboss.as.domain.controller.resources.DomainRootDefinition.RolloutPlanValidator
 
ROOT_LOGGER - Static variable in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A logger with the category of org.jboss.as.domain.controller.
ROOT_LOGGER - Static variable in interface org.jboss.as.host.controller.logging.HostControllerLogger
A logger with a category of org.jboss.as.host.controller.
runtimeNameMustBeUnique(String, String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 

S

S3Discovery - Class in org.jboss.as.host.controller.discovery
Handle domain controller discovery via Amazon's S3 storage.
S3Discovery(Map<String, ModelNode>) - Constructor for class org.jboss.as.host.controller.discovery.S3Discovery
Create the S3Discovery option.
S3Util - Class in org.jboss.as.host.controller.discovery
Collection of utility methods required for S3 discovery.
S3Util() - Constructor for class org.jboss.as.host.controller.discovery.S3Util
 
safeWriteResponse(ManagementRequestContext<?>, Exception) - Static method in class org.jboss.as.host.controller.mgmt.ServerToHostProtocolHandler
 
safeWriteResponse(Channel, ManagementProtocolHeader, Exception) - Static method in class org.jboss.as.host.controller.mgmt.ServerToHostProtocolHandler
 
safeWriteResponse(Channel, ManagementProtocolHeader, byte) - Static method in class org.jboss.as.host.controller.mgmt.ServerToHostProtocolHandler
 
sanitize(String) - Static method in class org.jboss.as.host.controller.discovery.S3Util
Sanitize bucket and folder names according to AWS guidelines.
SASL_PROTOCOL - Static variable in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
SASL_PROTOCOL - Static variable in class org.jboss.as.host.controller.resources.NativeManagementResourceDefinition
 
schedulePing(long, long) - Method in class org.jboss.as.host.controller.mgmt.SlaveHostPinger
 
SCHEMA_LOCATIONS - Static variable in class org.jboss.as.domain.controller.resources.DomainRootDefinition
 
SECRET_ACCESS_KEY - Static variable in class org.jboss.as.host.controller.discovery.Constants
 
SECURE_INTERFACE - Static variable in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
SECURITY_REALM - Static variable in class org.jboss.as.host.controller.operations.RemoteDomainControllerAddHandler
 
SECURITY_REALM - Static variable in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
SECURITY_REALM - Static variable in class org.jboss.as.host.controller.resources.NativeManagementResourceDefinition
 
SERVER - Static variable in class org.jboss.as.host.controller.model.jvm.JvmResourceDefinition
 
SERVER_CONFIG_CAPABILITY - Static variable in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
SERVER_GROUP_CAPABILITY - Static variable in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
SERVER_GROUP_CAPABILITY_NAME - Static variable in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
SERVER_NAME - Static variable in class org.jboss.as.host.controller.resources.HttpManagementResourceDefinition
 
SERVER_NAME - Static variable in class org.jboss.as.host.controller.resources.NativeManagementResourceDefinition
 
ServerAddHandler - Class in org.jboss.as.host.controller.operations
OperationHandler adding a new server configuration.
serverCommunicationRegistered(String, ManagementChannelHandler) - Method in interface org.jboss.as.host.controller.ServerInventory
Notification that a channel for communication with a managed server process has been registered.
serverCommunicationRegistered(String, ManagementChannelHandler) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
ServerConfigResource - Class in org.jboss.as.host.controller.resources
 
ServerConfigResource(ServerInventory, ControlledProcessState, String, File, Resource) - Constructor for class org.jboss.as.host.controller.resources.ServerConfigResource
 
ServerConfigResourceDefinition - Class in org.jboss.as.host.controller.resources
ResourceDefinition for a server-config resource under a host.
ServerConfigResourceDefinition(LocalHostControllerInfo, ServerInventory, PathManagerService, ControlledProcessState, File) - Constructor for class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
Creates a ServerConfigResourceDefinition.
serverConnected(String, Channel) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an informational message indicating the server, represented by the name parameter, was registered using the connection represented by the channel parameter.
ServerDestroyHandler(ServerInventory) - Constructor for class org.jboss.as.host.controller.operations.ServerProcessHandlers.ServerDestroyHandler
 
ServerGroupAddHandler - Class in org.jboss.as.domain.controller.operations
 
ServerGroupDeploymentAddHandler - Class in org.jboss.as.domain.controller.operations.deployment
Handles addition of a deployment to a server group.
ServerGroupDeploymentAddHandler(HostFileRepository, ContentRepository) - Constructor for class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentAddHandler
 
ServerGroupDeploymentDeployHandler - Class in org.jboss.as.domain.controller.operations.deployment
Handles deployment into the runtime.
ServerGroupDeploymentRedeployHandler - Class in org.jboss.as.domain.controller.operations.deployment
Handles redeployment in the runtime.
ServerGroupDeploymentRemoveHandler - Class in org.jboss.as.domain.controller.operations.deployment
Handles removal of a deployment from the model.
ServerGroupDeploymentRemoveHandler(ContentRepository) - Constructor for class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentRemoveHandler
 
ServerGroupDeploymentReplaceHandler - Class in org.jboss.as.domain.controller.operations.deployment
Handles replacement in the runtime of one deployment by another.
ServerGroupDeploymentReplaceHandler(HostFileRepository, ContentRepository) - Constructor for class org.jboss.as.domain.controller.operations.deployment.ServerGroupDeploymentReplaceHandler
 
ServerGroupDeploymentUndeployHandler - Class in org.jboss.as.domain.controller.operations.deployment
Handles undeployment from the runtime.
serverGroupExpectsSingleChild(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception message indicating that server-group expects one and only one child.
ServerGroupRemoveHandler - Class in org.jboss.as.domain.controller.operations
 
ServerGroupRemoveHandler(LocalHostControllerInfo) - Constructor for class org.jboss.as.domain.controller.operations.ServerGroupRemoveHandler
 
ServerGroupResourceDefinition - Class in org.jboss.as.domain.controller.resources
ResourceDefinition for server group resources.
ServerGroupResourceDefinition(boolean, LocalHostControllerInfo, HostFileRepository) - Constructor for class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
ServerGroupResourceDefinition(boolean, LocalHostControllerInfo, HostFileRepository, ContentRepository) - Constructor for class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
ServerIdentity - Class in org.jboss.as.domain.controller
Identifying information for a server in a domain.
ServerIdentity(String, String, String) - Constructor for class org.jboss.as.domain.controller.ServerIdentity
 
ServerInventory - Interface in org.jboss.as.host.controller
Inventory of the managed servers.
ServerInventoryImpl - Class in org.jboss.as.host.controller
Inventory of the managed servers.
ServerKillHandler(ServerInventory) - Constructor for class org.jboss.as.host.controller.operations.ServerProcessHandlers.ServerKillHandler
 
serverLaunchCommandPrefix(String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an informational stating the server launch command prefix.
serverNameAlreadyRegistered(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating there is already a registered server with the name represented by the serverName parameter.
ServerOperationResolver - Class in org.jboss.as.domain.controller.operations.coordination
Logic for creating a server-level operation that realizes the effect of a domain or host level change on the server.
ServerOperationResolver(String, Map<String, ProxyController>) - Constructor for class org.jboss.as.domain.controller.operations.coordination.ServerOperationResolver
 
ServerOperationsResolverHandler - Class in org.jboss.as.domain.controller.operations.coordination
Adds to the localResponse the server-level operations needed to effect the given domain/host operation on the servers controlled by this host.
serverProcessAdded(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Notification that a server has been added to the process-controller.
serverProcessAdded(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
ServerProcessHandlers - Class in org.jboss.as.host.controller.operations
 
ServerProcessHandlers.ServerDestroyHandler - Class in org.jboss.as.host.controller.operations
 
ServerProcessHandlers.ServerKillHandler - Class in org.jboss.as.host.controller.operations
 
serverProcessRemoved(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Notification that a server has been removed from the process-controller.
serverProcessRemoved(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
serverProcessStarted(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Notification that a server process has been started.
serverProcessStarted(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
serverProcessStopped(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Notification that a server has stopped.
serverProcessStopped(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
serverReconnected(String, ManagementChannelHandler) - Method in interface org.jboss.as.host.controller.ServerInventory
Notification that a server has been reconnected.
serverReconnected(String, ManagementChannelHandler) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
ServerReloadHandler - Class in org.jboss.as.host.controller.operations
 
ServerReloadHandler(ServerInventory) - Constructor for class org.jboss.as.host.controller.operations.ServerReloadHandler
 
ServerRemoveHandler - Class in org.jboss.as.host.controller.operations
OperationHandler removing an existing server configuration.
ServerRestartHandler - Class in org.jboss.as.host.controller.operations
Restarts a server.
ServerRestartHandler(ServerInventory) - Constructor for class org.jboss.as.host.controller.operations.ServerRestartHandler
Create the ServerRestartHandler
ServerRestartRequiredServerConfigWriteAttributeHandler - Class in org.jboss.as.host.controller.operations
Writes the group and socket-binding-group attributes of a server group and validates the new value.
ServerRestartRequiredServerConfigWriteAttributeHandler() - Constructor for class org.jboss.as.host.controller.operations.ServerRestartRequiredServerConfigWriteAttributeHandler
 
ServerResumeHandler - Class in org.jboss.as.host.controller.operations
 
ServerResumeHandler(ServerInventory) - Constructor for class org.jboss.as.host.controller.operations.ServerResumeHandler
 
serversDirectoryIsNotADirectory(File) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
serverStarted(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Notification that the server is started.
serverStarted(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
serverStartFailed(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Notification that the start of a server process has failed.
serverStartFailed(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
ServerStartHandler - Class in org.jboss.as.host.controller.operations
Starts a server.
ServerStartHandler(ServerInventory) - Constructor for class org.jboss.as.host.controller.operations.ServerStartHandler
Create the ServerAddHandler
ServerStatusHandler - Class in org.jboss.as.host.controller.operations
OperationHandler determining the status of a server.
ServerStatusHandler(ServerInventory) - Constructor for class org.jboss.as.host.controller.operations.ServerStatusHandler
Create the ServerAddHandler
serverStillRunning(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
A message indicating the server, represented by the name parameter, is still running.
ServerStopHandler - Class in org.jboss.as.host.controller.operations
Stops a server.
ServerStopHandler(ServerInventory) - Constructor for class org.jboss.as.host.controller.operations.ServerStopHandler
Create the ServerAddHandler
ServerSuspendHandler - Class in org.jboss.as.host.controller.operations
 
ServerSuspendHandler(ServerInventory) - Constructor for class org.jboss.as.host.controller.operations.ServerSuspendHandler
 
ServerTaskExecutor - Class in org.jboss.as.domain.controller.plan
 
ServerTaskExecutor(OperationContext, Map<ServerIdentity, ServerTaskExecutor.ExecutedServerRequest>, List<ServerTaskExecutor.ServerPreparedResponse>) - Constructor for class org.jboss.as.domain.controller.plan.ServerTaskExecutor
 
ServerTaskExecutor.ExecutedServerRequest - Class in org.jboss.as.domain.controller.plan
The executed request.
ServerTaskExecutor.ServerOperation - Class in org.jboss.as.domain.controller.plan
 
ServerTaskExecutor.ServerPreparedResponse - Class in org.jboss.as.domain.controller.plan
The prepared response.
ServerToHostOperationHandlerFactoryService - Class in org.jboss.as.host.controller.mgmt
Operation handler responsible for requests coming in from server processes on the host controller.
ServerToHostProtocolHandler - Class in org.jboss.as.host.controller.mgmt
Handler responsible for the server to host-controller protocol.
ServerToHostProtocolHandler.OperationExecutor - Interface in org.jboss.as.host.controller.mgmt
wrapper to the DomainController and the underlying ModelController to execute a OperationStepHandler implementation directly, bypassing normal domain coordination layer.
SERVICE_NAME - Static variable in interface org.jboss.as.domain.controller.DomainController
ServiceName under which a DomainController instance should be registered with the service container of a Host Controller that is acting as the domain controller.
SERVICE_NAME - Static variable in class org.jboss.as.host.controller.DomainModelControllerService
 
SERVICE_NAME - Static variable in interface org.jboss.as.host.controller.MasterDomainControllerClient
Standard service name to use for a service that returns a MasterDomainControllerClient
SERVICE_NAME - Static variable in class org.jboss.as.host.controller.mgmt.MasterDomainControllerOperationHandlerService
 
SERVICE_NAME - Static variable in class org.jboss.as.host.controller.mgmt.ServerToHostOperationHandlerFactoryService
 
serviceShutdownIncomplete(Throwable) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a warning message indicating graceful shutdown of management request handling of slave HC to master HC communication did not complete.
setCompleteRollback(boolean) - Method in class org.jboss.as.domain.controller.operations.coordination.MultiphaseOverallContext
 
setExecutorService(ExecutorService) - Method in class org.jboss.as.domain.controller.operations.coordination.OperationCoordinatorStepHandler
 
setExecutorService(ExecutorService) - Method in class org.jboss.as.domain.controller.operations.coordination.PrepareStepHandler
 
setFailureReported(boolean) - Method in class org.jboss.as.domain.controller.operations.coordination.MultiphaseOverallContext
 
setHost(String) - Method in class org.jboss.as.host.controller.discovery.DomainControllerManagementInterface
 
setProcessName(String) - Method in class org.jboss.as.host.controller.HostControllerEnvironment
 
setRestartMode(RestartMode) - Method in class org.jboss.as.host.controller.HostRunningModeControl
Set the restartMode
setServerGroupRollback(String, boolean) - Method in class org.jboss.as.domain.controller.operations.coordination.MultiphaseOverallContext
 
setUseCurrentDomainConfig(boolean) - Method in class org.jboss.as.host.controller.HostRunningModeControl
 
setWildcard(Boolean) - Method in class org.jboss.as.host.controller.ignored.IgnoreDomainResourceTypeResource
 
SHORT_TIMEOUT - Static variable in class org.jboss.as.host.controller.mgmt.SlaveHostPinger
 
SIZE - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
size() - Method in class org.jboss.as.host.controller.model.jvm.JvmOptionsElement
 
SLAVE - Static variable in class org.jboss.as.domain.controller.operations.ProcessTypeHandler
 
SLAVE_CONTROLLER_LOCK_ID - Static variable in class org.jboss.as.domain.controller.operations.coordination.DomainControllerLockIdUtils
The slave controller lock id header sent by the slaves to the DC.
slaveAlreadyRegistered(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception message indicating a host cannot register because another host of the same name is already registered.
slaveCannotAcceptUploads() - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating a slave domain controller cannot accept deployment content uploads.
slaveControllerCannotAcceptOtherSlaves() - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception message indicating this host is a slave and cannot accept registrations from other slaves.
slaveHostControllerChanged(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
slaveHostControllerUnreachable(String, long) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
SlaveHostPinger - Class in org.jboss.as.host.controller.mgmt
Coordinates periodic pinging of a slave Host Controller to validate its connection
SlaveHostPinger(String, ManagementChannelHandler, ScheduledExecutorService, long) - Constructor for class org.jboss.as.host.controller.mgmt.SlaveHostPinger
 
SlaveRegistrationException - Exception in org.jboss.as.domain.controller
Used to propagate error codes as part of the error message when an error occurs registering a slave host controller.
SlaveRegistrationException(SlaveRegistrationException.ErrorCode, String) - Constructor for exception org.jboss.as.domain.controller.SlaveRegistrationException
 
SlaveRegistrationException.ErrorCode - Enum in org.jboss.as.domain.controller
 
snapshot() - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
SOCKET_BINDING_DEFAULT_INTERFACE - Static variable in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
SOCKET_BINDING_DEFAULT_INTERFACE - Static variable in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
SOCKET_BINDING_GROUP - Static variable in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
SOCKET_BINDING_GROUP - Static variable in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
SOCKET_BINDING_PORT_OFFSET - Static variable in class org.jboss.as.domain.controller.resources.ServerGroupResourceDefinition
 
SOCKET_BINDING_PORT_OFFSET - Static variable in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
SocketBindingGroupAddHandler - Class in org.jboss.as.domain.controller.operations
Handler for the domain socket-binding-group resource's add operation.
socketBindingGroupAttemptingToOverrideSocketBinding(String, String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
socketBindingGroupIncludesSameSocketBinding(String, String, String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
socketBindingGroupInvolvedInACycle(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
SocketBindingGroupResourceDefinition - Class in org.jboss.as.domain.controller.operations
 
SocketBindingResourceDefinition - Class in org.jboss.as.domain.controller.resources
ResourceDefinition for a domain-level socket binding resource.
sslFailureUnableToConnect(Throwable) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating an inability to connect due to a SSL failure.
STACK_SIZE - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
start(StartContext) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
start(StartContext) - Method in class org.jboss.as.host.controller.HostControllerService
 
start(StartContext) - Method in class org.jboss.as.host.controller.mgmt.MasterDomainControllerOperationHandlerService
 
start(StartContext) - Method in class org.jboss.as.host.controller.mgmt.ServerToHostOperationHandlerFactoryService
start(StartContext) - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
START_BLOCKING - Static variable in class org.jboss.as.host.controller.operations.StartServersHandler
 
START_SERVERS_NAME - Static variable in class org.jboss.as.domain.controller.operations.DomainServerLifecycleHandlers
 
startingServer(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an informational message indicating the server is starting.
startReceiving(Channel) - Method in class org.jboss.as.host.controller.mgmt.MasterDomainControllerOperationHandlerService
 
startReceiving(Channel) - Method in class org.jboss.as.host.controller.mgmt.ServerToHostOperationHandlerFactoryService
 
startServer(String, ModelNode) - Method in interface org.jboss.as.host.controller.ServerInventory
Start the server with the given name.
startServer(String, ModelNode, boolean) - Method in interface org.jboss.as.host.controller.ServerInventory
Start the server with the given name.
startServer(String, ModelNode) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
startServer(String, ModelNode, boolean) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
StartServersHandler - Class in org.jboss.as.host.controller.operations
Starts or reconnect all auto-start servers (at boot).
StartServersHandler(HostControllerEnvironment, ServerInventory, HostRunningModeControl) - Constructor for class org.jboss.as.host.controller.operations.StartServersHandler
Create the ServerAddHandler
STATIC_DISCOVERY_ATTRIBUTES - Static variable in class org.jboss.as.host.controller.discovery.StaticDiscoveryResourceDefinition
 
StaticDiscovery - Class in org.jboss.as.host.controller.discovery
Handle domain controller discovery via static (i.e., hard-wired) configuration.
StaticDiscovery(String, String, int) - Constructor for class org.jboss.as.host.controller.discovery.StaticDiscovery
Creates an initialized static discovery config instance.
StaticDiscoveryAddHandler - Class in org.jboss.as.host.controller.operations
Handler for the static discovery option resource's add operation.
StaticDiscoveryAddHandler(LocalHostControllerInfoImpl) - Constructor for class org.jboss.as.host.controller.operations.StaticDiscoveryAddHandler
Create the StaticDiscoveryAddHandler.
StaticDiscoveryRemoveHandler - Class in org.jboss.as.host.controller.operations
Handler for a static discovery resource's remove operation.
StaticDiscoveryRemoveHandler() - Constructor for class org.jboss.as.host.controller.operations.StaticDiscoveryRemoveHandler
Create the StaticDiscoveryRemoveHandler.
StaticDiscoveryResourceDefinition - Class in org.jboss.as.host.controller.discovery
ResourceDefinition for a resource representing a static discovery option.
StaticDiscoveryResourceDefinition(LocalHostControllerInfoImpl) - Constructor for class org.jboss.as.host.controller.discovery.StaticDiscoveryResourceDefinition
 
STATUS - Static variable in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
STD_INTERVAL - Static variable in class org.jboss.as.host.controller.mgmt.SlaveHostPinger
 
STD_TIMEOUT - Static variable in class org.jboss.as.host.controller.mgmt.SlaveHostPinger
 
stop(StopContext) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
stop(StopContext) - Method in class org.jboss.as.host.controller.HostControllerService
 
stop(StopContext) - Method in class org.jboss.as.host.controller.mgmt.ServerToHostOperationHandlerFactoryService
stop(StopContext) - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
STOP_SERVERS_NAME - Static variable in class org.jboss.as.domain.controller.operations.DomainServerLifecycleHandlers
 
stopAsynchronous(StopContext) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
stopLocalHost() - Method in interface org.jboss.as.domain.controller.DomainController
Stops this host controller
stopLocalHost(int) - Method in interface org.jboss.as.domain.controller.DomainController
Stop this host controller with a specific exit code.
stopLocalHost() - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
stopLocalHost(int) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
StoppedServerResource - Class in org.jboss.as.host.controller.resources
ResourceDescription describing a stopped server instance.
StoppedServerResource(ServerInventory) - Constructor for class org.jboss.as.host.controller.resources.StoppedServerResource
 
stoppingServer(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an informational message indicating the server is stopping.
stopServer(String, int) - Method in interface org.jboss.as.host.controller.ServerInventory
Stop the server with the given name.
stopServer(String, int, boolean) - Method in interface org.jboss.as.host.controller.ServerInventory
Stop the server with the given name.
stopServer(String, int) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
stopServer(String, int, boolean) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
stopServers(int) - Method in interface org.jboss.as.host.controller.ServerInventory
Stop all servers.
stopServers(int, boolean) - Method in interface org.jboss.as.host.controller.ServerInventory
Stop all servers.
stopServers(int) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
stopServers(int, boolean) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
store(ModelNode, Set<PathAddress>) - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
successfulBoot() - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
SUSPEND_SERVERS_NAME - Static variable in class org.jboss.as.domain.controller.operations.DomainServerLifecycleHandlers
 
suspendServer(String) - Method in interface org.jboss.as.host.controller.ServerInventory
Suspends a server, allowing current requests to finish and blocking any new requests from starting.
suspendServer(String) - Method in class org.jboss.as.host.controller.ServerInventoryImpl
 
SyncDomainModelOperationHandler - Class in org.jboss.as.domain.controller.operations
Operation handler synchronizing the domain model.
SyncDomainModelOperationHandler(HostInfo, SyncModelParameters) - Constructor for class org.jboss.as.domain.controller.operations.SyncDomainModelOperationHandler
 
SyncModelOperationHandlerWrapper - Class in org.jboss.as.domain.controller.operations
Generic wrapper for certain slave host operations to determine whether there is missing or not needed configuration and adds steps to automatically sync with the domain controller.
SyncModelParameters - Class in org.jboss.as.domain.controller.operations.deployment
 
SyncModelParameters(DomainController, IgnoredDomainResourceRegistry, HostControllerEnvironment, ExtensionRegistry, HostControllerRegistrationHandler.OperationExecutor, boolean, Map<String, ProxyController>, HostFileRepository, ContentRepository) - Constructor for class org.jboss.as.domain.controller.operations.deployment.SyncModelParameters
 
SyncServerGroupOperationHandler - Class in org.jboss.as.domain.controller.operations
This operation handler is only getting executed on a slave host-controller, synchronizing the model for a single server or server-group, which gets executed when a part of the model is missing.
SyncServerGroupOperationHandler(String, Resource, SyncModelParameters) - Constructor for class org.jboss.as.domain.controller.operations.SyncServerGroupOperationHandler
 
SystemExiter - Class in org.jboss.as.host.controller
Used to override System.exit() calls.
SystemExiter() - Constructor for class org.jboss.as.host.controller.SystemExiter
 
SystemExiter.Exiter - Interface in org.jboss.as.host.controller
 
systemPropertyUpdated(String, String) - Method in class org.jboss.as.host.controller.HostControllerEnvironment
 

T

TIMESTAMP - Static variable in interface org.jboss.as.domain.controller.HostConnectionInfo
 
toModelNode(ModelNode) - Method in class org.jboss.as.domain.controller.HostConnectionInfo.BasicEventImpl
 
toModelNode(ModelNode) - Method in interface org.jboss.as.domain.controller.HostConnectionInfo.Event
Fill DMR.
toModelNode() - Method in enum org.jboss.as.host.controller.DirectoryGrouping
Converts the value of the directory grouping to a model node.
toModelNode() - Method in interface org.jboss.as.host.controller.IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo
Serializes the server config to dmr
toString() - Method in class org.jboss.as.domain.controller.ServerIdentity
 
toString() - Method in exception org.jboss.as.domain.controller.SlaveRegistrationException
 
toString() - Method in enum org.jboss.as.host.controller.DirectoryGrouping
 
toString() - Method in class org.jboss.as.host.controller.discovery.DomainControllerData
 
toString() - Method in class org.jboss.as.host.controller.discovery.RemoteDomainControllerConnectionConfiguration
 
toString() - Method in class org.jboss.as.host.controller.discovery.S3Discovery
 
toString() - Method in class org.jboss.as.host.controller.discovery.StaticDiscovery
 
toString() - Method in enum org.jboss.as.host.controller.model.host.AdminOnlyDomainConfigPolicy
 
transformResult(ModelNode) - Method in class org.jboss.as.domain.controller.plan.ServerTaskExecutor.ExecutedServerRequest
 
transformServerOperation(String, TransformingProxyController, OperationContext, ModelNode) - Method in class org.jboss.as.domain.controller.operations.coordination.MultiphaseOverallContext
 
TYPE - Static variable in interface org.jboss.as.domain.controller.HostConnectionInfo
 
TYPE - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 

U

unableToGenerateHash(Throwable) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the inability to generate the hash.
unableToLoadProperties(URL, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
A message indicating the inability to load properties from the URL.
undefinedSocketBinding(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the socket binding group for the server is undefined.
undefinedSocketBindingGroup(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the socket binding group is undefined.
undeployingDeploymentHasBeenRedeployed(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
unexpectedInitialPathKey(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception indicating an unexpected initial path key.
unexpectedInSeriesGroup(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception message indicating that one of the groups in rollout plan does not define neither server-group nor concurrent-groups.
unexpectedResponse(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
unexpectedServerState(String, ServerState, ServerState) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs a warning message indicating the server is not in the expected state.
unexpectedState(ServerState) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the service state was unexpected.
unexplainedFailure() - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating an unexplained failure.
unknown(String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
A message indicating the value for the name is unknown.
unknown(String, Object) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the value for the name is unknown.
unknownAttributesFromSubsystemVersion(String, String, ModelVersion, Collection<String>) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Warning messages when a transformer detects that an operation defines unknown attributes for a legacy subsystem.
unknownHostValue(String, Object, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
A message indicating the value is not a known host.
unknownServer(ServerIdentity) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception indicating the server is unknown.
unknownServerGroup(String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception indicating the server group is unknown.
unrecognizedChildren(String, String, String) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
Creates an exception message indicating that a parent recognizes only the specified children.
unrecognizedType(byte) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates an exception indicating the type is unrecognized.
unregister() - Method in interface org.jboss.as.host.controller.MasterDomainControllerClient
Unregister with the remote domain controller.
unregister() - Method in class org.jboss.as.host.controller.RemoteDomainConnectionService
Unregister with the remote domain controller.
UNREGISTER_HOST_CONTROLLER_REQUEST - Static variable in interface org.jboss.as.host.controller.mgmt.DomainControllerProtocol
 
unregisteredAtRemoteHostController() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Informal log message indicating the local host unregistered at the remote domain controller.
unregisteredRemoteSlaveHost(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an informational message indicating the host has been unregistered as a remote slave.
unregisterHost(String, HostConnectionInfo.Event) - Method in class org.jboss.as.host.controller.DomainSlaveHostRegistrations
 
unregisteringServer(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Logs an informational message indicating the server, represented by the name parameter, is being unregistered.
unregisterRemoteHost(String, Long, boolean) - Method in interface org.jboss.as.domain.controller.DomainController
Unregisters a previously registered Host Controller.
unregisterRemoteHost(String, Long, boolean) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
unregisterRunningServer(String) - Method in interface org.jboss.as.domain.controller.DomainController
Unregisters a running server from the domain model
unregisterRunningServer(String) - Method in class org.jboss.as.host.controller.DomainModelControllerService
 
unregisterSubsystemWriter(String) - Method in class org.jboss.as.host.controller.HostControllerConfigurationPersister
 
unsuccessfulBoot() - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
unsupportedManagementVersionForHost(int, int, int, int) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
unsupportedWildcardOperation() - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
UPDATE_AUTO_START_WITH_SERVER_STATUS - Static variable in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
 
updateOptionsAttribute(OperationContext, ModelNode, String) - Method in class org.jboss.as.host.controller.operations.AbstractDiscoveryOptionRemoveHandler
 
usageNote(String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
Creates a simple instruction for how to get usage help.
USERNAME - Static variable in class org.jboss.as.host.controller.operations.RemoteDomainControllerAddHandler
 
usingCachedDC(String, String) - Method in interface org.jboss.as.host.controller.logging.HostControllerLogger
 
UUID - Static variable in class org.jboss.as.host.controller.model.host.HostResourceDefinition
 

V

validate(OperationContext) - Method in class org.jboss.as.domain.controller.operations.DomainModelIncludesValidator
 
validateAtBoot(OperationContext, ModelNode) - Static method in class org.jboss.as.domain.controller.operations.DomainModelIncludesValidator
 
validateInSeriesServerGroup(ModelNode) - Static method in class org.jboss.as.domain.controller.resources.DomainRootDefinition.RolloutPlanValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.domain.controller.resources.DomainRootDefinition.RolloutPlanValidator
 
VALUE - Static variable in class org.jboss.as.host.controller.model.jvm.JvmAttributes
 
valueOf(String) - Static method in enum org.jboss.as.domain.controller.HostConnectionInfo.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.domain.controller.plan.RolloutPlanController.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.domain.controller.SlaveRegistrationException.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.host.controller.DirectoryGrouping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.host.controller.model.host.AdminOnlyDomainConfigPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.host.controller.model.jvm.JvmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.host.controller.RestartMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.domain.controller.HostConnectionInfo.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.domain.controller.plan.RolloutPlanController.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.domain.controller.SlaveRegistrationException.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.host.controller.DirectoryGrouping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.host.controller.model.host.AdminOnlyDomainConfigPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.host.controller.model.jvm.JvmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.host.controller.RestartMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

warnIgnoringProfileInclude(Location) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
warnIgnoringSocketBindingGroupInclude(Location) - Method in interface org.jboss.as.domain.controller.logging.DomainControllerLogger
 
WILDCARD - Static variable in class org.jboss.as.host.controller.ignored.IgnoredDomainTypeResourceDefinition
 
wrapHandler(String, String, PathAddress, OperationEntry) - Static method in class org.jboss.as.domain.controller.operations.SyncModelOperationHandlerWrapper
Wrap an OperationStepHandler in case it targets addresses, which may need to fetch missing configuration from the master.
WRITABLE_ATTRIBUTES - Static variable in class org.jboss.as.host.controller.resources.ServerConfigResourceDefinition
The attributes that can be written by the add operation
writeContent(XMLExtendedStreamWriter, ModelMarshallingContext) - Method in class org.jboss.as.host.controller.parsing.DomainXml
 
writeContent(XMLExtendedStreamWriter, ModelMarshallingContext) - Method in class org.jboss.as.host.controller.parsing.HostXml
 
writeHeader(ManagementProtocolHeader, OutputStream) - Static method in class org.jboss.as.host.controller.mgmt.ServerToHostProtocolHandler
 
writeJVMElement(XMLExtendedStreamWriter, String, ModelNode) - Static method in class org.jboss.as.host.controller.parsing.JvmXml
 
writeModel(ModelNode) - Method in class org.jboss.as.host.controller.discovery.DiscoveryOptionsResource
 
writeModel(ModelNode) - Method in class org.jboss.as.host.controller.ignored.IgnoreDomainResourceTypeResource
{@inheritDoc
writeResponse(Channel, ManagementRequestHeader, Exception) - Static method in class org.jboss.as.host.controller.mgmt.ServerToHostProtocolHandler
 
writeResponse(Channel, ManagementRequestHeader, byte) - Static method in class org.jboss.as.host.controller.mgmt.ServerToHostProtocolHandler
 
writeString(String, DataOutput) - Static method in class org.jboss.as.host.controller.discovery.S3Util
 
writeTo(DataOutput) - Method in class org.jboss.as.host.controller.discovery.DomainControllerData
Write the domain controller's data to an output stream.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
WildFly: Host Controller 2.0.0.CR3

Copyright © 2015 JBoss by Red Hat. All rights reserved.