- 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
-
- AbstractServerUpdateActionResult() - 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, Throwable) - 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 - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
-
- 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(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, 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, 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, InputStream) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content readable from the specified InputStream
should be added to the default content repository.
- add(String, String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content readable from the specified InputStream
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(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(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(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, 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(String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content readable from the specified InputStream
should 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 InputStream
should be added to the 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
-
- addContentToDeployment(String, Map<String, InputStream>) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content readable from the specified InputStream
should 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
DeploymentPlanBuilder that exposes
directives that are only applicable following an
add directive.
- AddDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.standalone
-
Extension of
DeploymentPlanBuilder that exposes
directives that are only applicable following an
add directive.
- 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.
- 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.
- 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
add operation should be deployed.
- andDeploy() - Method in interface org.jboss.as.controller.client.helpers.standalone.AddDeploymentPlanBuilder
-
Indicates content that was added via an immediately preceding
add operation 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
replace action 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
undeploy action 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
replace action 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
undeploy action 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
add operation 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
add operation 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
-
- 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 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() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- cannotAddDeploymentAction$str() - 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() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- cannotAddDeploymentActionsAfterStart$str() - 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 first cannot be converted to second.
- cannotConvert(String, String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- cannotConvert$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- cannotDeleteTempFile(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
- cannotDeleteTempFile(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- cannotDeleteTempFile$str() - 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(URL) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- cannotDeriveDeploymentName$str() - 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 DeploymentPlan cannot be used because it was not created by this
manager.
- cannotUseDeploymentPlan() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- cannotUseDeploymentPlan$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- channelClosed(IOException) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the channel is closed.
- channelClosed(IOException) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- channelClosed$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- 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
-
- ClientConfigurationImpl - Class in org.jboss.as.controller.client.impl
-
- ClientConfigurationImpl(String, int, CallbackHandler, Map<String, String>, SSLContext, ExecutorService, boolean, int, String, String) - 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
-
- clone() - Method in interface org.jboss.as.controller.client.Operation
-
Deprecated.
- clone(ModelNode) - Method in interface org.jboss.as.controller.client.Operation
-
Deprecated.
- 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
-
- 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
-
- CONTENT - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
-
- 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.LeakDescription - Class 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
-
- 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() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- 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.InMemoryEntry
-
- create(InetAddress, int) - Static method in class org.jboss.as.controller.client.helpers.domain.DomainClient.Factory
-
Create an
DomainClient 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
DomainClient instance for a remote address and port.
- create(String, InetAddress, int) - Static method in class org.jboss.as.controller.client.helpers.domain.DomainClient.Factory
-
Create an
DomainClient 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
DomainClient instance for a remote address and port.
- create(ModelControllerClient) - Static method in class org.jboss.as.controller.client.helpers.domain.DomainClient.Factory
-
- 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(InetAddress, int) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
-
- create(String, InetAddress, int) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
-
- create(InetAddress, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
-
- create(String, InetAddress, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
-
- create(ModelControllerClient) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
-
- create(ModelNode, ManagementChannelAssociation, int, ModelNode) - Static method in class org.jboss.as.controller.client.impl.OperationResponseProxy
-
- 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(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(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(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, CallbackHandler, Map<String, String>) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
- create(String, InetAddress, int, CallbackHandler, Map<String, String>) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
- 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, 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, 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, int, CallbackHandler, SSLContext) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
- create(String, String, int, CallbackHandler, SSLContext) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
- create(String, int, CallbackHandler, SSLContext, int) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
- create(String, String, int, CallbackHandler, SSLContext, int) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
- create(String, int, CallbackHandler, SSLContext, int, Map<String, String>) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
- create(String, String, int, CallbackHandler, SSLContext, int, Map<String, String>) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
- create(String, int, CallbackHandler, SSLContext, int, Map<String, String>, String) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
- create(String, String, int, CallbackHandler, SSLContext, int, Map<String, String>, String) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
- create(String, int, CallbackHandler, Map<String, String>) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
- create(String, String, int, CallbackHandler, Map<String, String>) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
- create(ModelControllerClientConfiguration) - Static method in class org.jboss.as.controller.client.ModelControllerClient.Factory
-
Create a client instance based on the client configuration.
- create(String, String, int) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(InetAddress, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(InetAddress, int) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, int, CallbackHandler, SSLContext) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, String, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, InetAddress, int) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, InetAddress, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, String, int, CallbackHandler, SSLContext, int) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(InetAddress, int, CallbackHandler, Map<String, String>) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, InetAddress, int, CallbackHandler, Map<String, String>) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, String, int, CallbackHandler, SSLContext) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, int, CallbackHandler, Map<String, String>) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, int) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, int, CallbackHandler, SSLContext, int) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, String, int, CallbackHandler, SSLContext, int, Map<String, String>) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(String, String, int, CallbackHandler, Map<String, String>) - Static method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
-
Deprecated.
- create(ModelNode) - Static method in class org.jboss.as.controller.client.Operation.Factory
-
Create a simple operation with no stream attachments.
- 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(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.
- createAddOperation(ModelNode) - Static method in class org.jboss.as.controller.client.helpers.Operations
-
Creates an add 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.
- 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.
- 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 attributeName parameter.
- 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 attributeName parameter.
- 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 attributeName parameter.
- 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 attributeName parameter.
- 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 attributeName parameter.
- 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 attributeName parameter.
- 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 attributeName parameter.
- 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
-
- getAddContentAction(String, Map<String, InputStream>) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
-
- 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
-
- 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
DeploymentAction action 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
DeploymentAction action 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
-
- 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) - 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
-
- 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
-
- 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
DeploymentAction most 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
DeploymentAction most recently created as a result of
builder operations.
- 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
-
- 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
-
- 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
-
If the #getResult() result was {@link Result#ROLLED_BACK} or
{@link Result#FAILED} and the update plan allows rollback,
gets the result of rolling back the action.
- 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
actions are 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
actions are 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
-
Get 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.
- 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() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- globalRollbackNotCompatible$str() - 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
timeout parameter.
- gracefulShutdownAlreadyConfigured(long) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- 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
-
- INCLUDE_RUNTIME - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
-
- 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(String, String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- incompleteDeploymentReplace$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- IncompleteDeploymentReplaceException - Exception in org.jboss.as.controller.client.helpers.domain
-
InvalidDeploymentPlanException thrown 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
-
- InitialDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilder that 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
DeploymentPlanBuilder that 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
-
- InitialDeploymentPlanBuilderFactory - Class in org.jboss.as.controller.client.helpers.standalone.impl
-
- InitialDeploymentSetBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilder that 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
DeploymentPlanBuilderImpl that is meant
to be used at the initial stages of the building process, when directives that
pertain to the entire
DeploymentSetPlan can be applied.
- initialize() - Method in class org.jboss.as.controller.client.impl.InputStreamEntry.CachingStreamEntry
-
- 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.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 interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the action type, represented by the type parameter, is invalid.
- invalidActionType(DeploymentAction.Type) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- invalidActionType$str() - 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() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- 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
DeploymentPlan is 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 interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the preceding action was not a
type.
- invalidPrecedingAction(Object) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- invalidPrecedingAction$str() - 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(Throwable, URL) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- invalidUri$str() - 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 interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the value is invalid and must be greater than the minValue and less than
the maxValue.
- invalidValue(String, int, int) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- invalidValue(String, int, int, int) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- 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, replace
or remove operations 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, replace
or remove operations 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, replace
or remove operations 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, undeploy or
replace operations 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
-
- 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.
- RemotingModelControllerClient - Class in org.jboss.as.controller.client.impl
-
- RemotingModelControllerClient(ModelControllerClientConfiguration) - Constructor for class org.jboss.as.controller.client.impl.RemotingModelControllerClient
-
- 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_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
-
- removeContenFromDeployment(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
DeploymentPlanBuilder that exposes
directives that are only applicable following a
deploy
or
replace directive.
- 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(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(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, 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, 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, InputStream) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Indicates the content readable from the specified InputStream
should 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.domain.DeploymentPlanBuilder
-
Indicates the content readable from the specified InputStream
should 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.standalone.DeploymentPlanBuilder
-
Indicates the specified deployment content should be deployed, replacing
the specified existing deployment.
- 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(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(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, 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(String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
-
Indicates the content readable from the specified InputStream
should 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 InputStream
should 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
-
- ReplaceDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
-
Variant of a
DeploymentPlanBuilder that exposes
directives that are only applicable following a
replace directive.
- ReplaceDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.standalone
-
Extension of
DeploymentPlanBuilder that exposes
directives that are only applicable following a
replace directive.
- 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 interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the rollback was cancelled.
- rollbackCancelled() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- 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
-
- rollbackRolledBack() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
-
Creates an exception indicating the rollback was itself rolled back.
- rollbackRolledBack() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- rollbackRolledBack$str() - 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() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- rollbackTimedOut$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
-
- rollingToServerGroup(String) - Method in interface org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlanBuilder
-
Indicates that once the deployment actions in the
DeploymentSetPlan
are 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
DeploymentSetPlan should
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.
- 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
-
- 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.
- 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, replace
or remove operations 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, undeploy or
replace operations 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, undeploy or
replace operations 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, undeploy or
replace operations 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.
- withRollback() - Method in interface org.jboss.as.controller.client.helpers.standalone.InitialDeploymentPlanBuilder
-
- 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.
- withSingleServerRollback() - Method in class org.jboss.as.controller.client.helpers.domain.impl.InitialDeploymentSetBuilderImpl
-
Deprecated.
- withSingleServerRollback() - Method in interface org.jboss.as.controller.client.helpers.domain.InitialDeploymentPlanBuilder
-
- withSingleServerRollback() - Method in interface org.jboss.as.controller.client.helpers.domain.InitialDeploymentSetBuilder
-
- WRITE_ATTRIBUTE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
-