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.AgentStyle
ServiceabilityAgentSupport. agentStyle
Methods in org.openjdk.jol.vm.sa that return ServiceabilityAgentSupport.AgentStyle Modifier and Type Method Description private ServiceabilityAgentSupport.AgentStyle
ServiceabilityAgentSupport. senseAgentStyle()
static ServiceabilityAgentSupport.AgentStyle
ServiceabilityAgentSupport.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 Result
ServiceabilityAgentSupport. callAgent(Task processor, boolean sudoRequired, ServiceabilityAgentSupport.AgentStyle style)
private java.util.List<java.lang.String>
ServiceabilityAgentSupport. getArguments(boolean sudoRequired, ServiceabilityAgentSupport.AgentStyle style)
private boolean
ServiceabilityAgentSupport. needSudo(ServiceabilityAgentSupport.AgentStyle style)
private void
ServiceabilityAgentSupport. senseAccess(ServiceabilityAgentSupport.AgentStyle style)
-