Uses of Class
org.openjdk.jol.vm.sa.ServiceabilityAgentSupport.AgentStyle
-
Packages that use ServiceabilityAgentSupport.AgentStyle Package Description org.openjdk.jol.vm.sa -
-
Uses of ServiceabilityAgentSupport.AgentStyle in org.openjdk.jol.vm.sa
Fields in org.openjdk.jol.vm.sa declared as ServiceabilityAgentSupport.AgentStyle Modifier and Type Field Description private ServiceabilityAgentSupport.AgentStyleServiceabilityAgentSupport. agentStyleMethods in org.openjdk.jol.vm.sa that return ServiceabilityAgentSupport.AgentStyle Modifier and Type Method Description private ServiceabilityAgentSupport.AgentStyleServiceabilityAgentSupport. senseAgentStyle()static ServiceabilityAgentSupport.AgentStyleServiceabilityAgentSupport.AgentStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceabilityAgentSupport.AgentStyle[]ServiceabilityAgentSupport.AgentStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjdk.jol.vm.sa with parameters of type ServiceabilityAgentSupport.AgentStyle Modifier and Type Method Description private ResultServiceabilityAgentSupport. callAgent(Task processor, boolean sudoRequired, ServiceabilityAgentSupport.AgentStyle style)private java.util.List<java.lang.String>ServiceabilityAgentSupport. getArguments(boolean sudoRequired, ServiceabilityAgentSupport.AgentStyle style)private booleanServiceabilityAgentSupport. needSudo(ServiceabilityAgentSupport.AgentStyle style)private voidServiceabilityAgentSupport. senseAccess(ServiceabilityAgentSupport.AgentStyle style)
-