Uses of Class
org.jboss.as.server.ElapsedTime
Packages that use ElapsedTime
-
Uses of ElapsedTime in org.jboss.as.server
Methods in org.jboss.as.server that return ElapsedTimeModifier and TypeMethodDescriptionElapsedTime.checkpoint()Create an ElapsedTime that tracks elapsed time from the current time, but whose starting point will automatically beresetif this object is reset.static ElapsedTimeElapsedTime.startingFromJvmStart()Creates a tracker that tracks elapsed time since JVM start.static ElapsedTimeElapsedTime.startingFromNow()Creates a tracker that tracks elapsed time since the invocation of this method.Methods in org.jboss.as.server with parameters of type ElapsedTimeModifier and TypeMethodDescriptionstatic ServerEnvironmentWrapperMain.determineEnvironment(String[] args, Properties systemProperties, Map<String, String> systemEnvironment, ServerEnvironment.LaunchType launchType, ElapsedTime elapsedTime) Establish theServerEnvironmentobject for this server.Constructors in org.jboss.as.server with parameters of type ElapsedTimeModifierConstructorDescriptionBootstrapListener(org.jboss.msc.service.ServiceContainer serviceContainer, ElapsedTime elapsedTime, org.jboss.msc.service.ServiceTarget serviceTarget, FutureServiceContainer futureContainer, String prettyVersion, File tempDir) ServerEnvironment(String hostControllerName, Properties props, Map<String, String> env, String serverConfig, ConfigurationFile.InteractionPolicy configurationInteractionPolicy, ServerEnvironment.LaunchType launchType, RunningMode initialRunningMode, ProductConfig productConfig, ElapsedTime elapsedTime, boolean startSuspended, boolean startGracefully, String gitRepository, String gitBranch, String gitAuthConfiguration, String supplementalConfiguration) -
Uses of ElapsedTime in org.jboss.as.server.embedded
Methods in org.jboss.as.server.embedded with parameters of type ElapsedTimeModifier and TypeMethodDescriptionprotected abstract Future<org.jboss.msc.service.ServiceContainer>AbstractEmbeddedProcessBootstrap.bootstrapEmbeddedProcess(ElapsedTime elapsedTime, org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration configuration, org.jboss.msc.service.ServiceActivator... extraServices) Subclass-specific bootstrap logic.protected Future<org.jboss.msc.service.ServiceContainer>StandaloneEmbeddedProcessBootstrap.bootstrapEmbeddedProcess(ElapsedTime elapsedTime, org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration configuration, org.jboss.msc.service.ServiceActivator... extraServices)