Uses of Class
org.glassfish.internal.deployment.analysis.DeploymentSpan
-
Packages that use DeploymentSpan Package Description com.sun.enterprise.v3.server org.glassfish.internal.deployment.analysis -
-
Uses of DeploymentSpan in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server with parameters of type DeploymentSpan Modifier and Type Method Description org.glassfish.hk2.classmodel.reflect.ParserApplicationLifecycle. processParsing(boolean skipScanExternalLibProp, StructuredDeploymentTracing tracing, org.glassfish.hk2.classmodel.reflect.Parser parser, ReadableArchiveScannerAdapter scannerAdapter, DeploymentSpan mainScanSpan, DeploymentContext deploymentContext)org.glassfish.hk2.classmodel.reflect.ParserApplicationLifecycle. processParsing(ReadableArchive source, boolean skipScanExternalLibProp, StructuredDeploymentTracing tracing, org.glassfish.hk2.classmodel.reflect.Parser parser, ReadableArchiveScannerAdapter scannerAdapter, DeploymentSpan mainScanSpan) -
Uses of DeploymentSpan in org.glassfish.internal.deployment.analysis
Methods in org.glassfish.internal.deployment.analysis that return DeploymentSpan Modifier and Type Method Description DeploymentSpanSpanSequence. nest(Enum<?> action)DeploymentSpanSpanSequence. nest(Enum<?> action, String componentName)DeploymentSpanStructuredDeploymentTracing. startSpan(Enum<?> action)Start a new span that will be finished by invoking itsclose()methodDeploymentSpanStructuredDeploymentTracing. startSpan(Enum<?> action, String componentName)Start a new span that will be finished by invoking itsclose()methodDeploymentSpanStructuredDeploymentTracing. startSpan(TraceContext.Level level, String contextName, Enum<?> action)Switch to new context and start a span.DeploymentSpanStructuredDeploymentTracing. startSpan(TraceContext.Level level, String contextName, Enum<?> action, String componentName)Switch to new context and start a span.
-