Skip navigation links
WildFly: Controller Client 3.0.0.Beta9
A B C D E F G H I L M N O P R S T U V W 

A

AbstractDelegatingAsyncFuture<T> - Class in org.jboss.as.controller.client.impl
 
AbstractDelegatingAsyncFuture(AsyncFuture<T>) - Constructor for class org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture
 
AbstractModelControllerClient - Class in org.jboss.as.controller.client.impl
 
AbstractModelControllerClient() - Constructor for class org.jboss.as.controller.client.impl.AbstractModelControllerClient
 
AbstractServerDeploymentManager - Class in org.jboss.as.controller.client.helpers.standalone.impl
 
AbstractServerDeploymentManager() - Constructor for class org.jboss.as.controller.client.helpers.standalone.impl.AbstractServerDeploymentManager
 
AbstractServerUpdateActionResult<T extends ServerUpdateActionResult> - Class in org.jboss.as.controller.client.helpers.standalone
Abstract superclass of implementations of ServerUpdateActionResult.
AbstractServerUpdateActionResult() - Constructor for class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
 
AbstractServerUpdateActionResult(UUID, 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
 

B

BasicDomainUpdateResult - Class in org.jboss.as.controller.client.helpers.domain.impl
Encapsulates the results provided by the domain controller in response to a request to apply an update to the domain model and to the relevant hosts.
BasicDomainUpdateResult(boolean) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
 
BasicDomainUpdateResult(UpdateFailedException, boolean) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
 
BasicDomainUpdateResult(Map<String, UpdateFailedException>, boolean) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
 
BasicDomainUpdateResult() - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
 
build() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
Creates the deployment plan.
build() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
Creates the deployment plan.
build() - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
Builds the configuration object based on this builder's settings.
build() - Method in class org.jboss.as.controller.client.OperationBuilder
Builds the operation.
Builder() - Constructor for class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
 

C

CachingStreamEntry(InputStream, boolean) - Constructor for class org.jboss.as.controller.client.impl.InputStreamEntry.CachingStreamEntry
 
calculateOffset(MeasurementUnit, MeasurementUnit) - Static method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
 
CANCEL_ASYNC_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
cannotAddDeploymentAction() - Method in 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 an DomainClient instance based on an existing ModelControllerClient.
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 an ServerDeploymentManager instance for a remote address and port.
create(String, InetAddress, int) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
Create an ServerDeploymentManager instance for a remote address and port.
create(InetAddress, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
Create an ServerDeploymentManager instance for a remote address and port.
create(String, InetAddress, int, CallbackHandler) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
Create an ServerDeploymentManager instance for a remote address and port.
create(ModelControllerClient) - Static method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
Create an ServerDeploymentManager instance using the given ModelControllerClient.
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 an operation using the given streams and be auto-close streams setting.
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.

D

DelegatingModelControllerClient - Class in org.jboss.as.controller.client.helpers
Utility class to support delegation of ModelControllerClient calls.
DelegatingModelControllerClient(ModelControllerClient) - Constructor for class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
 
DelegatingModelControllerClient(DelegatingModelControllerClient.DelegateProvider) - Constructor for class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
 
DelegatingModelControllerClient.DelegateProvider - Interface in org.jboss.as.controller.client.helpers
Provides a delegate for use by the DelegatingModelControllerClient
deploy(String) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
Indicates the specified deployment content should be deployed.
deploy(String) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
Indicates the specified deployment content should be deployed.
deploy(String, InputStream) - Method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper
 
DeployDeploymentPlanBuilder - 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.
DEPLOYMENT - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
DEPLOYMENT_BROWSE_CONTENT_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
DEPLOYMENT_DEPLOY_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
DEPLOYMENT_FULL_REPLACE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
DEPLOYMENT_REDEPLOY_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
DEPLOYMENT_REMOVE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
DEPLOYMENT_REPLACE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
DEPLOYMENT_UNDEPLOY_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
DeploymentAction - Interface in org.jboss.as.controller.client.helpers.domain
 
DeploymentAction - Interface in org.jboss.as.controller.client.helpers.standalone
 
DeploymentAction.Type - Enum in org.jboss.as.controller.client.helpers.domain
Enumeration of valid types of deployment actions.
DeploymentAction.Type - Enum in org.jboss.as.controller.client.helpers.standalone
Enumeration of valid types of deployment actions.
DeploymentActionImpl - Class in org.jboss.as.controller.client.helpers.domain.impl
Implementation of DeploymentAction.
DeploymentActionImpl - Class in org.jboss.as.controller.client.helpers.standalone.impl
Implementation of DeploymentAction.
DeploymentActionResult - Interface in org.jboss.as.controller.client.helpers.domain
Describes the results of executing a DeploymentAction across a domain.
DeploymentActionsCompleteBuilder - Interface in org.jboss.as.controller.client.helpers.domain
Variant of a DeploymentPlanBuilder that exposes directives that signal indicate the completion of the phase of establishing the set of DeploymentActions that comprise a DeploymentSetPlan and the beginning of the phase of specifying how those actions should be applied to server groups.
DeploymentContentDistributor - Interface in org.jboss.as.controller.client.helpers.domain.impl
Object capable of distributing distributing new deployment content from a client to a DomainController.
DeploymentPlan - Interface in org.jboss.as.controller.client.helpers.domain
Encapsulates an overall set of actions a DomainDeploymentManager should take to update the set of deployment content available for deployment in the domain and/or change the content deployed in the domain's servers.
DeploymentPlan - Interface in org.jboss.as.controller.client.helpers.standalone
Encapsulates a set of actions a ServerDeploymentManager should take to update the set of deployment content available for deployment in the server and/or change the content deployed in the server.
DeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
Builder capable of creating a DeploymentPlan.
DeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.standalone
Builder capable of creating a DeploymentPlan.
DeploymentPlanImpl - Class in org.jboss.as.controller.client.helpers.domain.impl
Describes a set of actions to take to change the deployment content available to deployed in a server group or set of server groups.
DeploymentPlanImpl - Class in org.jboss.as.controller.client.helpers.standalone.impl
Describes a set of actions to take to change the deployment content available to and/or deployed in a standalone server.
DeploymentPlanResult - Interface in org.jboss.as.controller.client.helpers.domain
Encapsulates the results of executing a DeploymentPlan.
DeploymentPlanResultImpl - Class in org.jboss.as.controller.client.helpers.domain.impl
Default implementation of DeploymentPlanResult.
DeploymentPlanResultImpl(DeploymentPlan, Map<UUID, DeploymentActionResult>) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanResultImpl
 
DeploymentPlanResultImpl(DeploymentPlan, InvalidDeploymentPlanException) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanResultImpl
 
DeploymentPlanResultImpl - Class in org.jboss.as.controller.client.helpers.standalone.impl
Default implementation of ServerDeploymentPlanResult.
DeploymentPlanResultImpl(UUID, Map<UUID, ServerDeploymentActionResult>) - Constructor for class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanResultImpl
 
DeploymentSetPlan - Interface in org.jboss.as.controller.client.helpers.domain
Encapsulates a related set of actions a DomainDeploymentManager should take to change the content deployed in the servers associated with one or more server groups.
DeploymentSetPlanImpl - Class in org.jboss.as.controller.client.helpers.domain.impl
TODO get rid of this class and put all logic in DeploymentPlanImpl
DeploymentSetPlanResult - Interface in org.jboss.as.controller.client.helpers.domain
Encapsulates the results of executing a DeploymentSetPlan.
DISCARD - Static variable in interface org.jboss.as.controller.client.OperationMessageHandler
A noop operation message handler, which discards all received messages.
distributeDeploymentContent(String, String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.domain.impl.DeploymentContentDistributor
 
distributeReplacementDeploymentContent(String, String, InputStream) - Method in interface org.jboss.as.controller.client.helpers.domain.impl.DeploymentContentDistributor
 
DOMAIN_CONTROLLER_CLIENT_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
DomainClient - Interface in org.jboss.as.controller.client.helpers.domain
Client interface used to interact with the domain management infrastructure.
DomainClient.Factory - Class in org.jboss.as.controller.client.helpers.domain
Factory used to create an DomainClient instance for a remote address and port.
DomainClientImpl - Class in org.jboss.as.controller.client.helpers.domain.impl
Domain client implementation.
DomainClientImpl(InetAddress, int) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
DomainClientImpl(InetAddress, int, CallbackHandler) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
DomainClientImpl(String, InetAddress, int) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
DomainClientImpl(String, InetAddress, int, CallbackHandler) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
DomainClientImpl(ModelControllerClient) - Constructor for class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
DomainClientProtocol - Interface in org.jboss.as.controller.client.helpers.domain.impl
 
domainDeploymentAlreadyExists(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
A message indicating a deployment with the name is already present in the domain.
domainDeploymentAlreadyExists(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
domainDeploymentAlreadyExists$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
DomainDeploymentManager - Interface in org.jboss.as.controller.client.helpers.domain
Primary deployment interface for a JBoss AS Domain Controller.
DuplicateDeploymentNameException - Exception in org.jboss.as.controller.client.helpers.domain
Exception indicating an attempt to add deployment content to a domain or server that has the same name as existing content.
DuplicateDeploymentNameException(String, boolean) - Constructor for exception org.jboss.as.controller.client.helpers.domain.DuplicateDeploymentNameException
 
DuplicateDeploymentNameException - Exception in org.jboss.as.controller.client.helpers.standalone
Exception indicating an attempt to add deployment content to a domain or server that has the same name as existing content.
DuplicateDeploymentNameException(String, boolean) - Constructor for exception org.jboss.as.controller.client.helpers.standalone.DuplicateDeploymentNameException
 

E

EMPTY - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
EMPTY - Static variable in interface org.jboss.as.controller.client.impl.InputStreamEntry
 
EMPTY - Static variable in interface org.jboss.as.controller.client.OperationAttachments
 
equals(Object) - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
 
equals(Object) - Method in class org.jboss.as.controller.client.helpers.domain.ServerIdentity
 
execute(ModelNode) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
 
execute(Operation) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
 
execute(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
 
execute(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
 
execute(DeploymentPlan) - Method in interface org.jboss.as.controller.client.helpers.domain.DomainDeploymentManager
Execute the deployment plan.
execute(ModelNode) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
execute(Operation) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
execute(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
execute(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
execute(DeploymentPlan) - Method in class org.jboss.as.controller.client.helpers.standalone.impl.AbstractServerDeploymentManager
Execute the deployment plan.
execute(DeploymentPlan) - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager
Execute the deployment plan.
execute(ModelNode) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
 
execute(Operation) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
 
execute(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
 
execute(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
 
execute(ModelNode) - Method in interface org.jboss.as.controller.client.ModelControllerClient
Execute an operation synchronously.
execute(Operation) - Method in interface org.jboss.as.controller.client.ModelControllerClient
Execute an operation synchronously.
execute(ModelNode, OperationMessageHandler) - Method in interface org.jboss.as.controller.client.ModelControllerClient
Execute an operation synchronously, optionally receiving progress reports.
execute(Operation, OperationMessageHandler) - Method in interface org.jboss.as.controller.client.ModelControllerClient
Execute an operation synchronously, optionally receiving progress reports.
EXECUTE_ASYNC_CLIENT_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
EXECUTE_CLIENT_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
EXECUTE_DEPLOYMENT_PLAN_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
EXECUTE_DEPLOYMENT_PLAN_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
EXECUTE_TX_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
executeAsync(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
 
executeAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
 
executeAsync(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
executeAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
executeAsync(ModelNode, OperationMessageHandler) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
 
executeAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
 
executeAsync(ModelNode) - Method in interface org.jboss.as.controller.client.ModelControllerClient
Execute an operation in another thread.
executeAsync(ModelNode, OperationMessageHandler) - Method in interface org.jboss.as.controller.client.ModelControllerClient
Execute an operation in another thread, optionally receiving progress reports.
executeAsync(Operation) - Method in interface org.jboss.as.controller.client.ModelControllerClient
Execute an operation in another thread.
executeAsync(Operation, OperationMessageHandler) - Method in interface org.jboss.as.controller.client.ModelControllerClient
Execute an operation in another thread, optionally receiving progress reports.
executeOperation(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
 
executeOperation(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
executeOperation(Operation) - Method in class org.jboss.as.controller.client.helpers.standalone.impl.AbstractServerDeploymentManager
 
executeOperation(Operation) - Method in class org.jboss.as.controller.client.helpers.standalone.impl.ModelControllerClientServerDeploymentManager
executeOperation(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
 
executeOperation(Operation, OperationMessageHandler) - Method in interface org.jboss.as.controller.client.ModelControllerClient
Execute an operation synchronously, optionally receiving progress reports, with the response to the operation making available any input streams that the server may associate with the response.
executeOperationAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.DelegatingModelControllerClient
 
executeOperationAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
executeOperationAsync(Operation, OperationMessageHandler) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
 
executeOperationAsync(Operation, OperationMessageHandler) - Method in interface org.jboss.as.controller.client.ModelControllerClient
Execute an operation in another thread, optionally receiving progress reports, with the response to the operation making available any input streams that the server may associate with the response.
executeRequest(ManagementRequest<OperationResponse, AbstractModelControllerClient.OperationExecutionContext>, AbstractModelControllerClient.OperationExecutionContext) - Method in class org.jboss.as.controller.client.impl.AbstractModelControllerClient
 
ExistingChannelModelControllerClient - Class in org.jboss.as.controller.client.impl
 
ExistingChannelModelControllerClient(ManagementChannelHandler) - Constructor for class org.jboss.as.controller.client.impl.ExistingChannelModelControllerClient
 
EXPLODE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
explodeDeployment(String) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
Indicates the deployment to be exploded.
EXTENSION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 

F

Factory() - Constructor for class org.jboss.as.controller.client.helpers.domain.DomainClient.Factory
 
Factory() - Constructor for class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager.Factory
 
Factory() - Constructor for class org.jboss.as.controller.client.ModelControllerClient.Factory
 
Factory() - Constructor for class org.jboss.as.controller.client.ModelControllerClientConfiguration.Factory
Deprecated.
 
Factory() - Constructor for class org.jboss.as.controller.client.Operation.Factory
 
Factory() - Constructor for class org.jboss.as.controller.client.OperationResponse.Factory
 
failed() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
The word failed.
failed() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
failed$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
FAILURE_DESCRIPTION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
FILE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
finalize() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanImpl
 
finalize() - Method in class org.jboss.as.controller.client.impl.RemotingModelControllerClient
 
fromModelNode(ModelNode) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
 

G

get() - Method in class org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture
 
get(long, TimeUnit) - Method in class org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture
 
GET_CHUNKED_INPUTSTREAM_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
GET_DOMAIN_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
GET_DOMAIN_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
GET_HOST_CONTROLLER_NAMES_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
GET_HOST_CONTROLLER_NAMES_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
GET_HOST_MODEL_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
GET_HOST_MODEL_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
GET_INPUTSTREAM_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
GET_SERVER_MODEL_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
GET_SERVER_MODEL_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
GET_SERVER_STATUSES_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
GET_SERVER_STATUSES_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
getActionResult() - Method in exception org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.ServerDeploymentException
 
getAddAction(String, String, byte[]) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
 
getAddAction(String, String, InputStream, boolean) - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
 
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
Same as DeploymentPlanImpl.getDeploymentActions() except the type of the list contents reflects the actual implementation class.
getDeploymentActionResult(UUID) - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanResultImpl
 
getDeploymentActionResult(UUID) - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerDeploymentPlanResult
Gets the result of a 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
Gets a DomainDeploymentManager that provides a convenience API for manipulating domain deployments.
getDeploymentManager() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
getDeploymentName() - Method in exception org.jboss.as.controller.client.helpers.domain.DuplicateDeploymentNameException
 
getDeploymentName() - Method in exception org.jboss.as.controller.client.helpers.standalone.DuplicateDeploymentNameException
 
getDeploymentPlan() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanResult
Gets the deployment plan that lead to this result.
getDeploymentPlan() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanResultImpl
 
getDeploymentPlanId() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanResultImpl
 
getDeploymentPlanId() - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerDeploymentPlanResult
Gets the unique id of the deployment plan.
getDeploymentSetId() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlanResult
Gets the unique id of the deployment set plan.
getDeploymentSetPlan() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentSetPlanResult
Gets the deployment set plan that lead to this result.
getDeploymentUnitUniqueName() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentAction
Gets the name of the content associated with the action.
getDeploymentUnitUniqueName() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
 
getDeploymentUnitUniqueName() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentAction
Gets the name of the content associated with the action.
getDeploymentUnitUniqueName() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
 
getDomainControllerFailure() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
Gets any exception that occurred when applying this update on the domain controller.
getDomainControllerRollbackFailure() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
Gets any exception that occurred when rolling back this update on the domain controller.
getDomainFailure() - Method in class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
 
getExecutor() - Method in class org.jboss.as.controller.client.impl.ClientConfigurationImpl
 
getExecutor() - Method in interface org.jboss.as.controller.client.ModelControllerClientConfiguration
Get the executor service used for the controller client.
getExplodeAction(String) - 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
For type DeploymentAction.Type.REPLACE and DeploymentAction.Type.FULL_REPLACE only, returns the name of the content that is being replaced.
getReplacedDeploymentUnitUniqueName() - Method in class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
 
getReplacedDeploymentUnitUniqueName() - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentAction
For type DeploymentAction.Type.REPLACE and DeploymentAction.Type.FULL_REPLACE only, returns the name of the content that is being replaced.
getReplacedDeploymentUnitUniqueName() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
 
getResponseNode() - Method in class org.jboss.as.controller.client.impl.OperationResponseProxy
 
getResponseNode() - Method in interface org.jboss.as.controller.client.OperationResponse
Gets the DMR response to the operation.
getResult() - Method in class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
 
getResult() - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult
Gets the result of the action's modification to the server's configuration.
getResultByServer() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentActionResult
Gets the results of the action for each server within the server group.
getResultsByServerGroup() - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
Gets the results of this action for each server group.
getRollbackFailure() - Method in class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
 
getRollbackFailure() - Method in interface org.jboss.as.controller.client.helpers.domain.ServerUpdateResult
Gets any failure that occurred when rolling back this action on this server.
getRollbackResult() - Method in class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
 
getRollbackResult() - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerDeploymentActionResult
Overrides the superclass to declare a more specific return type.
getRollbackResult() - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult
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
 

H

HANDLE_REPORT_REQUEST - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
handleReport(MessageSeverity, String) - Method in interface org.jboss.as.controller.client.OperationMessageHandler
Handle an operation progress report.
hashCode() - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
 
hashCode() - Method in class org.jboss.as.controller.client.helpers.domain.ServerIdentity
 
HOST - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
HOST_STATE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 

I

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
 

L

LeakDescription() - Constructor for class org.jboss.as.controller.client.logging.ControllerClientLogger.LeakDescription
 
LeakDescription(String) - Constructor for class org.jboss.as.controller.client.logging.ControllerClientLogger.LeakDescription
 
leakedControllerClient(Throwable) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
 
leakedControllerClient(Throwable) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
leakedControllerClient$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
logging - Static variable in interface org.jboss.as.controller.client.OperationMessageHandler
An operation message handler which logs to the current system log.

M

maxDisplayUnitLength() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
Creates an exception indicating that screen real estate is expensive and displayUnits must be 5 characters or less.
maxDisplayUnitLength() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
maxDisplayUnitLength$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
MeasurementConversionException(String) - Constructor for exception org.jboss.as.controller.client.helpers.MeasurementUnit.MeasurementConversionException
 
MeasurementUnit - Enum in org.jboss.as.controller.client.helpers
Metric data values can be in one of the following known units of measurement.
MeasurementUnit.Family - Enum in org.jboss.as.controller.client.helpers
 
MeasurementUnit.MeasurementConversionException - Exception in org.jboss.as.controller.client.helpers
 
MessageSeverity - Enum in org.jboss.as.controller.client
The severity of the message to send to the client.
ModelControllerClient - Interface in org.jboss.as.controller.client
A client for an application server management model controller.
ModelControllerClient.Factory - Class in org.jboss.as.controller.client
Factory methods for creating a ModelControllerClient.
ModelControllerClientConfiguration - Interface in org.jboss.as.controller.client
The configuration used to create the ModelControllerClient.
ModelControllerClientConfiguration.Builder - Class in org.jboss.as.controller.client
 
ModelControllerClientConfiguration.Factory - Class in org.jboss.as.controller.client
ModelControllerClientServerDeploymentManager - Class in org.jboss.as.controller.client.helpers.standalone.impl
ModelControllerClientServerDeploymentManager(ModelControllerClient, boolean) - Constructor for class org.jboss.as.controller.client.helpers.standalone.impl.ModelControllerClientServerDeploymentManager
 
ModelControllerProtocol - Interface in org.jboss.as.controller.client.impl
 

N

NAME - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
newDeploymentPlan() - Method in interface org.jboss.as.controller.client.helpers.domain.DomainDeploymentManager
Initiates the creation of a new DeploymentPlan.
newDeploymentPlan() - Method in class org.jboss.as.controller.client.helpers.standalone.impl.AbstractServerDeploymentManager
Initiates the creation of a new DeploymentPlan.
newDeploymentPlan() - Method in interface org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager
Initiates the creation of a new DeploymentPlan.
newInitialDeploymentPlanBuilder(DeploymentContentDistributor) - Static method in class org.jboss.as.controller.client.helpers.domain.impl.InitialDeploymentPlanBuilderFactory
 
newInitialDeploymentPlanBuilder() - Static method in class org.jboss.as.controller.client.helpers.standalone.impl.InitialDeploymentPlanBuilderFactory
 
noActiveRequest(int) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
Creates an exception indicating no active request found for the batch id.
noActiveRequest(int) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
noActiveRequest$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
noFailureDescription() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
Creates an exception indicating the operation was successful and no failure description exists.
noFailureDescription() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
noFailureDescription$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
noFailureDetails() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
A message indicating that no failure details were provided.
noFailureDetails() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
noFailureDetails$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
notConfigured(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
Creates an exception indicating the name is not configured.
notConfigured(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
notConfigured$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 

O

objectIsClosed(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
Creates an exception indicating the object is closed.
objectIsClosed(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
objectIsClosed$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
OP - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
OP_ADDR - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
Operation - Interface in org.jboss.as.controller.client
Encapsulates a detyped operation request passed in to the model controller, along with any attachments associated with the request.
Operation.Factory - Class in org.jboss.as.controller.client
Factory methods for creating Operations
OPERATION_HEADERS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
OperationAttachments - Interface in org.jboss.as.controller.client
The operation attachments.
OperationBuilder - Class in org.jboss.as.controller.client
Builder for a Operation.
OperationBuilder(ModelNode) - Constructor for class org.jboss.as.controller.client.OperationBuilder
 
OperationBuilder(ModelNode, boolean) - Constructor for class org.jboss.as.controller.client.OperationBuilder
 
OperationMessageHandler - Interface in org.jboss.as.controller.client
An operation message handler for handling progress reports.
operationNameNotFound() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
Creates an exception indicating the operation name was not defined.
operationNameNotFound() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
operationNameNotFound$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
operationOutcome(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
Creates an exception with the operation outcome.
operationOutcome(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
operationOutcome$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
OperationResponse - Interface in org.jboss.as.controller.client
A response to a management request, incorporating a ModelNode containing the detyped response, along with zero or more input streams that may have been associated with the response.
OperationResponse.Factory - Class in org.jboss.as.controller.client
 
OperationResponse.StreamEntry - Interface in org.jboss.as.controller.client
An additional stream, besides the normal response ModelNode that is associated with the response.
OperationResponseProxy - Class in org.jboss.as.controller.client.impl
An OperationResponse that proxies back to a remote server to read any attached response streams.
Operations - Class in org.jboss.as.controller.client.helpers
A helper class for various operation tasks.
Operations() - Constructor for class org.jboss.as.controller.client.helpers.Operations
 
Operations.CompositeOperationBuilder - Class in org.jboss.as.controller.client.helpers
A builder for building composite operations.
operationsNotAllowed(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
Creates an exception indicating operations are not not allowed after content and deployment modifications.
operationsNotAllowed(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
operationsNotAllowed$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
org.jboss.as.controller.client - package org.jboss.as.controller.client
The core client API for interacting with the management controllers for either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
org.jboss.as.controller.client.helpers - package org.jboss.as.controller.client.helpers
 
org.jboss.as.controller.client.helpers.domain - package org.jboss.as.controller.client.helpers.domain
Convenience API built on top of the core management API to make it easier to perform common management tasks against a JBoss Application Server Managed Domain.
org.jboss.as.controller.client.helpers.domain.impl - package org.jboss.as.controller.client.helpers.domain.impl
Implementation classes to support the managed domain convenience API.
org.jboss.as.controller.client.helpers.standalone - package org.jboss.as.controller.client.helpers.standalone
Convenience API built on top of the core management API to make it easier to perform common management tasks against a single standalone JBoss Application Server instance.
org.jboss.as.controller.client.helpers.standalone.impl - package org.jboss.as.controller.client.helpers.standalone.impl
Implementation classes to support the standalone server convenience API.
org.jboss.as.controller.client.impl - package org.jboss.as.controller.client.impl
Implementation classes to support the core JBoss AS management client API.
org.jboss.as.controller.client.logging - package org.jboss.as.controller.client.logging
 
OUTCOME - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 

P

PARAM_APPLY_UPDATES_UPDATE_COUNT - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PARAM_COMMIT - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_DEPLOYMENT_CONTENT - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PARAM_DEPLOYMENT_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PARAM_DEPLOYMENT_NAME_UNIQUE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PARAM_DEPLOYMENT_PLAN - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PARAM_DEPLOYMENT_RUNTIME_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PARAM_DOMAIN_MODEL_UPDATE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PARAM_END - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_GRACEFUL_TIMEOUT - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PARAM_HOST_MODEL_UPDATE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PARAM_HOST_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PARAM_IDENTITY_LENGTH - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_INPUTSTREAM_CONTENTS - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_INPUTSTREAM_INDEX - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_INPUTSTREAM_LENGTH - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_INPUTSTREAMS_LENGTH - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_MESSAGE - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_MESSAGE_SEVERITY - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_OPERATION - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_OPERATION_COMPLETED - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_OPERATION_FAILED - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_OPERATION_PREPARED - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_RESPONSE - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_ROLLBACK - Static variable in interface org.jboss.as.controller.client.impl.ModelControllerProtocol
 
PARAM_SERVER_GROUP_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PARAM_SERVER_MODEL_UPDATE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PARAM_SERVER_NAME - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
PATH - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
PATHS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
PROXIES - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 

R

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
ModelControllerClient based on a Remoting Endpoint.
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
Variant of a DeploymentPlanBuilder that exposes directives that are only applicable when controlling how to limit rollbacks when a DeploymentSetPlan is applied to a server groups.
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
 

S

SERVER - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
SERVER_CONFIG - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
SERVER_GROUP - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
ServerDeploymentActionResult - Interface in org.jboss.as.controller.client.helpers.standalone
Describes the results of executing a DeploymentAction on a single server.
serverDeploymentAlreadyExists(String) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
A message indicating a deployment with the name is already present in the domain.
serverDeploymentAlreadyExists(String) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
serverDeploymentAlreadyExists$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
ServerDeploymentHelper - Class in org.jboss.as.controller.client.helpers.standalone
A simple helper for server deployments.
ServerDeploymentHelper(ModelControllerClient) - Constructor for class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper
 
ServerDeploymentHelper(ServerDeploymentManager) - Constructor for class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper
 
ServerDeploymentHelper.ServerDeploymentException - Exception in org.jboss.as.controller.client.helpers.standalone
 
ServerDeploymentManager - Interface in org.jboss.as.controller.client.helpers.standalone
Primary deployment interface for a standalone JBoss AS instance.
ServerDeploymentManager.Factory - Class in org.jboss.as.controller.client.helpers.standalone
Factory used to create an ServerDeploymentManager instance.
ServerDeploymentPlanResult - Interface in org.jboss.as.controller.client.helpers.domain
Encapsulates the results of executing a DeploymentSetPlan on a particular server.
ServerDeploymentPlanResult - Interface in org.jboss.as.controller.client.helpers.standalone
Encapsulates the results of executing a DeploymentPlan.
ServerGroupDeploymentActionResult - Interface in org.jboss.as.controller.client.helpers.domain
Encapsulates the results of particular DeploymentAction across the servers in a particular server group.
ServerGroupDeploymentPlan - Class in org.jboss.as.controller.client.helpers.domain
Indicates how the actions in a DeploymentSetPlan are to be applied to a particular server group.
ServerGroupDeploymentPlan(String) - Constructor for class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
 
ServerGroupDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
Variant of a DeploymentPlanBuilder that exposes directives that are only applicable when controlling how a DeploymentSetPlan should be applied to one or more server groups.
ServerGroupDeploymentPlanResult - Interface in org.jboss.as.controller.client.helpers.domain
Encapsulates the results of executing a DeploymentSetPlan against a particular server group.
ServerIdentity - Class in org.jboss.as.controller.client.helpers.domain
Identifying information for a server in a domain.
ServerIdentity(String, String, String) - Constructor for class org.jboss.as.controller.client.helpers.domain.ServerIdentity
 
ServerStatus - Enum in org.jboss.as.controller.client.helpers.domain
Status of server.
ServerUpdateActionResult - Interface in org.jboss.as.controller.client.helpers.standalone
Encapsulates the results of performing a configuration modification on an individual server.
ServerUpdateActionResult.Result - Enum in org.jboss.as.controller.client.helpers.standalone
 
ServerUpdateResult - Interface in org.jboss.as.controller.client.helpers.domain
Encapsulates the results of performing a configuration modification on an individual server.
setAutoCloseStreams(boolean) - Method in class org.jboss.as.controller.client.OperationBuilder
Automatically try to close the stream, once the operation finished executing.
setClientBindAddress(String) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
Sets the local address to which the client socket should be bound.
setConnectionTimeout(int) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
Maximum time, in milliseconds, to wait for the connection to be established
setHandler(CallbackHandler) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
Sets the handler for callbacks to obtain authentication information.
setHostName(String) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
Sets the remote host name to which the client should connect.
setPort(int) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
Sets the remote port to which the client should connect
setProtocol(String) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
Sets the protocol to use for communicating with the remote process.
setSaslOptions(Map<String, String>) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
Sets the SASL options for the remote connection
setSslContext(SSLContext) - Method in class org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
Sets the SSL context for the remote connection
SimpleServerDeploymentActionResult - Class in org.jboss.as.controller.client.helpers.standalone
Default implementation of ServerDeploymentActionResult.
SimpleServerDeploymentActionResult(UUID, ServerUpdateActionResult.Result) - Constructor for class org.jboss.as.controller.client.helpers.standalone.SimpleServerDeploymentActionResult
 
SimpleServerDeploymentActionResult(UUID, Throwable) - Constructor for class org.jboss.as.controller.client.helpers.standalone.SimpleServerDeploymentActionResult
 
SimpleServerDeploymentActionResult(UUID, ServerUpdateActionResult.Result, Throwable) - Constructor for class org.jboss.as.controller.client.helpers.standalone.SimpleServerDeploymentActionResult
 
SimpleServerUpdateActionResult - Class in org.jboss.as.controller.client.helpers.standalone
Default implementation of ServerUpdateActionResult.
SimpleServerUpdateActionResult(UUID, ServerUpdateActionResult.Result) - Constructor for class org.jboss.as.controller.client.helpers.standalone.SimpleServerUpdateActionResult
 
SimpleServerUpdateActionResult(UUID, Exception) - Constructor for class org.jboss.as.controller.client.helpers.standalone.SimpleServerUpdateActionResult
 
SimpleServerUpdateActionResult(UUID, ServerUpdateActionResult.Result, Exception) - Constructor for class org.jboss.as.controller.client.helpers.standalone.SimpleServerUpdateActionResult
 
SOCKET_BINDING - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
SOCKET_BINDING_GROUP - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
START_SERVER_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
START_SERVER_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
startServer(String, String) - Method in interface org.jboss.as.controller.client.helpers.domain.DomainClient
Starts the given server.
startServer(String, String) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
STATUS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
STEPS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
STOP_SERVER_REQUEST - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
STOP_SERVER_RESPONSE - Static variable in interface org.jboss.as.controller.client.helpers.domain.impl.DomainClientProtocol
 
stopServer(String, String, long, TimeUnit) - Method in interface org.jboss.as.controller.client.helpers.domain.DomainClient
Stops the given server.
stopServer(String, String, long, TimeUnit) - Method in class org.jboss.as.controller.client.helpers.domain.impl.DomainClientImpl
 
streamWasClosed() - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
 
streamWasClosed() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
streamWasClosed$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
SUBSYSTEM - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
SUCCESS - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 

T

TARGET_PATH - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
TO_REPLACE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
toServerGroup(String) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentActionsCompleteBuilder
Indicates that the current set of deployment actions comprise a DeploymentSetPlan and should be applied to a server group.
toServerGroup(String) - Method in interface org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlanBuilder
Indicates that concurrent with applying the deployment actions in the DeploymentSetPlan to the servers in the current server group, they should also be applied to the servers in the given server group.
toString() - Method in class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
 
toString() - Method in class org.jboss.as.controller.client.helpers.domain.ServerIdentity
 
toString() - Method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
 
toString() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger.LeakDescription
 

U

UNDEFINE_ATTRIBUTE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
undeploy(String) - Method in interface org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
Indicates the specified deployment content should be undeployed.
undeploy(String) - Method in interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
Indicates the specified deployment content should be undeployed.
undeploy(String) - Method in class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper
 
UndeployDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.domain
Variant of a DeploymentPlanBuilder that exposes directives that are only applicable following an undeploy directive.
UndeployDeploymentPlanBuilder - Interface in org.jboss.as.controller.client.helpers.standalone
Extension of DeploymentPlanBuilder that exposes directives that are only applicable following an undeploy directive.
unknownActionType(Object) - Method in interface org.jboss.as.controller.client.logging.ControllerClientLogger
Creates an exception indicating the action type, represented by the type parameter, is unknown.
unknownActionType(Object) - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
unknownActionType$str() - Method in class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger
 
UpdateFailedException - Exception in org.jboss.as.controller.client.helpers.domain
An exception thrown when a model update fails for some reason.
UpdateFailedException() - Constructor for exception org.jboss.as.controller.client.helpers.domain.UpdateFailedException
Constructs a UpdateFailedException with no detail message.
UpdateFailedException(String) - Constructor for exception org.jboss.as.controller.client.helpers.domain.UpdateFailedException
Constructs a UpdateFailedException with the specified detail message.
UpdateFailedException(Throwable) - Constructor for exception org.jboss.as.controller.client.helpers.domain.UpdateFailedException
Constructs a UpdateFailedException with the specified cause.
UpdateFailedException(String, Throwable) - Constructor for exception org.jboss.as.controller.client.helpers.domain.UpdateFailedException
Constructs a UpdateFailedException with the specified detail message and cause.
UpdateResultHandlerResponse - Class in org.jboss.as.controller.client.helpers.domain.impl
Encapsulates the possible values that can be passed to an UpdateResultHandler's callback methods.
UUID - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 

V

VALUE - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
valueOf(String) - Static method in enum org.jboss.as.controller.client.helpers.domain.DeploymentAction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.client.helpers.domain.ServerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.client.helpers.MeasurementUnit.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.controller.client.MessageSeverity
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.controller.client.helpers.domain.DeploymentAction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.client.helpers.domain.ServerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.client.helpers.MeasurementUnit.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.client.helpers.MeasurementUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.controller.client.MessageSeverity
Returns an array containing the constants of this enum type, in the order they are declared.

W

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
Deprecated.
rollback is the default behavior for a deployment plan and doesn't need to be enabled
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
Deprecated.
single server rollback is the default behavior for a deployment plan and doesn't need to be enabled
withSingleServerRollback() - Method in interface org.jboss.as.controller.client.helpers.domain.InitialDeploymentSetBuilder
Deprecated.
single server rollback is the default behavior for a deployment plan and doesn't need to be enabled
WRITE_ATTRIBUTE_OPERATION - Static variable in class org.jboss.as.controller.client.helpers.ClientConstants
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
WildFly: Controller Client 3.0.0.Beta9

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