Uses of Class
org.glassfish.internal.deployment.DeploymentTracing.Mark
-
Packages that use DeploymentTracing.Mark Package Description org.glassfish.internal.deployment org.glassfish.internal.deployment.analysis -
-
Uses of DeploymentTracing.Mark in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment that return DeploymentTracing.Mark Modifier and Type Method Description static DeploymentTracing.MarkDeploymentTracing.Mark. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentTracing.Mark[]DeploymentTracing.Mark. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.internal.deployment with parameters of type DeploymentTracing.Mark Modifier and Type Method Description voidDeploymentTracing. addMark(DeploymentTracing.Mark mark) -
Uses of DeploymentTracing.Mark in org.glassfish.internal.deployment.analysis
Methods in org.glassfish.internal.deployment.analysis with parameters of type DeploymentTracing.Mark Modifier and Type Method Description voidStructuredDeploymentTracing. addApplicationMark(DeploymentTracing.Mark mark)Compatibility withDeploymentTracing.
-