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