Skip navigation links
WildFly: Server 30.0.0.Beta3
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.jboss.as.server.Bootstrap.Configuration.getStartTime()
    Use Bootstrap.Configuration.getServerEnvironment().getStartTime()
    org.jboss.as.server.deployment.client.ModelControllerServerDeploymentManager
    Use ServerDeploymentManager.Factory
    org.jboss.as.server.deployment.DelegatingSupplier
    To be removed without replacement.
    org.jboss.as.server.deployment.DeploymentModelUtils
    Use DeploymentResourceSupport from an attachment on the DeploymentUnit
    org.jboss.as.server.deployment.DeploymentPhaseContext.getServiceTarget()
    Use DeploymentPhaseContext.getRequirementServiceTarget() instead.
    org.jboss.as.server.deployment.DeploymentPhaseContext.requires(ServiceName, DelegatingSupplier<T>)
    Use DeploymentPhaseContext.requires(ServiceDependency) instead.
    org.jboss.as.server.deployment.module.AdditionalModuleSpecification.addResourceRoot(ResourceRoot)
    unused method will be removed
    org.jboss.as.server.deployment.module.AdditionalModuleSpecification.addResourceRoots(Collection<ResourceRoot>)
    unused method will be removed
    org.jboss.as.server.deployment.module.ModuleDependency(ModuleLoader, String, boolean, boolean, boolean, boolean)
    Use a ModuleDependency.Builder
    org.jboss.as.server.deployment.module.ModuleDependency(ModuleLoader, String, boolean, boolean, boolean, boolean, String)
    Use a ModuleDependency.Builder
    org.jboss.as.server.ServerEnvironment(String, Properties, Map<String, String>, String, ConfigurationFile.InteractionPolicy, ServerEnvironment.LaunchType, RunningMode, ProductConfig, long, boolean, boolean, String, String, String, String)
    use the variant that takes an elapsedTime parameter instead of long startTime
    org.jboss.as.server.Services.addServerExecutorDependency(ServiceBuilder<T>, Injector<ExecutorService>)
    Use Services.requireServerExecutor(ServiceBuilder) instead. This method will be removed in the future.
    org.jboss.as.server.Services.JBOSS_EXTERNAL_MODULE_SERVICE
    use capability @code{org.wildfly.management.external-module}
    org.jboss.as.server.Services.JBOSS_SERVER_EXECUTOR
    use capability @code{org.wildfly.management.executor}
    org.jboss.as.server.Services.JBOSS_SUSPEND_CONTROLLER
    use capability @code{org.wildfly.server.suspend-controller}
    org.jboss.as.server.services.net.NetworkInterfaceService.JBOSS_NETWORK_INTERFACE
    use the org.wildfly.network.interface capability
    org.jboss.as.server.suspend.CountingRequestCountCallback
    To be removed without replacement
    org.jboss.as.server.suspend.OperationListener.timeout()
    This event is no longer emitted.
    org.jboss.as.server.suspend.ServerActivity
    Use SuspendableActivity instead.
    org.jboss.as.server.suspend.ServerActivityCallback
    To be removed without replacement.
    org.jboss.as.server.suspend.SuspendController.nonGracefulStart()
    Superseded by SuspendController.resume(ServerResumeContext).
    org.jboss.as.server.suspend.SuspendController.registerActivity(ServerActivity)
    Superseded by SuspendableActivityRegistry.registerActivity(SuspendableActivity).
    org.jboss.as.server.suspend.SuspendController.resume()
    Superseded by SuspendController.resume(ServerResumeContext).
    org.jboss.as.server.suspend.SuspendController.setStartSuspended(boolean)
    org.jboss.as.server.suspend.SuspendController.suspend(long)
    Superseded by SuspendController.suspend(ServerSuspendContext) using CompletableFuture.completeOnTimeout(Object, long, TimeUnit).
    org.jboss.as.server.suspend.SuspendController.unRegisterActivity(ServerActivity)
    Superseded by SuspendController.unregisterActivity(SuspendableActivity).
  • Deprecated Interfaces
    Interface
    Description
    org.jboss.as.server.deployment.transformation.DeploymentTransformer
    org.jboss.as.server.suspend.ServerActivity
    Use SuspendableActivity instead.
    org.jboss.as.server.suspend.ServerActivityCallback
    To be removed without replacement.
  • Deprecated Classes
    Class
    Description
    org.jboss.as.server.deployment.client.ModelControllerServerDeploymentManager
    Use ServerDeploymentManager.Factory
    org.jboss.as.server.deployment.DelegatingSupplier
    To be removed without replacement.
    org.jboss.as.server.deployment.DeploymentModelUtils
    Use DeploymentResourceSupport from an attachment on the DeploymentUnit
    org.jboss.as.server.ExternalManagementRequestExecutor
    may be removed at any time.
    org.jboss.as.server.suspend.CountingRequestCountCallback
    To be removed without replacement
  • Deprecated Fields
    Field
    Description
    org.jboss.as.server.controller.descriptions.ServerDescriptionConstants.PROCESS_STATE
    see ServerDescriptionConstants.RUNTIME_CONFIGURATION_STATE
    org.jboss.as.server.controller.resources.ServerRootResourceDefinition.TIMEOUT
    Since Version 9.0.0, use suspend-timeout instead.
    org.jboss.as.server.ExternalManagementRequestExecutor.SERVICE_NAME
    may be removed at any time
    org.jboss.as.server.ServerEnvironment.JBOSS_PERSIST_SERVER_CONFIG
    for internal us only, may change or be removed at any time without notice
    org.jboss.as.server.ServerEnvironmentService.SERVICE_NAME
    Generate ServiceName via ServerEnvironment.SERVICE_DESCRIPTOR instead.
    org.jboss.as.server.Services.JBOSS_EXTERNAL_MODULE_SERVICE
    use capability @code{org.wildfly.management.external-module}
    org.jboss.as.server.Services.JBOSS_SERVER_EXECUTOR
    use capability @code{org.wildfly.management.executor}
    org.jboss.as.server.Services.JBOSS_SUSPEND_CONTROLLER
    use capability @code{org.wildfly.server.suspend-controller}
    org.jboss.as.server.services.net.NetworkInterfaceService.JBOSS_NETWORK_INTERFACE
    use the org.wildfly.network.interface capability
  • Deprecated Methods
    Method
    Description
    org.jboss.as.server.Bootstrap.Configuration.getStartTime()
    Use Bootstrap.Configuration.getServerEnvironment().getStartTime()
    org.jboss.as.server.deployment.DeploymentPhaseContext.getServiceTarget()
    Use DeploymentPhaseContext.getRequirementServiceTarget() instead.
    org.jboss.as.server.deployment.DeploymentPhaseContext.requires(ServiceName, DelegatingSupplier<T>)
    Use DeploymentPhaseContext.requires(ServiceDependency) instead.
    org.jboss.as.server.deployment.module.AdditionalModuleSpecification.addResourceRoot(ResourceRoot)
    unused method will be removed
    org.jboss.as.server.deployment.module.AdditionalModuleSpecification.addResourceRoots(Collection<ResourceRoot>)
    unused method will be removed
    org.jboss.as.server.Services.addServerExecutorDependency(ServiceBuilder<T>, Injector<ExecutorService>)
    Use Services.requireServerExecutor(ServiceBuilder) instead. This method will be removed in the future.
    org.jboss.as.server.suspend.OperationListener.timeout()
    This event is no longer emitted.
    org.jboss.as.server.suspend.SuspendController.nonGracefulStart()
    Superseded by SuspendController.resume(ServerResumeContext).
    org.jboss.as.server.suspend.SuspendController.registerActivity(ServerActivity)
    Superseded by SuspendableActivityRegistry.registerActivity(SuspendableActivity).
    org.jboss.as.server.suspend.SuspendController.resume()
    Superseded by SuspendController.resume(ServerResumeContext).
    org.jboss.as.server.suspend.SuspendController.setStartSuspended(boolean)
    org.jboss.as.server.suspend.SuspendController.suspend(long)
    Superseded by SuspendController.suspend(ServerSuspendContext) using CompletableFuture.completeOnTimeout(Object, long, TimeUnit).
    org.jboss.as.server.suspend.SuspendController.unRegisterActivity(ServerActivity)
    Superseded by SuspendController.unregisterActivity(SuspendableActivity).
  • Deprecated Constructors
    Constructor
    Description
    org.jboss.as.server.deployment.module.ModuleDependency(ModuleLoader, String, boolean, boolean, boolean, boolean)
    Use a ModuleDependency.Builder
    org.jboss.as.server.deployment.module.ModuleDependency(ModuleLoader, String, boolean, boolean, boolean, boolean, String)
    Use a ModuleDependency.Builder
    org.jboss.as.server.ServerEnvironment(String, Properties, Map<String, String>, String, ConfigurationFile.InteractionPolicy, ServerEnvironment.LaunchType, RunningMode, ProductConfig, long, boolean, boolean, String, String, String, String)
    use the variant that takes an elapsedTime parameter instead of long startTime

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