Uses of Class
org.glassfish.internal.deployment.DeploymentTracing.ContainerMark
-
Packages that use DeploymentTracing.ContainerMark Package Description org.glassfish.internal.deployment -
-
Uses of DeploymentTracing.ContainerMark in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment that return DeploymentTracing.ContainerMark Modifier and Type Method Description static DeploymentTracing.ContainerMarkDeploymentTracing.ContainerMark. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentTracing.ContainerMark[]DeploymentTracing.ContainerMark. 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.ContainerMark Modifier and Type Method Description voidDeploymentTracing. addContainerMark(DeploymentTracing.ContainerMark mark, String name)
-