A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABSOLUTE - org.jboss.as.controller.client.helpers.MeasurementUnit.Family
- AbstractDelegatingAsyncFuture<T> - Class in org.jboss.as.controller.client.impl
- AbstractDelegatingAsyncFuture(AsyncFuture<T>) - Constructor for class org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture
- AbstractModelControllerClient - Class in org.jboss.as.controller.client.impl
- AbstractModelControllerClient() - Constructor for class org.jboss.as.controller.client.impl.AbstractModelControllerClient
- AbstractServerDeploymentManager - Class in org.jboss.as.controller.client.helpers.standalone.impl
- AbstractServerDeploymentManager() - Constructor for class org.jboss.as.controller.client.helpers.standalone.impl.AbstractServerDeploymentManager
- AbstractServerUpdateActionResult<T extends ServerUpdateActionResult> - Class in org.jboss.as.controller.client.helpers.standalone
-
Abstract superclass of implementations of
ServerUpdateActionResult. - AbstractServerUpdateActionResult() - Constructor for class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
- AbstractServerUpdateActionResult(UUID, Throwable) - Constructor for class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
- AbstractServerUpdateActionResult(UUID, ServerUpdateActionResult.Result) - Constructor for class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
- AbstractServerUpdateActionResult(UUID, ServerUpdateActionResult.Result, Throwable) - Constructor for class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
- add(File) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content of the specified file should be added to the default content repository.
- add(File) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content of the specified file should be added to the content repository.
- add(String) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates a deployment that has already been added to the deployment content repository should be added to the server groups associated with the current
DeploymentSetPlan. - add(String, File) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content of the specified fileL should be added to the default content repository.
- add(String, File) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content of the specified file should be added to the content repository.
- add(String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content readable from the specified
InputStreamshould be added to the default content repository. - add(String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content readable from the specified
InputStreamshould be added to the content repository. - add(String, String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content readable from the specified
InputStreamshould be added to the content repository. - add(String, String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content readable from the specified
InputStreamshould be added to the content repository. - add(String, URL) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content at the specified URL should be added to the default content repository.
- add(String, URL) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content at the specified URL should be added to the content repository.
- add(URL) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content at the specified URL should be added to the default content repository.
- add(URL) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content at the specified URL should be added to the content repository.
- ADD - org.jboss.as.controller.client.helpers.domain.DeploymentAction.Type
-
Add content to the deployment content repository.
- ADD - org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Add content to the deployment content repository.
- ADD - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- ADD_CONTENT - org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Add content to an exploded deployment in content repository.
- ADD_CONTENT - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- ADD_DEPLOYMENT_CONTENT_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- ADD_DEPLOYMENT_CONTENT_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- addContentFileToDeployment(String, Map<String, Path>) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content readable from the specified
Pathshould be added to the content repository. - addContentToDeployment(String, Map<String, InputStream>) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content readable from the specified
InputStreamshould be added to the content repository. - addDeploymentContent(InputStream) - Method in interface org.jboss.as.controller.client.helpers.domain.DomainClient
-
Add the content for a deployment to the domain controller.
- addDeploymentContent(InputStream) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- AddDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilderthat exposes directives that are only applicable following anadddirective. - AddDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.standalone
-
Extension of
DeploymentPlanBuilderthat exposes directives that are only applicable following anadddirective. - addFileAsAttachment(File) - Method in class org.jboss.as.controller.client.helpers.Operations.CompositeOperationBuilder
- addFileAsAttachment(File) - Method in class org.jboss.as.controller.client.OperationBuilder
-
Associate a file with the operation.
- addFileAsAttachment(Path) - Method in class org.jboss.as.controller.client.OperationBuilder
-
Associate a file with the operation.
- addInputStream(InputStream) - Method in class org.jboss.as.controller.client.helpers.Operations.CompositeOperationBuilder
- addInputStream(InputStream) - Method in class org.jboss.as.controller.client.OperationBuilder
-
Associate an input stream with the operation.
- AdditionalBootCliScriptInvoker - Interface in org.jboss.as.controller.client.impl
-
This is for internal use only.
- addListener(AsyncFuture.Listener<? super T, A>, A) - Method in class org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture
- ADDRESS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- addStep(ModelNode) - Method in class org.jboss.as.controller.client.helpers.Operations.CompositeOperationBuilder
-
Adds a new operation to the composite operation.
- allowFailures(int) - Method in interface org.jboss.as.controller.client.helpers.domain.RollbackDeploymentPlanBuilder
-
Allows the application of the deployment set to fail on the given number of servers before triggering rollback of the plan.
- allowPercentageFailures(int) - Method in interface org.jboss.as.controller.client.helpers.domain.RollbackDeploymentPlanBuilder
-
Allows the application of the deployment set to fail on the given percentage of servers in the server group before triggering rollback of the plan.
- andDeploy() - Method in interface org.jboss.as.controller.client.helpers.domain.AddDeploymentPlanBuilder
-
Indicates content that was added via an immediately preceding
addoperation should be deployed. - andDeploy() - Method in interface org.jboss.as.controller.client.helpers.standalone.AddDeploymentPlanBuilder
-
Indicates content that was added via an immediately preceding
addoperation should be deployed. - andRemoveUndeployed() - Method in interface org.jboss.as.controller.client.helpers.domain.ReplaceDeploymentPlanBuilder
-
Indicates that deployment content that was undeployed via the preceding
replaceaction should be removed from the content repository. - andRemoveUndeployed() - Method in interface org.jboss.as.controller.client.helpers.domain.UndeployDeploymentPlanBuilder
-
Indicates that deployment content that was undeployed via the preceding
undeployaction should be removed from the content repository. - andRemoveUndeployed() - Method in interface org.jboss.as.controller.client.helpers.standalone.ReplaceDeploymentPlanBuilder
-
Indicates that deployment content that was undeployed via the preceding
replaceaction should be removed from the content repository. - andRemoveUndeployed() - Method in interface org.jboss.as.controller.client.helpers.standalone.UndeployDeploymentPlanBuilder
-
Indicates that deployment content that was undeployed via the preceding
undeployaction should be removed from the content repository. - andReplace(String) - Method in interface org.jboss.as.controller.client.helpers.domain.AddDeploymentPlanBuilder
-
Indicates content that was added via an immediately preceding
addoperation should be deployed, replacing the specified existing content in the runtime. - andReplace(String) - Method in interface org.jboss.as.controller.client.helpers.standalone.AddDeploymentPlanBuilder
-
Indicates content that was added via an immediately preceding
addoperation should be deployed, replacing the specified existing content in the runtime. - APPLY_HOST_UPDATES_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- APPLY_HOST_UPDATES_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- APPLY_SERVER_MODEL_UPDATE_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- APPLY_SERVER_MODEL_UPDATE_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- APPLY_UPDATE_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- APPLY_UPDATE_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- APPLY_UPDATES_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- APPLY_UPDATES_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- ARCHIVE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- ATTACHED_STREAMS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- AUTO_START - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
B
- BasicDomainUpdateResult - Class in org.jboss.as.controller.client.helpers.domain.impl
-
Encapsulates the results provided by the domain controller in response to a request to apply an update to the domain model and to the relevant hosts.
- BasicDomainUpdateResult() - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
- BasicDomainUpdateResult(boolean) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
- BasicDomainUpdateResult(Map<String, UpdateFailedException>, boolean) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
- BasicDomainUpdateResult(UpdateFailedException, boolean) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
- BITS - org.jboss.as.controller.client.helpers.MeasurementUnit
- BITS - org.jboss.as.controller.client.helpers.MeasurementUnit.Family
- build() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Creates the deployment plan.
- build() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Creates the deployment plan.
- build() - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
-
Builds the configuration object based on this builder's settings.
- build() - Method in class org.jboss.as.controller.client.OperationBuilder
-
Builds the operation.
- Builder() - Constructor for class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
- BYTES - org.jboss.as.controller.client.helpers.MeasurementUnit
- BYTES - org.jboss.as.controller.client.helpers.MeasurementUnit.Family
C
- CachingStreamEntry(InputStream, boolean) - Constructor for class org.jboss.as.controller.client.impl.InputStreamEntry.CachingStreamEntry
- calculateOffset(MeasurementUnit, MeasurementUnit) - Static method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
- CANCEL_ASYNC_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- cannotAddDeploymentAction() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- cannotAddDeploymentAction() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating after starting creation of the rollout plan no deployment actions can be added.
- cannotAddDeploymentAction$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- cannotAddDeploymentActionsAfterStart() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- cannotAddDeploymentActionsAfterStart() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating no deployment actions can be added after starting the creation of the rollout plan.
- cannotAddDeploymentActionsAfterStart$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- cannotConvert(String, String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- cannotConvert(String, String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
A message indicating that
firstcannot be converted tosecond. - cannotConvert$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- cannotDeleteTempFile(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- cannotDeleteTempFile(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
- cannotDeleteTempFile$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- cannotDeriveDeploymentName(URL) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- cannotDeriveDeploymentName(URL) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the deployment name could not be derived from the URL.
- cannotDeriveDeploymentName$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- cannotUseDeploymentPlan() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- cannotUseDeploymentPlan() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the
DeploymentPlancannot be used because it was not created by this manager. - cannotUseDeploymentPlan$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- CELSIUS - org.jboss.as.controller.client.helpers.MeasurementUnit
- CHECK_UNIQUE_DEPLOYMENT_NAME_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- CHECK_UNIQUE_DEPLOYMENT_NAME_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- CHILD_TYPE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- CLI_SCRIPT_PROPERTY - Static variable in interface org.jboss.as.controller.client.impl.AdditionalBootCliScriptInvoker
- ClientConfigurationImpl - Class in org.jboss.as.controller.client.impl
- ClientConfigurationImpl(String, int, CallbackHandler, Map<String, String>, SecurityFactory<SSLContext>, ExecutorService, boolean, int, String, String, URI) - Constructor for class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- ClientConstants - Class in org.jboss.as.controller.client.helpers
-
Constants for strings frequently used in management operations.
- ClientConstants() - Constructor for class org.jboss.as.controller.client.helpers.ClientConstants
- close() - Method in class org.jboss.as.controller.client.helpers.ContextualModelControllerClient
- close() - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
- close() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- close() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.ModelControllerClientServerDeploymentManager
- close() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- close() - Method in class org.jboss.as.controller.client.impl.ExistingChannelModelControllerClient
- close() - Method in class org.jboss.as.controller.client.impl.InputStreamEntry.CachingStreamEntry
- close() - Method in class org.jboss.as.controller.client.impl.InputStreamEntry.InMemoryEntry
- close() - Method in class org.jboss.as.controller.client.impl.OperationResponseProxy
- close() - Method in class org.jboss.as.controller.client.impl.RemotingModelControllerClient
- close() - Method in interface org.jboss.as.controller.client.OperationResponse
-
Closes any
associated stream entries. - close() - Method in interface org.jboss.as.controller.client.OperationResponse.StreamEntry
-
Closes the underlying stream.
- CLOSE_INPUTSTREAM_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- COMPLETE_TX_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- COMPOSITE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- CONFIGURATION_MODIFIED_REQUIRES_RESTART - org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult.Result
-
Indicates a successful outcome for an action that is part of an update plan that is organized around a server restart.
- CONTENT - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- ContextualModelControllerClient - Class in org.jboss.as.controller.client.helpers
-
A client which wraps invocations of the delegate client in the provided context.
- ContextualModelControllerClient(ModelControllerClient, Contextual<?>) - Constructor for class org.jboss.as.controller.client.helpers.ContextualModelControllerClient
-
Creates a client which uses the supplied context.
- CONTROLLER_PROCESS_STATE_OK - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- CONTROLLER_PROCESS_STATE_RELOAD_REQUIRED - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- CONTROLLER_PROCESS_STATE_RESTART_REQUIRED - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- CONTROLLER_PROCESS_STATE_RUNNING - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- CONTROLLER_PROCESS_STATE_STARTING - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- CONTROLLER_PROCESS_STATE_STOPPED - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- CONTROLLER_PROCESS_STATE_STOPPING - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- ControllerClientLogger - Interface in org.jboss.as.controller.client.logging
- ControllerClientLogger_$logger - Class in org.jboss.as.controller.client.logging
-
Warning this class consists of generated code.
- ControllerClientLogger_$logger(Logger) - Constructor for class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- ControllerClientLogger.LeakDescription - Class in org.jboss.as.controller.client.logging
- controllerClientNotClosed() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- controllerClientNotClosed() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates a leak description, used in the controller client to show the original allocation point creating the client.
- controllerClientNotClosed$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- copyStream(DataOutput) - Method in class org.jboss.as.controller.client.impl.InputStreamEntry.CachingStreamEntry
- copyStream(DataOutput) - Method in interface org.jboss.as.controller.client.impl.InputStreamEntry
-
Copy the stream.
- copyStream(DataOutput) - Method in class org.jboss.as.controller.client.impl.InputStreamEntry.FileStreamEntry
- copyStream(DataOutput) - Method in class org.jboss.as.controller.client.impl.InputStreamEntry.InMemoryEntry
- create() - Static method in class org.jboss.as.controller.client.helpers.Operations.CompositeOperationBuilder
-
Creates a new builder.
- create(boolean) - Static method in class org.jboss.as.controller.client.helpers.Operations.CompositeOperationBuilder
-
Creates a new builder.
- create(String, int) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
Create a client instance for a remote address and port.
- create(String, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
Create a client instance for a remote address and port and CallbackHandler.
- create(String, String, int) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
Create a client instance for a remote address and port.
- create(String, String, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
Create a client instance for a remote address and port and CallbackHandler.
- create(String, InetAddress, int) - Static method in class org.jboss.as.controller.client.helpers.domain.DomainClient.Factory
-
Create an
DomainClientinstance for a remote address and port. - create(String, InetAddress, int) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
-
Create an
ServerDeploymentManagerinstance for a remote address and port. - create(String, InetAddress, int) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
Create a client instance for a remote address and port.
- create(String, InetAddress, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.helpers.domain.DomainClient.Factory
-
Create an
DomainClientinstance for a remote address and port. - create(String, InetAddress, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
-
Create an
ServerDeploymentManagerinstance for a remote address and port. - create(String, InetAddress, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
Create a client instance for a remote address and port.
- create(InetAddress, int) - Static method in class org.jboss.as.controller.client.helpers.domain.DomainClient.Factory
-
Create an
DomainClientinstance for a remote address and port. - create(InetAddress, int) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
-
Create an
ServerDeploymentManagerinstance for a remote address and port. - create(InetAddress, int) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
Create a client instance for a remote address and port.
- create(InetAddress, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.helpers.domain.DomainClient.Factory
-
Create an
DomainClientinstance for a remote address and port. - create(InetAddress, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
-
Create an
ServerDeploymentManagerinstance for a remote address and port. - create(InetAddress, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
Create a client instance for a remote address and port.
- create(ModelControllerClient) - Static method in class org.jboss.as.controller.client.helpers.domain.DomainClient.Factory
-
Create an
DomainClientinstance based on an existingModelControllerClient. - create(ModelControllerClient) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
-
Create an
ServerDeploymentManagerinstance using the givenModelControllerClient. - create(ModelControllerClientConfiguration) - Static method in class org.jboss.as.controller.client.impl.RemotingModelControllerClient
- create(ModelControllerClientConfiguration) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
Create a client instance based on the client configuration.
- create(ModelNode) - Static method in class org.jboss.as.controller.client.Operation.Factory
-
Create a simple operation with no stream attachments.
- create(ModelNode) - Static method in class org.jboss.as.controller.client.OperationBuilder
-
Create an operation builder.
- create(ModelNode, boolean) - Static method in class org.jboss.as.controller.client.OperationBuilder
-
Create an operation builder.
- create(ModelNode, List<InputStream>) - Static method in class org.jboss.as.controller.client.Operation.Factory
-
Create a simple operation with stream attachments.
- create(ModelNode, List<InputStream>, boolean) - Static method in class org.jboss.as.controller.client.Operation.Factory
-
Create an operation using the given streams and be
auto-close streamssetting. - create(ModelNode, ManagementChannelAssociation, int, ModelNode) - Static method in class org.jboss.as.controller.client.impl.OperationResponseProxy
- createAddOperation(ModelNode) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an add operation.
- createAddress(Iterable<String>) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an address that can be used as the address for an operation.
- createAddress(String...) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an address that can be used as the address for an operation.
- createAllowFailurePercentage(int) - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- createAllowFailures(int) - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- createAndAdd(ManagementChannelHandler) - Static method in class org.jboss.as.controller.client.impl.ExistingChannelModelControllerClient
-
Create and add model controller handler to an existing management channel handler.
- createCancellationResponse() - Static method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- createCompositeOperation() - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates a composite operation with an empty address and empty steps that will rollback on a runtime failure.
- createFailureResponse(Throwable) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- createOperation(String) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates a generic operation with an empty (root) address.
- createOperation(String, ModelNode) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an operation.
- createReadAttributeOperation(ModelNode, String) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an operation to read the attribute represented by the
attributeNameparameter. - createReadResourceOperation(ModelNode) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates a non-recursive operation to read a resource.
- createReadResourceOperation(ModelNode, boolean) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an operation to read a resource.
- createReceiving(Channel, ExecutorService) - Static method in class org.jboss.as.controller.client.impl.ExistingChannelModelControllerClient
-
Create a model controller client which is exclusively receiving messages on an existing channel.
- createRemoveOperation(ModelNode) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates a remove operation.
- createRestartResponse() - Static method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- createRollback() - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- createRollbackCancelledResponse(UpdateResultHandlerResponse) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- createRollbackFailedResponse(UpdateResultHandlerResponse, Throwable) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- createRollbackResponse(UpdateResultHandlerResponse) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- createRollbackTimedOutResponse(UpdateResultHandlerResponse) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- createRollingToServers() - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- createSimple(ModelNode) - Static method in class org.jboss.as.controller.client.OperationResponse.Factory
- createSuccessResponse(ModelNode) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- createTimeoutResponse() - Static method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- createUndefineAttributeOperation(ModelNode, String) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an operation to undefine an attribute value represented by the
attributeNameparameter. - createWriteAttributeOperation(ModelNode, String, boolean) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an operation to write an attribute value represented by the
attributeNameparameter. - createWriteAttributeOperation(ModelNode, String, int) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an operation to write an attribute value represented by the
attributeNameparameter. - createWriteAttributeOperation(ModelNode, String, long) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an operation to write an attribute value represented by the
attributeNameparameter. - createWriteAttributeOperation(ModelNode, String, String) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an operation to write an attribute value represented by the
attributeNameparameter. - createWriteAttributeOperation(ModelNode, String, ModelNode) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an operation to write an attribute value represented by the
attributeNameparameter.
D
- DAYS - org.jboss.as.controller.client.helpers.MeasurementUnit
- DelegatingModelControllerClient - Class in org.jboss.as.controller.client.helpers
-
Utility class to support delegation of
ModelControllerClientcalls. - DelegatingModelControllerClient(DelegatingModelControllerClient.DelegateProvider) - Constructor for class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
- DelegatingModelControllerClient(ModelControllerClient) - Constructor for class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
- DelegatingModelControllerClient.DelegateProvider - Interface in org.jboss.as.controller.client.helpers
-
Provides a delegate for use by the
DelegatingModelControllerClient - deploy(String) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the specified deployment content should be deployed.
- deploy(String) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the specified deployment content should be deployed.
- deploy(String, InputStream) - Method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper
- DEPLOY - org.jboss.as.controller.client.helpers.domain.DeploymentAction.Type
-
Deploy content into the runtime, without replacing existing content.
- DEPLOY - org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Deploy content into the runtime, without replacing existing content.
- DeployDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilderthat exposes directives that are only applicable following adeployorreplacedirective. - DEPLOYMENT - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- DEPLOYMENT_BROWSE_CONTENT_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- DEPLOYMENT_DEPLOY_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- DEPLOYMENT_FULL_REPLACE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- DEPLOYMENT_REDEPLOY_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- DEPLOYMENT_REMOVE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- DEPLOYMENT_REPLACE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- DEPLOYMENT_UNDEPLOY_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- DeploymentAction - Interface in org.jboss.as.controller.client.helpers.domain
- DeploymentAction - Interface in org.jboss.as.controller.client.helpers.standalone
- DeploymentAction.Type - Enum in org.jboss.as.controller.client.helpers.domain
-
Enumeration of valid types of deployment actions.
- DeploymentAction.Type - Enum in org.jboss.as.controller.client.helpers.standalone
-
Enumeration of valid types of deployment actions.
- DeploymentActionImpl - Class in org.jboss.as.controller.client.helpers.domain.impl
-
Implementation of
DeploymentAction. - DeploymentActionImpl - Class in org.jboss.as.controller.client.helpers.standalone.impl
-
Implementation of
DeploymentAction. - DeploymentActionResult - Interface in org.jboss.as.controller.client.helpers.domain
-
Describes the results of executing a
DeploymentActionacross a domain. - DeploymentActionsCompleteBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilderthat exposes directives that signal indicate the completion of the phase of establishing the set ofDeploymentActions that comprise aDeploymentSetPlanand the beginning of the phase of specifying how those actions should be applied to server groups. - DeploymentContentDistributor - Interface in org.jboss.as.controller.client.helpers.domain.impl
-
Object capable of distributing distributing new deployment content from a client to a DomainController.
- DeploymentPlan - Interface in org.jboss.as.controller.client.helpers.domain
-
Encapsulates an overall set of actions a
DomainDeploymentManagershould take to update the set of deployment content available for deployment in the domain and/or change the content deployed in the domain's servers. - DeploymentPlan - Interface in org.jboss.as.controller.client.helpers.standalone
-
Encapsulates a set of actions a
ServerDeploymentManagershould take to update the set of deployment content available for deployment in the server and/or change the content deployed in the server. - DeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Builder capable of creating a
DeploymentPlan. - DeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.standalone
-
Builder capable of creating a
DeploymentPlan. - DeploymentPlanImpl - Class in org.jboss.as.controller.client.helpers.domain.impl
-
Describes a set of actions to take to change the deployment content available to deployed in a server group or set of server groups.
- DeploymentPlanImpl - Class in org.jboss.as.controller.client.helpers.standalone.impl
-
Describes a set of actions to take to change the deployment content available to and/or deployed in a standalone server.
- DeploymentPlanResult - Interface in org.jboss.as.controller.client.helpers.domain
-
Encapsulates the results of executing a
DeploymentPlan. - DeploymentPlanResultImpl - Class in org.jboss.as.controller.client.helpers.domain.impl
-
Default implementation of
DeploymentPlanResult. - DeploymentPlanResultImpl - Class in org.jboss.as.controller.client.helpers.standalone.impl
-
Default implementation of
ServerDeploymentPlanResult. - DeploymentPlanResultImpl(UUID, Map<UUID, ServerDeploymentActionResult>) - Constructor for class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanResultImpl
- DeploymentPlanResultImpl(DeploymentPlan, Map<UUID, DeploymentActionResult>) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanResultImpl
- DeploymentPlanResultImpl(DeploymentPlan, InvalidDeploymentPlanException) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanResultImpl
- DeploymentSetPlan - Interface in org.jboss.as.controller.client.helpers.domain
-
Encapsulates a related set of actions a
DomainDeploymentManagershould take to change the content deployed in the servers associated with one or more server groups. - DeploymentSetPlanImpl - Class in org.jboss.as.controller.client.helpers.domain.impl
-
TODO get rid of this class and put all logic in DeploymentPlanImpl
- DeploymentSetPlanResult - Interface in org.jboss.as.controller.client.helpers.domain
-
Encapsulates the results of executing a
DeploymentSetPlan. - DISABLED - org.jboss.as.controller.client.helpers.domain.ServerStatus
-
The server is disabled; i.e.
- DISCARD - Static variable in interface org.jboss.as.controller.client.OperationMessageHandler
-
A noop operation message handler, which discards all received messages.
- distributeDeploymentContent(String, String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.domain.impl.DeploymentContentDistributor
- distributeReplacementDeploymentContent(String, String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.domain.impl.DeploymentContentDistributor
- DOES_NOT_EXIST - org.jboss.as.controller.client.helpers.domain.ServerStatus
-
Status indicating the host controller does not recognize the server name
- DOMAIN_CONTROLLER_CLIENT_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- DomainClient - Interface in org.jboss.as.controller.client.helpers.domain
-
Client interface used to interact with the domain management infrastructure.
- DomainClient.Factory - Class in org.jboss.as.controller.client.helpers.domain
-
Factory used to create an
DomainClientinstance for a remote address and port. - DomainClientImpl - Class in org.jboss.as.controller.client.helpers.domain.impl
-
Domain client implementation.
- DomainClientImpl(String, InetAddress, int) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- DomainClientImpl(String, InetAddress, int, CallbackHandler) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- DomainClientImpl(InetAddress, int) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- DomainClientImpl(InetAddress, int, CallbackHandler) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- DomainClientImpl(ModelControllerClient) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- DomainClientProtocol - Interface in org.jboss.as.controller.client.helpers.domain.impl
- domainDeploymentAlreadyExists(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- domainDeploymentAlreadyExists(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
A message indicating a deployment with the
nameis already present in the domain. - domainDeploymentAlreadyExists$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- DomainDeploymentManager - Interface in org.jboss.as.controller.client.helpers.domain
-
Primary deployment interface for a JBoss AS Domain Controller.
- DuplicateDeploymentNameException - Exception in org.jboss.as.controller.client.helpers.domain
-
Exception indicating an attempt to add deployment content to a domain or server that has the same name as existing content.
- DuplicateDeploymentNameException - Exception in org.jboss.as.controller.client.helpers.standalone
-
Exception indicating an attempt to add deployment content to a domain or server that has the same name as existing content.
- DuplicateDeploymentNameException(String, boolean) - Constructor for exception org.jboss.as.controller.client.helpers.domain.DuplicateDeploymentNameException
- DuplicateDeploymentNameException(String, boolean) - Constructor for exception org.jboss.as.controller.client.helpers.standalone.DuplicateDeploymentNameException
- DURATION - org.jboss.as.controller.client.helpers.MeasurementUnit.Family
E
- EMPTY - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- EMPTY - Static variable in interface org.jboss.as.controller.client.impl.InputStreamEntry
- EMPTY - Static variable in interface org.jboss.as.controller.client.OperationAttachments
- EPOCH_MILLISECONDS - org.jboss.as.controller.client.helpers.MeasurementUnit
- EPOCH_SECONDS - org.jboss.as.controller.client.helpers.MeasurementUnit
- equals(Object) - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- equals(Object) - Method in class org.jboss.as.controller.client.helpers.domain.ServerIdentity
- ERROR - org.jboss.as.controller.client.MessageSeverity
-
Error severity.
- execute(DeploymentPlan) - Method in interface org.jboss.as.controller.client.helpers.domain.DomainDeploymentManager
-
Execute the deployment plan.
- execute(DeploymentPlan) - Method in class org.jboss.as.controller.client.helpers.standalone.impl.AbstractServerDeploymentManager
-
Execute the deployment plan.
- execute(DeploymentPlan) - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager
-
Execute the deployment plan.
- execute(Operation) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
- execute(Operation) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- execute(Operation) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
- execute(Operation) - Method in interface org.jboss.as.controller.client.ModelControllerClient
-
Execute an operation synchronously.
- execute(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
- execute(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- execute(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
- execute(Operation, OperationMessageHandler) - Method in interface org.jboss.as.controller.client.ModelControllerClient
-
Execute an operation synchronously, optionally receiving progress reports.
- execute(ModelNode) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
- execute(ModelNode) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- execute(ModelNode) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
- execute(ModelNode) - Method in interface org.jboss.as.controller.client.ModelControllerClient
-
Execute an operation synchronously.
- execute(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
- execute(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- execute(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
- execute(ModelNode, OperationMessageHandler) - Method in interface org.jboss.as.controller.client.ModelControllerClient
-
Execute an operation synchronously, optionally receiving progress reports.
- EXECUTE_ASYNC_CLIENT_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- EXECUTE_CLIENT_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- EXECUTE_DEPLOYMENT_PLAN_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- EXECUTE_DEPLOYMENT_PLAN_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- EXECUTE_TX_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- executeAsync(Operation) - Method in interface org.jboss.as.controller.client.ModelControllerClient
-
Execute an operation in another thread.
- executeAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.ContextualModelControllerClient
- executeAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
- executeAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- executeAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
- executeAsync(Operation, OperationMessageHandler) - Method in interface org.jboss.as.controller.client.ModelControllerClient
-
Execute an operation in another thread, optionally receiving progress reports.
- executeAsync(ModelNode) - Method in interface org.jboss.as.controller.client.ModelControllerClient
-
Execute an operation in another thread.
- executeAsync(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
- executeAsync(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- executeAsync(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
- executeAsync(ModelNode, OperationMessageHandler) - Method in interface org.jboss.as.controller.client.ModelControllerClient
-
Execute an operation in another thread, optionally receiving progress reports.
- EXECUTED - org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult.Result
-
The action was successfully executed; server configuration was modified and any deployment changes were initiated in a running server.
- executeOperation(Operation) - Method in class org.jboss.as.controller.client.helpers.standalone.impl.AbstractServerDeploymentManager
- executeOperation(Operation) - Method in class org.jboss.as.controller.client.helpers.standalone.impl.ModelControllerClientServerDeploymentManager
- executeOperation(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.ContextualModelControllerClient
- executeOperation(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
- executeOperation(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- executeOperation(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
- executeOperation(Operation, OperationMessageHandler) - Method in interface org.jboss.as.controller.client.ModelControllerClient
-
Execute an operation synchronously, optionally receiving progress reports, with the response to the operation making available any input streams that the server may associate with the response.
- executeOperationAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.ContextualModelControllerClient
- executeOperationAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
- executeOperationAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- executeOperationAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
- executeOperationAsync(Operation, OperationMessageHandler) - Method in interface org.jboss.as.controller.client.ModelControllerClient
-
Execute an operation in another thread, optionally receiving progress reports, with the response to the operation making available any input streams that the server may associate with the response.
- executeRequest(ManagementRequest<OperationResponse, AbstractModelControllerClient.OperationExecutionContext>, AbstractModelControllerClient.OperationExecutionContext) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
- ExistingChannelModelControllerClient - Class in org.jboss.as.controller.client.impl
- ExistingChannelModelControllerClient(ManagementChannelHandler) - Constructor for class org.jboss.as.controller.client.impl.ExistingChannelModelControllerClient
- EXPLODE - org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Explode a deployment content in the content repository.
- EXPLODE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- explodeDeployment(String) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the deployment to be exploded.
- explodeDeploymentContent(String, String) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the deployment content to be exploded.
- EXTENSION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
F
- Factory() - Constructor for class org.jboss.as.controller.client.helpers.domain.DomainClient.Factory
- Factory() - Constructor for class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
- Factory() - Constructor for class org.jboss.as.controller.client.ModelControllerClient.Factory
- Factory() - Constructor for class org.jboss.as.controller.client.Operation.Factory
- Factory() - Constructor for class org.jboss.as.controller.client.OperationResponse.Factory
- FAHRENHEIGHT - org.jboss.as.controller.client.helpers.MeasurementUnit
- failed() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- failed() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
The word failed.
- FAILED - org.jboss.as.controller.client.helpers.domain.ServerStatus
-
The server failed to start
- FAILED - org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult.Result
-
The action failed to complete successfully.
- FAILED - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- failed$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- failedToParseAuthenticationConfig(Throwable, URI) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- failedToParseAuthenticationConfig(Throwable, URI) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
- failedToParseAuthenticationConfig$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- FAILURE_DESCRIPTION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- FILE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- FileStreamEntry(File) - Constructor for class org.jboss.as.controller.client.impl.InputStreamEntry.FileStreamEntry
- FileStreamEntry(Path) - Constructor for class org.jboss.as.controller.client.impl.InputStreamEntry.FileStreamEntry
- finalize() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanImpl
- fromModelNode(ModelNode) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- FULL_REPLACE - org.jboss.as.controller.client.helpers.domain.DeploymentAction.Type
-
Add new content to the deployment content repository, replace existing content of the same name in the runtime, and remove the replaced content from the deployment content repository.
- FULL_REPLACE - org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Add new content to the deployment content repository, replace existing content of the same name in the runtime, and remove the replaced content from the deployment content repository.
G
- get() - Method in class org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture
- get(long, TimeUnit) - Method in class org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture
- GET_CHUNKED_INPUTSTREAM_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- GET_DOMAIN_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- GET_DOMAIN_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- GET_HOST_CONTROLLER_NAMES_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- GET_HOST_CONTROLLER_NAMES_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- GET_HOST_MODEL_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- GET_HOST_MODEL_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- GET_INPUTSTREAM_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- GET_SERVER_MODEL_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- GET_SERVER_MODEL_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- GET_SERVER_STATUSES_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- GET_SERVER_STATUSES_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- getActionResult() - Method in exception org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.ServerDeploymentException
- getAddAction(String, String, byte[]) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getAddAction(String, String, InputStream, boolean) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getAddAction(String, String, Path) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getAddContentAction(String, Map<String, InputStream>) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getAddContentFileAction(String, Map<String, Path>) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getAuthenticationConfigUri() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- getAuthenticationConfigUri() - Method in interface org.jboss.as.controller.client.ModelControllerClientConfiguration
-
Deprecated.this may be removed in a future release in favor of creating an
AuthenticationContextand using aContextualModelControllerClient - getBaseUnits() - Method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
- getCallbackHandler() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- getCallbackHandler() - Method in interface org.jboss.as.controller.client.ModelControllerClientConfiguration
-
Get the security callback handler.
- getChannelAssociation() - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
-
Get the mgmt channel association.
- getChannelAssociation() - Method in class org.jboss.as.controller.client.impl.ExistingChannelModelControllerClient
- getChannelAssociation() - Method in class org.jboss.as.controller.client.impl.RemotingModelControllerClient
- getClientBindAddress() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- getClientBindAddress() - Method in interface org.jboss.as.controller.client.ModelControllerClientConfiguration
-
Get the bind address used for the controller client.
- getConnectionTimeout() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- getConnectionTimeout() - Method in interface org.jboss.as.controller.client.ModelControllerClientConfiguration
-
Get the connection timeout when trying to connect to the server.
- getContents() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getContentStream() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getDelegate() - Method in interface org.jboss.as.controller.client.helpers.DelegatingModelControllerClient.DelegateProvider
- getDeployAction(String) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getDeployAction(String) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getDeploymentAction() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
-
Gets the deployment action that lead to this result.
- getDeploymentActionId() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
-
Gets the unique id of the deployment action.
- getDeploymentActionImpls() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanImpl
-
Same as
DeploymentPlanImpl.getDeploymentActions()except the type of the list contents reflects the actual implementation class. - getDeploymentActionResult(UUID) - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanResultImpl
- getDeploymentActionResult(UUID) - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerDeploymentPlanResult
-
Gets the result of a
DeploymentActionaction associated with the deployment set plan. - getDeploymentActionResults() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanResult
-
Gets the results of the
DeploymentActions associated with the deployment set plan. - getDeploymentActionResults() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlanResult
-
Gets the results of the
DeploymentActions associated with the deployment set plan. - getDeploymentActionResults() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanResultImpl
- getDeploymentActionResults() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerDeploymentPlanResult
-
Gets the result of a
DeploymentActionaction associated with the deployment set plan. - getDeploymentActions() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlan
-
Gets the list of deploy, replace and undeploy actions that are part of the deployment plan.
- getDeploymentActions() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlan
-
Gets the list of deploy, replace and undeploy actions that are part of the deployment plan.
- getDeploymentActions() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanImpl
- getDeploymentActions() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentSetPlanImpl
- getDeploymentActions() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlan
-
Gets the list of deployment actions that are part of the deployment plan, in the order in which they were added to the plan.
- getDeploymentActions() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Gets the list of
DeploymentActions created as a recent of builder operations, in order of when they were created. - getDeploymentActions() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanImpl
- getDeploymentException() - Method in class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
- getDeploymentException() - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult
-
Gets the exception, if any, that occurred while executing this action.
- getDeploymentManager() - Method in interface org.jboss.as.controller.client.helpers.domain.DomainClient
-
Gets a
DomainDeploymentManagerthat provides a convenience API for manipulating domain deployments. - getDeploymentManager() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- getDeploymentName() - Method in exception org.jboss.as.controller.client.helpers.domain.DuplicateDeploymentNameException
- getDeploymentName() - Method in exception org.jboss.as.controller.client.helpers.standalone.DuplicateDeploymentNameException
- getDeploymentPlan() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanResult
-
Gets the deployment plan that lead to this result.
- getDeploymentPlan() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanResultImpl
- getDeploymentPlanId() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanResultImpl
- getDeploymentPlanId() - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerDeploymentPlanResult
-
Gets the unique id of the deployment plan.
- getDeploymentSetId() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlanResult
-
Gets the unique id of the deployment set plan.
- getDeploymentSetPlan() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlanResult
-
Gets the deployment set plan that lead to this result.
- getDeploymentUnitUniqueName() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentAction
-
Gets the name of the content associated with the action.
- getDeploymentUnitUniqueName() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getDeploymentUnitUniqueName() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentAction
-
Gets the name of the content associated with the action.
- getDeploymentUnitUniqueName() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getDomainControllerFailure() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
-
Gets any exception that occurred when applying this update on the domain controller.
- getDomainControllerRollbackFailure() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
-
Gets any exception that occurred when rolling back this update on the domain controller.
- getDomainFailure() - Method in class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
- getExecutor() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- getExecutor() - Method in interface org.jboss.as.controller.client.ModelControllerClientConfiguration
-
Get the executor service used for the controller client.
- getExplodeAction(String, String) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getFailureDescription(ModelNode) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Parses the result and returns the failure description.
- getFailureResult() - Method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- getFailureResult() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerUpdateResult
-
Gets the exception, if any, that occurred while executing this update.
- getFamily() - Method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
- getFiles() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getFullReplaceAction(String, String, byte[]) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getFullReplaceAction(String, String, InputStream, boolean) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getFullReplaceAction(String, String, Path, boolean) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getGracefulShutdownTimeout() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlan
-
Gets the maximum period, in ms, the deployment set plan is configured to wait for potentially long-running in-process work ito complete before shutdown proceeds.
- getGracefulShutdownTimeout() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlan
-
Gets the maximum period, in ms, the deployment set plan is configured to wait for potentially long-running in-process work ito complete before shutdown proceeds.
- getGracefulShutdownTimeout() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanImpl
- getGracefulShutdownTimeout() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentSetPlanImpl
- getGracefulShutdownTimeout() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlan
-
Gets the maximum period, in ms, the deployment plan is configured to wait for potentially long-running in-process work ito complete before shutdown proceeds.
- getGracefulShutdownTimeout() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Gets the maximum period, in ms, the builder will configure the deployment plan to wait for potentially long-running in-process work ito complete before shutdown proceeds.
- getGracefulShutdownTimeout() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanImpl
- getHost() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- getHost() - Method in interface org.jboss.as.controller.client.ModelControllerClientConfiguration
-
Get the address of the remote host.
- getHostControllerFailures() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
-
Gets any exceptions that occurred when applying this update on the host controllers.
- getHostControllerNames() - Method in interface org.jboss.as.controller.client.helpers.domain.DomainClient
-
Gets the list of currently running host controllers.
- getHostControllerNames() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- getHostControllerRollbackFailures() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
-
Gets any exceptions that occurred when rolling back this update on the host controllers.
- getHostFailures() - Method in class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
- getHostName() - Method in class org.jboss.as.controller.client.helpers.domain.ServerIdentity
- getId() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentAction
-
Gets the unique id of the action.
- getId() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlan
-
Gets the unique id of the plan.
- getId() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanResult
-
Gets the unique id of the deployment plan.
- getId() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlan
-
Gets the unique id of the deployment set plan.
- getId() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getId() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanImpl
- getId() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanResultImpl
- getId() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentSetPlanImpl
- getId() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentAction
-
Gets the unique id of the action.
- getId() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlan
-
Gets the unique id of the plan.
- getId() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getId() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanImpl
- getInputStream(String) - Method in class org.jboss.as.controller.client.impl.OperationResponseProxy
- getInputStream(String) - Method in interface org.jboss.as.controller.client.OperationResponse
-
Gets a stream associated with the response that has the given
uuid. - getInputStreamCount() - Method in class org.jboss.as.controller.client.OperationBuilder
-
Gets the number of input streams currently associated with the operation,
- getInputStreams() - Method in class org.jboss.as.controller.client.impl.OperationResponseProxy
- getInputStreams() - Method in interface org.jboss.as.controller.client.OperationAttachments
-
Input streams associated with the operation
- getInputStreams() - Method in interface org.jboss.as.controller.client.OperationResponse
-
Gets any streams that were associated with the operation response.
- getInvalidDeploymentPlanException() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanResult
-
Gets the exception describing the problem with a deployment plan that is not
valid. - getInvalidDeploymentPlanException() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanResultImpl
- getLastAction() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Gets the
DeploymentActionmost recently created as a result of builder operations. - getLastAction() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanImpl
- getLastAction() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentSetPlanImpl
- getLastAction() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Gets the
DeploymentActionmost recently created as a result of builder operations. - getLoggingLocale() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- getMaxServerFailurePercentage() - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- getMaxServerFailures() - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- getMimeType() - Method in interface org.jboss.as.controller.client.OperationResponse.StreamEntry
-
Gets the MIME type of the stream
- getName() - Method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
-
A Java bean style getter to allow us to access the enum name from JSPs (e.g.
- getNewContentFileName() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getNewContentFileName() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getNewContentHash() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getOperation() - Method in interface org.jboss.as.controller.client.Operation
-
The detyped operation to execute
- getOperationAddress(ModelNode) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Returns the address for the operation.
- getOperationName(ModelNode) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Returns the name of the operation.
- getOrCreateChannel() - Method in class org.jboss.as.controller.client.impl.RemotingModelControllerClient
- getPort() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- getPort() - Method in interface org.jboss.as.controller.client.ModelControllerClientConfiguration
-
Get the port of the remote host.
- getProtocol() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- getProtocol() - Method in interface org.jboss.as.controller.client.ModelControllerClientConfiguration
-
Returns the requested protocol.
- getRedeployAction(String) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getRedeployAction(String) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getRemoveAction(String) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getRemoveAction(String) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getRemoveContentAction(String, List<String>) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getReplaceAction(String, String) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getReplaceAction(String, String) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getReplacedDeploymentUnitUniqueName() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentAction
-
For type
DeploymentAction.Type.REPLACEandDeploymentAction.Type.FULL_REPLACEonly, returns the name of the content that is being replaced. - getReplacedDeploymentUnitUniqueName() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getReplacedDeploymentUnitUniqueName() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentAction
-
For type
DeploymentAction.Type.REPLACEandDeploymentAction.Type.FULL_REPLACEonly, returns the name of the content that is being replaced. - getReplacedDeploymentUnitUniqueName() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getResponseNode() - Method in class org.jboss.as.controller.client.impl.OperationResponseProxy
- getResponseNode() - Method in interface org.jboss.as.controller.client.OperationResponse
-
Gets the DMR response to the operation.
- getResult() - Method in class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
- getResult() - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult
-
Gets the result of the action's modification to the server's configuration.
- getResultByServer() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentActionResult
-
Gets the results of the action for each server within the server group.
- getResultsByServerGroup() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
-
Gets the results of this action for each server group.
- getRollbackFailure() - Method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- getRollbackFailure() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerUpdateResult
-
Gets any failure that occurred when rolling back this action on this server.
- getRollbackResult() - Method in class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
- getRollbackResult() - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerDeploymentActionResult
-
Overrides the superclass to declare a more specific return type.
- getRollbackResult() - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult
- getRollbackResultClass() - Method in class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
- getRollbackResultClass() - Method in class org.jboss.as.controller.client.helpers.standalone.SimpleServerDeploymentActionResult
- getRollbackResultClass() - Method in class org.jboss.as.controller.client.helpers.standalone.SimpleServerUpdateActionResult
- getSaslOptions() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- getSaslOptions() - Method in interface org.jboss.as.controller.client.ModelControllerClientConfiguration
-
Get the sasl options.
- getServerGroupDeploymentPlans() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlan
-
Gets the configuration of how the
deployment actionsare to be applied to the server groups in the domain. - getServerGroupDeploymentPlans() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlan
-
Gets the configuration of how the
deployment actionsare to be applied to the server groups in the domain. - getServerGroupDeploymentPlans() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanImpl
- getServerGroupDeploymentPlans() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentSetPlanImpl
- getServerGroupName() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentActionResult
-
Gets the name of the server group.
- getServerGroupName() - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- getServerGroupName() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlanResult
-
Gets the name of the server group.
- getServerGroupName() - Method in class org.jboss.as.controller.client.helpers.domain.ServerIdentity
- getServerGroupResults() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanResult
-
Gets the results for each server group.
- getServerGroupResults() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlanResult
-
Gets the results for each server group.
- getServerGroupResults() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanResultImpl
- getServerIdentity() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerUpdateResult
-
Gets the id of the server on which this update was executed.
- getServerName() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerDeploymentPlanResult
-
Gets the name of the server.
- getServerName() - Method in class org.jboss.as.controller.client.helpers.domain.ServerIdentity
- getServerResults() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlanResult
-
Gets the results for each server within the server group.
- getServerStatuses() - Method in interface org.jboss.as.controller.client.helpers.domain.DomainClient
-
Gets a list of all servers known to the domain, along with their current
status. - getServerStatuses() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- getSSLContext() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- getSSLContext() - Method in interface org.jboss.as.controller.client.ModelControllerClientConfiguration
-
Deprecated.
- getSslContextFactory() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
- getSslContextFactory() - Method in interface org.jboss.as.controller.client.ModelControllerClientConfiguration
-
Get the factory to access the SSLContext.
- getStream() - Method in interface org.jboss.as.controller.client.OperationResponse.StreamEntry
-
Gets the underlying stream.
- getSuccessResult() - Method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- getSuccessResult() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerUpdateResult
-
Gets the result of the action's modification to the server's configuration.
- getType() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentAction
-
Gets the type of the action.
- getType() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getType() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentAction
-
Gets the type of the action.
- getType() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getUndeployAction(String) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
- getUndeployAction(String) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- getUninterruptibly() - Method in class org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture
- getUninterruptibly(long, TimeUnit) - Method in class org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture
- getUpdateActionId() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerUpdateResult
-
Gets the unique ID of the deployment action.
- getUpdateActionId() - Method in class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
- getUpdateActionId() - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult
-
Gets the unique ID of the deployment action.
- getUsingDisplayUnits(String, MeasurementUnit.Family) - Static method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
- getUUID() - Method in interface org.jboss.as.controller.client.OperationResponse.StreamEntry
-
Gets the unique identifier for this stream.
- GIGABITS - org.jboss.as.controller.client.helpers.MeasurementUnit
- GIGABYTES - org.jboss.as.controller.client.helpers.MeasurementUnit
- globalRollbackNotCompatible() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- globalRollbackNotCompatible() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating a global rollback is not compatible with a server restart.
- globalRollbackNotCompatible$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- gracefulShutdownAlreadyConfigured(long) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- gracefulShutdownAlreadyConfigured(long) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the graceful shutdown already configured with a timeout, represented by the
timeoutparameter. - gracefulShutdownAlreadyConfigured$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- GROUP - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
H
- HANDLE_REPORT_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- handleReport(MessageSeverity, String) - Method in interface org.jboss.as.controller.client.OperationMessageHandler
-
Handle an operation progress report.
- hashCode() - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- hashCode() - Method in class org.jboss.as.controller.client.helpers.domain.ServerIdentity
- HOST - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- HOST_STATE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- HOURS - org.jboss.as.controller.client.helpers.MeasurementUnit
I
- INCLUDE_RUNTIME - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- incompleteDeploymentReplace(String, String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- incompleteDeploymentReplace(String, String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
A message indicating only one version of a deployment with a given unique name can exist in the domain.
- incompleteDeploymentReplace$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- IncompleteDeploymentReplaceException - Exception in org.jboss.as.controller.client.helpers.domain
-
InvalidDeploymentPlanExceptionthrown when a deployment plan specifies that a new version of content replace existing content of the same unique name, but does not apply the replacement to all server groups that have the existing content deployed. - IncompleteDeploymentReplaceException(String, String...) - Constructor for exception org.jboss.as.controller.client.helpers.domain.IncompleteDeploymentReplaceException
- INFO - org.jboss.as.controller.client.MessageSeverity
-
Informational severity.
- InitialDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilderthat is meant to be used at the initial stages of the building process, when directives that pertain to the entire plan can be applied. - InitialDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.standalone
-
Extension of
DeploymentPlanBuilderthat exposes additional methods meant to be used at the initial stages of the building process, when directives that pertain to the entire plan can be applied. - InitialDeploymentPlanBuilderFactory - Class in org.jboss.as.controller.client.helpers.domain.impl
-
Factory for an
InitialDeploymentPlanBuilder. - InitialDeploymentPlanBuilderFactory - Class in org.jboss.as.controller.client.helpers.standalone.impl
-
Factory for an
InitialDeploymentPlanBuilder. - InitialDeploymentSetBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilderthat is meant to be used at the initial stages of the building process, when directives that pertain to the entire plan can be applied. - InitialDeploymentSetBuilderImpl - Class in org.jboss.as.controller.client.helpers.domain.impl
-
Variant of a
DeploymentPlanBuilderImplthat is meant to be used at the initial stages of the building process, when directives that pertain to the entireDeploymentSetPlancan be applied. - initialize() - Method in class org.jboss.as.controller.client.impl.InputStreamEntry.CachingStreamEntry
- initialize() - Method in class org.jboss.as.controller.client.impl.InputStreamEntry.FileStreamEntry
- initialize() - Method in interface org.jboss.as.controller.client.impl.InputStreamEntry
-
Initialize the input stream entry.
- initialize() - Method in class org.jboss.as.controller.client.impl.InputStreamEntry.InMemoryEntry
- InMemoryEntry(InputStream, boolean) - Constructor for class org.jboss.as.controller.client.impl.InputStreamEntry.InMemoryEntry
- INPUT_STREAM_INDEX - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- InputStreamEntry - Interface in org.jboss.as.controller.client.impl
- InputStreamEntry.CachingStreamEntry - Class in org.jboss.as.controller.client.impl
-
Cache the data on disk.
- InputStreamEntry.FileStreamEntry - Class in org.jboss.as.controller.client.impl
- InputStreamEntry.InMemoryEntry - Class in org.jboss.as.controller.client.impl
-
Copy the data in-memory.
- installRollbackResult(AbstractServerUpdateActionResult<R>, ServerUpdateActionResult) - Static method in class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
- invalidActionType(DeploymentAction.Type) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- invalidActionType(DeploymentAction.Type) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the action type, represented by the
typeparameter, is invalid. - invalidActionType$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- invalidAddressType() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- invalidAddressType() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the address must be of type
list. - invalidAddressType$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- InvalidDeploymentPlanException - Exception in org.jboss.as.controller.client.helpers.domain
-
Exception indicating a given
DeploymentPlanis invalid since it could leave the domain in an invalid state. - InvalidDeploymentPlanException(String) - Constructor for exception org.jboss.as.controller.client.helpers.domain.InvalidDeploymentPlanException
-
Constructs a new InvalidDeploymentPlanException with the given message.
- InvalidDeploymentPlanException(String, Exception) - Constructor for exception org.jboss.as.controller.client.helpers.domain.InvalidDeploymentPlanException
-
Constructs a new InvalidDeploymentPlanException with the given message and cause.
- invalidPrecedingAction(Object) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- invalidPrecedingAction(Object) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the preceding action was not a
type. - invalidPrecedingAction$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- invalidUri(Throwable, URL) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- invalidUri(Throwable, URL) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the URL is not a valid URI.
- invalidUri$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- invalidValue(String, int, int) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- invalidValue(String, int, int) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the value is invalid and must be greater than the
minValue. - invalidValue(String, int, int, int) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- invalidValue(String, int, int, int) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the value is invalid and must be greater than the
minValueand less than themaxValue. - invalidValue3$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- invalidValue4$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- isAutoCloseStreams() - Method in interface org.jboss.as.controller.client.OperationAttachments
-
Flag indicating whether the streams should be automatically closed once the operation completed.
- isCancelled() - Method in class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
- isCancelled() - Method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- isCancelled() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerUpdateResult
-
Gets whether the application of this action on this server was cancelled.
- isCancelledByDomain() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
-
Gets whether the action was cancelled by the domain controller before being applied to any servers.
- isComparableTo(MeasurementUnit) - Method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
- isGlobalRollback() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlan
-
Gets whether all
deploy,undeploy,replaceorremoveoperations associated with the deployment plan should be rolled back in case of a failure in any of them. - isGlobalRollback() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Gets whether all
deploy,undeploy,replaceorremoveoperations associated with the deployment plan should be rolled back in case of a failure in any of them. - isGlobalRollback() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanImpl
- isGracefulShutdown() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlan
-
Gets whether the deployment set plan is organized around a graceful shutdown of the server, where potentially long-running in-process work is given time to complete before shutdown proceeds.
- isGracefulShutdown() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlan
-
Gets whether the deployment set plan is organized around a graceful shutdown of the server, where potentially long-running in-process work is given time to complete before shutdown proceeds.
- isGracefulShutdown() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanImpl
- isGracefulShutdown() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentSetPlanImpl
- isGracefulShutdown() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlan
-
Gets whether the deployment plan is organized around a graceful shutdown of the server, where potentially long-running in-process work is given time to complete before shutdown proceeds.
- isGracefulShutdown() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Gets whether the builder will create a deployment plan organized around a graceful shutdown of the server, where potentially long-running in-process work is given time to complete before shutdown proceeds.
- isGracefulShutdown() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanImpl
- isInternalStream() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
- isRollback() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlan
-
Gets whether all
deploy,undeploy,replaceorremoveoperations associated with the deployment set plan should be rolled back in case of a failure in any of them. - isRollback() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentSetPlanImpl
- isRollback() - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- isRollbackAcrossGroups() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlan
- isRollbackAcrossGroups() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanImpl
- isRollbackCancelled() - Method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- isRollbackTimedOut() - Method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- isRolledBack() - Method in class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
- isRolledBack() - Method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- isRolledBack() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerUpdateResult
-
Gets whether the application of this action on this server was rolled back.
- isRolledBackOnDomain() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
-
Gets whether the action was rolled back across the domain after being successfully applied on the domain controller and all host controllers.
- isRollingToServers() - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- isServerRestarted() - Method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- isServerRestarted() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerUpdateResult
-
Gets whether the application of the update to the server's runtime required a server restart.
- isShutdown() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlan
-
Gets whether the deployment set plan is organized around a shutdown of the server.
- isShutdown() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlan
-
Gets whether the deployment set plan is organized around a shutdown of the server.
- isShutdown() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanImpl
- isShutdown() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentSetPlanImpl
- isShutdown() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlan
-
Gets whether the deployment plan is organized around a shutdown of the server.
- isShutdown() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Gets whether the builder will create a deployment plan organized around a shutdown of the server.
- isShutdown() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanImpl
- isSingleServerRollback() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlan
-
Indicates that on a given server all
deploy,undeployorreplaceoperations associated with the deployment set should be rolled back in case of a failure in any of them. - isSingleServerRollback() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanImpl
- isSuccessfulOutcome(ModelNode) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Checks the result for a successful operation outcome.
- isTimedOut() - Method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
- isTimedOut() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerUpdateResult
-
Gets whether the application of this action on this server timed out.
- isValid() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanResult
-
Gets whether the deployment plan was valid.
- isValid() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanResultImpl
J
- JIFFYS - org.jboss.as.controller.client.helpers.MeasurementUnit
K
- KELVIN - org.jboss.as.controller.client.helpers.MeasurementUnit
- KILOBITS - org.jboss.as.controller.client.helpers.MeasurementUnit
- KILOBYTES - org.jboss.as.controller.client.helpers.MeasurementUnit
L
- LeakDescription() - Constructor for class org.jboss.as.controller.client.logging.ControllerClientLogger.LeakDescription
- LeakDescription(String) - Constructor for class org.jboss.as.controller.client.logging.ControllerClientLogger.LeakDescription
- leakedControllerClient(Throwable) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- leakedControllerClient(Throwable) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
- leakedControllerClient$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- logging - Static variable in interface org.jboss.as.controller.client.OperationMessageHandler
-
An operation message handler which logs to the current system log.
M
- MARKER_DIRECTORY_PROPERTY - Static variable in interface org.jboss.as.controller.client.impl.AdditionalBootCliScriptInvoker
- maxDisplayUnitLength() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- maxDisplayUnitLength() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating that screen real estate is expensive and displayUnits must be 5 characters or less.
- maxDisplayUnitLength$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- MeasurementConversionException(String) - Constructor for exception org.jboss.as.controller.client.helpers.MeasurementUnit.MeasurementConversionException
- MeasurementUnit - Enum in org.jboss.as.controller.client.helpers
-
Metric data values can be in one of the following known units of measurement.
- MeasurementUnit.Family - Enum in org.jboss.as.controller.client.helpers
- MeasurementUnit.MeasurementConversionException - Exception in org.jboss.as.controller.client.helpers
- MEGABITS - org.jboss.as.controller.client.helpers.MeasurementUnit
- MEGABYTES - org.jboss.as.controller.client.helpers.MeasurementUnit
- MessageSeverity - Enum in org.jboss.as.controller.client
-
The severity of the message to send to the client.
- MICROSECONDS - org.jboss.as.controller.client.helpers.MeasurementUnit
- MILLISECONDS - org.jboss.as.controller.client.helpers.MeasurementUnit
- MINUTES - org.jboss.as.controller.client.helpers.MeasurementUnit
- ModelControllerClient - Interface in org.jboss.as.controller.client
-
A client for an application server management model controller.
- ModelControllerClient.Factory - Class in org.jboss.as.controller.client
-
Factory methods for creating a
ModelControllerClient. - ModelControllerClientConfiguration - Interface in org.jboss.as.controller.client
-
The configuration used to create the
ModelControllerClient. - ModelControllerClientConfiguration.Builder - Class in org.jboss.as.controller.client
- ModelControllerClientServerDeploymentManager - Class in org.jboss.as.controller.client.helpers.standalone.impl
-
ServerDeploymentManagerthat uses aModelControllerClient. - ModelControllerClientServerDeploymentManager(ModelControllerClient, boolean) - Constructor for class org.jboss.as.controller.client.helpers.standalone.impl.ModelControllerClientServerDeploymentManager
- ModelControllerProtocol - Interface in org.jboss.as.controller.client.impl
N
- NAME - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- NANOSECONDS - org.jboss.as.controller.client.helpers.MeasurementUnit
- newDeploymentPlan() - Method in interface org.jboss.as.controller.client.helpers.domain.DomainDeploymentManager
-
Initiates the creation of a new
DeploymentPlan. - newDeploymentPlan() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.AbstractServerDeploymentManager
-
Initiates the creation of a new
DeploymentPlan. - newDeploymentPlan() - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager
-
Initiates the creation of a new
DeploymentPlan. - newInitialDeploymentPlanBuilder() - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.InitialDeploymentPlanBuilderFactory
- newInitialDeploymentPlanBuilder(DeploymentContentDistributor) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.InitialDeploymentPlanBuilderFactory
- noFailureDescription() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- noFailureDescription() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the operation was successful and no failure description exists.
- noFailureDescription$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- noFailureDetails() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- noFailureDetails() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
A message indicating that no failure details were provided.
- noFailureDetails$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- NONE - org.jboss.as.controller.client.helpers.MeasurementUnit
- NOT_EXECUTED - org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult.Result
-
Indicates the action was not executed because some problem with the overall update plan halted plan execution before this action was attempted.
- notConfigured(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- notConfigured(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the
nameis not configured. - notConfigured$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
O
- objectIsClosed(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- objectIsClosed(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the object is closed.
- objectIsClosed$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- OP - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- OP_ADDR - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- Operation - Interface in org.jboss.as.controller.client
-
Encapsulates a detyped operation request passed in to the model controller, along with any attachments associated with the request.
- OPERATION_HEADERS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- Operation.Factory - Class in org.jboss.as.controller.client
-
Factory methods for creating
Operations - OperationAttachments - Interface in org.jboss.as.controller.client
-
The operation attachments.
- OperationBuilder - Class in org.jboss.as.controller.client
-
Builder for a
Operation. - OperationBuilder(ModelNode) - Constructor for class org.jboss.as.controller.client.OperationBuilder
- OperationBuilder(ModelNode, boolean) - Constructor for class org.jboss.as.controller.client.OperationBuilder
- OperationMessageHandler - Interface in org.jboss.as.controller.client
-
An operation message handler for handling progress reports.
- operationNameNotFound() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- operationNameNotFound() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the operation name was not defined.
- operationNameNotFound$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- operationOutcome(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- operationOutcome(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception with the operation outcome.
- operationOutcome$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- OperationResponse - Interface in org.jboss.as.controller.client
-
A response to a management request, incorporating a
ModelNodecontaining the detyped response, along with zero or more input streams that may have been associated with the response. - OperationResponse.Factory - Class in org.jboss.as.controller.client
- OperationResponse.StreamEntry - Interface in org.jboss.as.controller.client
-
An additional stream, besides the normal
response ModelNodethat is associated with the response. - OperationResponseProxy - Class in org.jboss.as.controller.client.impl
-
An
OperationResponsethat proxies back to a remote server to read any attached response streams. - Operations - Class in org.jboss.as.controller.client.helpers
-
A helper class for various operation tasks.
- Operations() - Constructor for class org.jboss.as.controller.client.helpers.Operations
- Operations.CompositeOperationBuilder - Class in org.jboss.as.controller.client.helpers
-
A builder for building composite operations.
- operationsNotAllowed(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- operationsNotAllowed(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating operations are not not allowed after content and deployment modifications.
- operationsNotAllowed$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- org.jboss.as.controller.client - package org.jboss.as.controller.client
-
The core client API for interacting with the management controllers for either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
- org.jboss.as.controller.client.helpers - package org.jboss.as.controller.client.helpers
- org.jboss.as.controller.client.helpers.domain - package org.jboss.as.controller.client.helpers.domain
-
Convenience API built on top of the
core management APIto make it easier to perform common management tasks against a JBoss Application Server Managed Domain. - org.jboss.as.controller.client.helpers.domain.impl - package org.jboss.as.controller.client.helpers.domain.impl
-
Implementation classes to support the
managed domain convenience API. - org.jboss.as.controller.client.helpers.standalone - package org.jboss.as.controller.client.helpers.standalone
-
Convenience API built on top of the
core management APIto make it easier to perform common management tasks against a single standalone JBoss Application Server instance. - org.jboss.as.controller.client.helpers.standalone.impl - package org.jboss.as.controller.client.helpers.standalone.impl
-
Implementation classes to support the
standalone server convenience API. - org.jboss.as.controller.client.impl - package org.jboss.as.controller.client.impl
-
Implementation classes to support the
core JBoss AS management client API. - org.jboss.as.controller.client.logging - package org.jboss.as.controller.client.logging
- OUTCOME - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
P
- PARAM_APPLY_UPDATES_UPDATE_COUNT - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PARAM_COMMIT - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_DEPLOYMENT_CONTENT - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PARAM_DEPLOYMENT_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PARAM_DEPLOYMENT_NAME_UNIQUE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PARAM_DEPLOYMENT_PLAN - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PARAM_DEPLOYMENT_RUNTIME_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PARAM_DOMAIN_MODEL_UPDATE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PARAM_END - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_GRACEFUL_TIMEOUT - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PARAM_HOST_MODEL_UPDATE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PARAM_HOST_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PARAM_IDENTITY_LENGTH - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_IN_VM_CALL - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_INPUTSTREAM_CONTENTS - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_INPUTSTREAM_INDEX - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_INPUTSTREAM_LENGTH - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_INPUTSTREAMS_LENGTH - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_MESSAGE - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_MESSAGE_SEVERITY - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_OPERATION - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_OPERATION_COMPLETED - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_OPERATION_FAILED - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_OPERATION_PREPARED - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_RESPONSE - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_ROLLBACK - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
- PARAM_SERVER_GROUP_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PARAM_SERVER_MODEL_UPDATE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PARAM_SERVER_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- PATH - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- PATHS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- PER_DAY - org.jboss.as.controller.client.helpers.MeasurementUnit
- PER_HOUR - org.jboss.as.controller.client.helpers.MeasurementUnit
- PER_JIFFY - org.jboss.as.controller.client.helpers.MeasurementUnit
- PER_MICROSECOND - org.jboss.as.controller.client.helpers.MeasurementUnit
- PER_MILLISECOND - org.jboss.as.controller.client.helpers.MeasurementUnit
- PER_MINUTE - org.jboss.as.controller.client.helpers.MeasurementUnit
- PER_NANOSECOND - org.jboss.as.controller.client.helpers.MeasurementUnit
- PER_SECOND - org.jboss.as.controller.client.helpers.MeasurementUnit
- PERCENTAGE - org.jboss.as.controller.client.helpers.MeasurementUnit
- PETABITS - org.jboss.as.controller.client.helpers.MeasurementUnit
- PETABYTES - org.jboss.as.controller.client.helpers.MeasurementUnit
- PROXIES - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
R
- RATE - org.jboss.as.controller.client.helpers.MeasurementUnit.Family
- READ_ATTRIBUTE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- READ_CHILDREN_NAMES_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- READ_CONTENT_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- READ_RESOURCE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- readResult(ModelNode) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Reads the result of an operation and returns the result.
- RECURSIVE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- RECURSIVE_DEPTH - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- redeploy(String) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the specified deployment content should be redeployed (i.e.
- redeploy(String) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the specified deployment content should be redeployed (i.e.
- REDEPLOY - org.jboss.as.controller.client.helpers.domain.DeploymentAction.Type
-
Undeploy existing content from the runtime and deploy it again.
- REDEPLOY - org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Undeploy existing content from the runtime and deploy it again.
- RELATIVE - org.jboss.as.controller.client.helpers.MeasurementUnit.Family
- RemotingModelControllerClient - Class in org.jboss.as.controller.client.impl
-
ModelControllerClientbased on a RemotingEndpoint. - remove(String) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the specified deployment content should be removed from the content repository.
- remove(String) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the specified deployment content should be removed from the content repository.
- REMOVE - org.jboss.as.controller.client.helpers.domain.DeploymentAction.Type
-
Remove content from the deployment content repository.
- REMOVE - org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Remove content from the deployment content repository.
- REMOVE_CONTENT - org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Remove content from an exploded deployment in the content repository.
- REMOVE_CONTENT - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- REMOVE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- removeContentFromDeployment(String, List<String>) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content readable from the specified targetPath should be removed from the deployment with the specified name.
- RemoveDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilderthat exposes directives that are only applicable following adeployorreplacedirective. - replace(File) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content of the specified file should be added to the content repository and replace existing content of the same name.
- replace(File) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content of the specified file should be added to the content repository and replace existing content of the same name.
- replace(String, File) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content of the specified file should be added to the content repository and replace existing content of the same name.
- replace(String, File) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content of the specified file should be added to the content repository and replace existing content of the same name.
- replace(String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content readable from the specified
InputStreamshould be added to the content repository and replace existing content of the same name. - replace(String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content readable from the specified
InputStreamshould be added to the content repository and replace existing content of the same name. - replace(String, String) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the specified deployment content should be deployed, replacing the specified existing deployment.
- replace(String, String) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the specified deployment content should be deployed, replacing the specified existing deployment.
- replace(String, String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content readable from the specified
InputStreamshould be added to the content repository and replace existing content of the same name. - replace(String, String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content readable from the specified
InputStreamshould be added to the content repository and replace existing content of the same name. - replace(String, String, InputStream, boolean) - Method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper
- replace(String, URL) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content at the specified URL should be added to the content repository and replace existing content of the same name.
- replace(String, URL) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content at the specified URL should be added to the content repository and replace existing content of the same name.
- replace(URL) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content at the specified URL should be added to the content repository and replace existing content of the same name.
- replace(URL) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content at the specified URL should be added to the content repository and replace existing content of the same name.
- REPLACE - org.jboss.as.controller.client.helpers.domain.DeploymentAction.Type
-
Replace existing content in the runtime.
- REPLACE - org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Replace existing content in the runtime.
- ReplaceDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilderthat exposes directives that are only applicable following areplacedirective. - ReplaceDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.standalone
-
Extension of
DeploymentPlanBuilderthat exposes directives that are only applicable following areplacedirective. - resolveHandler(ManagementRequestHandlerFactory.RequestHandlerChain, ManagementRequestHeader) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
- RESPONSE_HEADERS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- RESTART_SERVER_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RESTART_SERVER_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- restartServer(String, String, long, TimeUnit) - Method in interface org.jboss.as.controller.client.helpers.domain.DomainClient
-
Restarts the given server.
- restartServer(String, String, long, TimeUnit) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- RESULT - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- RETURN_APPLY_HOST_UPDATE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_APPLY_SERVER_MODEL_UPDATE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_APPLY_UPDATE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_APPLY_UPDATES_RESULT_COUNT - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_DEPLOYMENT_ACTION_ID - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_DEPLOYMENT_ACTION_MODEL_RESULT - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_DEPLOYMENT_ACTION_MODEL_ROLLBACK - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_DEPLOYMENT_HASH - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_DEPLOYMENT_HASH_LENGTH - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_DEPLOYMENT_PLAN_COMPLETE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_DEPLOYMENT_PLAN_ID - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_DEPLOYMENT_PLAN_INVALID - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_DEPLOYMENT_SET_ID - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_DEPLOYMENT_SET_ROLLBACK - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_DOMAIN_MODEL - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_HOST_CONTROLLER_COUNT - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_HOST_MODEL - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_HOST_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_SERVER_DEPLOYMENT - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_SERVER_DEPLOYMENT_RESULT - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_SERVER_DEPLOYMENT_ROLLBACK - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_SERVER_GROUP_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_SERVER_MODEL - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_SERVER_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_SERVER_STATUS - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- RETURN_SERVER_STATUS_COUNT - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- ROLLBACK_ON_RUNTIME_FAILURE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- rollbackCancelled() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- rollbackCancelled() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the rollback was cancelled.
- rollbackCancelled$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- RollbackCancelledException - Exception in org.jboss.as.controller.client.helpers.domain
-
Exception indicating that the rollback of a domain model update failed because of cancellation.
- RollbackCancelledException(String) - Constructor for exception org.jboss.as.controller.client.helpers.domain.RollbackCancelledException
- RollbackDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilderthat exposes directives that are only applicable when controlling how to limitrollbackswhen aDeploymentSetPlanis applied to a server groups. - rollbackRolledBack() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- rollbackRolledBack() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the rollback was itself rolled back.
- rollbackRolledBack$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- rollbackTimedOut() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- rollbackTimedOut() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the rollback timed out.
- rollbackTimedOut$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- ROLLED_BACK - org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult.Result
-
The action completed successfully, but was rolled back due to a problem with some other action in the overall deployment plan.
- rollingToServerGroup(String) - Method in interface org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlanBuilder
-
Indicates that once the deployment actions in the
DeploymentSetPlanare applied to the servers in the current server group, they should then be applied to the servers in the given server group. - rollingToServers() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlanBuilder
-
Indicates the deployment actions in the
DeploymentSetPlanshould be rolled out to the servers in the server group one server at a time. - ROLLOUT_PLAN - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- ROOT_LOGGER - Static variable in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
A logger with the default package name.
- runCliScript(ModelControllerClient, File) - Method in interface org.jboss.as.controller.client.impl.AdditionalBootCliScriptInvoker
- RUNNING_STATE_ADMIN_ONLY - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- RUNNING_STATE_NORMAL - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- RUNNING_STATE_PRE_SUSPEND - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- RUNNING_STATE_SUSPENDED - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- RUNNING_STATE_SUSPENDING - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- RUNTIME_CONFIGURATION_STATE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- RUNTIME_NAME - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
S
- SECONDS - org.jboss.as.controller.client.helpers.MeasurementUnit
- SERVER - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- SERVER_CONFIG - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- SERVER_GROUP - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- ServerDeploymentActionResult - Interface in org.jboss.as.controller.client.helpers.standalone
-
Describes the results of executing a
DeploymentActionon a single server. - serverDeploymentAlreadyExists(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- serverDeploymentAlreadyExists(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
A message indicating a deployment with the
nameis already present in the domain. - serverDeploymentAlreadyExists$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- ServerDeploymentHelper - Class in org.jboss.as.controller.client.helpers.standalone
-
A simple helper for server deployments.
- ServerDeploymentHelper(ServerDeploymentManager) - Constructor for class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper
- ServerDeploymentHelper(ModelControllerClient) - Constructor for class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper
- ServerDeploymentHelper.ServerDeploymentException - Exception in org.jboss.as.controller.client.helpers.standalone
- ServerDeploymentManager - Interface in org.jboss.as.controller.client.helpers.standalone
-
Primary deployment interface for a standalone JBoss AS instance.
- ServerDeploymentManager.Factory - Class in org.jboss.as.controller.client.helpers.standalone
-
Factory used to create an
ServerDeploymentManagerinstance. - ServerDeploymentPlanResult - Interface in org.jboss.as.controller.client.helpers.domain
-
Encapsulates the results of executing a
DeploymentSetPlanon a particular server. - ServerDeploymentPlanResult - Interface in org.jboss.as.controller.client.helpers.standalone
-
Encapsulates the results of executing a
DeploymentPlan. - ServerGroupDeploymentActionResult - Interface in org.jboss.as.controller.client.helpers.domain
-
Encapsulates the results of particular
DeploymentActionacross the servers in a particular server group. - ServerGroupDeploymentPlan - Class in org.jboss.as.controller.client.helpers.domain
-
Indicates how the actions in a
DeploymentSetPlanare to be applied to a particular server group. - ServerGroupDeploymentPlan(String) - Constructor for class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- ServerGroupDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilderthat exposes directives that are only applicable when controlling how aDeploymentSetPlanshould be applied to one or more server groups. - ServerGroupDeploymentPlanResult - Interface in org.jboss.as.controller.client.helpers.domain
-
Encapsulates the results of executing a
DeploymentSetPlanagainst a particular server group. - ServerIdentity - Class in org.jboss.as.controller.client.helpers.domain
-
Identifying information for a server in a domain.
- ServerIdentity(String, String, String) - Constructor for class org.jboss.as.controller.client.helpers.domain.ServerIdentity
- ServerStatus - Enum in org.jboss.as.controller.client.helpers.domain
-
Status of server.
- ServerUpdateActionResult - Interface in org.jboss.as.controller.client.helpers.standalone
-
Encapsulates the results of performing a configuration modification on an individual server.
- ServerUpdateActionResult.Result - Enum in org.jboss.as.controller.client.helpers.standalone
- ServerUpdateResult - Interface in org.jboss.as.controller.client.helpers.domain
-
Encapsulates the results of performing a configuration modification on an individual server.
- setAuthenticationConfigUri(URI) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
-
Deprecated.this may be removed in a future release in favor of creating an
AuthenticationContextand using aContextualModelControllerClient - setAutoCloseStreams(boolean) - Method in class org.jboss.as.controller.client.OperationBuilder
-
Automatically try to close the stream, once the operation finished executing.
- setClientBindAddress(String) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
-
Sets the local address to which the client socket should be bound.
- setConnectionTimeout(int) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
-
Maximum time, in milliseconds, to wait for the connection to be established
- setHandler(CallbackHandler) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
-
Sets the handler for callbacks to obtain authentication information.
- setHostName(String) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
-
Sets the remote host name to which the client should connect.
- setPort(int) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
-
Sets the remote port to which the client should connect
- setProtocol(String) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
-
Sets the protocol to use for communicating with the remote process.
- setSaslOptions(Map<String, String>) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
-
Sets the SASL options for the remote connection
- setSslContext(SSLContext) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
-
Sets the SSL context for the remote connection
- setSslContextFactory(SecurityFactory<SSLContext>) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
-
Sets the SSLContext factory to obtain the SSLContext from for the remote connection
- SimpleServerDeploymentActionResult - Class in org.jboss.as.controller.client.helpers.standalone
-
Default implementation of
ServerDeploymentActionResult. - SimpleServerDeploymentActionResult(UUID, Throwable) - Constructor for class org.jboss.as.controller.client.helpers.standalone.SimpleServerDeploymentActionResult
- SimpleServerDeploymentActionResult(UUID, ServerUpdateActionResult.Result) - Constructor for class org.jboss.as.controller.client.helpers.standalone.SimpleServerDeploymentActionResult
- SimpleServerDeploymentActionResult(UUID, ServerUpdateActionResult.Result, Throwable) - Constructor for class org.jboss.as.controller.client.helpers.standalone.SimpleServerDeploymentActionResult
- SimpleServerUpdateActionResult - Class in org.jboss.as.controller.client.helpers.standalone
-
Default implementation of
ServerUpdateActionResult. - SimpleServerUpdateActionResult(UUID, Exception) - Constructor for class org.jboss.as.controller.client.helpers.standalone.SimpleServerUpdateActionResult
- SimpleServerUpdateActionResult(UUID, ServerUpdateActionResult.Result) - Constructor for class org.jboss.as.controller.client.helpers.standalone.SimpleServerUpdateActionResult
- SimpleServerUpdateActionResult(UUID, ServerUpdateActionResult.Result, Exception) - Constructor for class org.jboss.as.controller.client.helpers.standalone.SimpleServerUpdateActionResult
- SKIP_RELOAD_PROPERTY - Static variable in interface org.jboss.as.controller.client.impl.AdditionalBootCliScriptInvoker
- SOCKET_BINDING - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- SOCKET_BINDING_GROUP - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- START_SERVER_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- START_SERVER_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- STARTED - org.jboss.as.controller.client.helpers.domain.ServerStatus
-
The server is started
- STARTING - org.jboss.as.controller.client.helpers.domain.ServerStatus
-
The server is starting
- startServer(String, String) - Method in interface org.jboss.as.controller.client.helpers.domain.DomainClient
-
Starts the given server.
- startServer(String, String) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- STATUS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- STEPS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- STOP_SERVER_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- STOP_SERVER_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
- STOPPED - org.jboss.as.controller.client.helpers.domain.ServerStatus
-
The server is stopped
- STOPPING - org.jboss.as.controller.client.helpers.domain.ServerStatus
-
The server is stopping
- stopServer(String, String, long, TimeUnit) - Method in interface org.jboss.as.controller.client.helpers.domain.DomainClient
-
Stops the given server.
- stopServer(String, String, long, TimeUnit) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
- streamWasClosed() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- streamWasClosed() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
- streamWasClosed$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- SUBSYSTEM - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- SUCCESS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
T
- TARGET_PATH - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- TEMPERATURE - org.jboss.as.controller.client.helpers.MeasurementUnit.Family
- TERABITS - org.jboss.as.controller.client.helpers.MeasurementUnit
- TERABYTES - org.jboss.as.controller.client.helpers.MeasurementUnit
- TIME - org.jboss.as.controller.client.helpers.MeasurementUnit.Family
- TO_REPLACE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- toServerGroup(String) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionsCompleteBuilder
-
Indicates that the current set of
deployment actionscomprise aDeploymentSetPlanand should be applied to a server group. - toServerGroup(String) - Method in interface org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlanBuilder
-
Indicates that concurrent with applying the deployment actions in the
DeploymentSetPlanto the servers in the current server group, they should also be applied to the servers in the given server group. - toString() - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- toString() - Method in class org.jboss.as.controller.client.helpers.domain.ServerIdentity
- toString() - Method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
- toString() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger.LeakDescription
U
- UNDEFINE_ATTRIBUTE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- undeploy(String) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the specified deployment content should be undeployed.
- undeploy(String) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the specified deployment content should be undeployed.
- undeploy(String) - Method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper
- UNDEPLOY - org.jboss.as.controller.client.helpers.domain.DeploymentAction.Type
-
Undeploy content from the runtime.
- UNDEPLOY - org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Undeploy content from the runtime.
- UndeployDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilderthat exposes directives that are only applicable following anundeploydirective. - UndeployDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.standalone
-
Extension of
DeploymentPlanBuilderthat exposes directives that are only applicable following anundeploydirective. - UNKNOWN - org.jboss.as.controller.client.helpers.domain.ServerStatus
-
The status of the server is currently unknown.
- unknownActionType(Object) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- unknownActionType(Object) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the action type, represented by the
typeparameter, is unknown. - unknownActionType$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
- UpdateFailedException - Exception in org.jboss.as.controller.client.helpers.domain
-
An exception thrown when a model update fails for some reason.
- UpdateFailedException() - Constructor for exception org.jboss.as.controller.client.helpers.domain.UpdateFailedException
-
Constructs a
UpdateFailedExceptionwith no detail message. - UpdateFailedException(String) - Constructor for exception org.jboss.as.controller.client.helpers.domain.UpdateFailedException
-
Constructs a
UpdateFailedExceptionwith the specified detail message. - UpdateFailedException(String, Throwable) - Constructor for exception org.jboss.as.controller.client.helpers.domain.UpdateFailedException
-
Constructs a
UpdateFailedExceptionwith the specified detail message and cause. - UpdateFailedException(Throwable) - Constructor for exception org.jboss.as.controller.client.helpers.domain.UpdateFailedException
-
Constructs a
UpdateFailedExceptionwith the specified cause. - UpdateResultHandlerResponse - Class in org.jboss.as.controller.client.helpers.domain.impl
-
Encapsulates the possible values that can be passed to an
UpdateResultHandler's callback methods. - UUID - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
V
- VALUE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
- valueOf(String) - Static method in enum org.jboss.as.controller.client.helpers.domain.DeploymentAction.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.controller.client.helpers.domain.ServerStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.controller.client.helpers.MeasurementUnit.Family
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.controller.client.MessageSeverity
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jboss.as.controller.client.helpers.domain.DeploymentAction.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.controller.client.helpers.domain.ServerStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.controller.client.helpers.MeasurementUnit.Family
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult.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.controller.client.MessageSeverity
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WARN - org.jboss.as.controller.client.MessageSeverity
-
Warning severity.
- withGracefulShutdown(long, TimeUnit) - Method in class org.jboss.as.controller.client.helpers.domain.impl.InitialDeploymentSetBuilderImpl
- withGracefulShutdown(long, TimeUnit) - Method in interface org.jboss.as.controller.client.helpers.domain.InitialDeploymentPlanBuilder
-
Indicates actions specified subsequent to this call should be organized around a full graceful server shutdown and restart.
- withGracefulShutdown(long, TimeUnit) - Method in interface org.jboss.as.controller.client.helpers.domain.InitialDeploymentSetBuilder
-
Indicates actions specified subsequent to this call should be organized around a full graceful server shutdown and restart.
- withGracefulShutdown(long, TimeUnit) - Method in interface org.jboss.as.controller.client.helpers.standalone.InitialDeploymentPlanBuilder
-
Indicates actions specified subsequent to this call should be organized around a full graceful server shutdown.
- withoutRollback() - Method in interface org.jboss.as.controller.client.helpers.standalone.InitialDeploymentPlanBuilder
-
Indicates all
deploy,undeploy,replaceorremoveoperations associated with the deployment plan should not be rolled back in case of a failure in any of them. - withoutSingleServerRollback() - Method in class org.jboss.as.controller.client.helpers.domain.impl.InitialDeploymentSetBuilderImpl
- withoutSingleServerRollback() - Method in interface org.jboss.as.controller.client.helpers.domain.InitialDeploymentPlanBuilder
-
Indicates that on a given server all
deploy,undeployorreplaceoperations associated with the deployment set should not be rolled back in case of a failure in any of them. - withoutSingleServerRollback() - Method in interface org.jboss.as.controller.client.helpers.domain.InitialDeploymentSetBuilder
-
Indicates that on a given server all
deploy,undeployorreplaceoperations associated with the deployment set should not be rolled back in case of a failure in any of them. - withRollback() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlanBuilder
-
Indicates that all
deploy,undeployorreplaceoperations associated with the deployment set should be rolled back on all servers in the current server group in case of a failure in any of them. - withRollbackAcrossGroups() - Method in interface org.jboss.as.controller.client.helpers.domain.InitialDeploymentPlanBuilder
-
Indicates that the actions in the plan need to be rolled back across any single given server group, then it should be rolled back across all server groups.
- withShutdown() - Method in class org.jboss.as.controller.client.helpers.domain.impl.InitialDeploymentSetBuilderImpl
- withShutdown() - Method in interface org.jboss.as.controller.client.helpers.domain.InitialDeploymentPlanBuilder
-
Indicates actions specified subsequent to this call should be organized around a full server restart.
- withShutdown() - Method in interface org.jboss.as.controller.client.helpers.domain.InitialDeploymentSetBuilder
-
Indicates actions specified subsequent to this call should be organized around a full server restart.
- withShutdown() - Method in interface org.jboss.as.controller.client.helpers.standalone.InitialDeploymentPlanBuilder
-
Indicates actions specified subsequent to this call should be organized around a full server shutdown.
- WRITE_ATTRIBUTE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
All Classes All Packages