Uses of Enum Class
org.openjdk.jol.vm.sa.ServiceabilityAgentSupport.AgentStyle
Packages that use ServiceabilityAgentSupport.AgentStyle
-
Uses of ServiceabilityAgentSupport.AgentStyle in org.openjdk.jol.vm.sa
Fields in org.openjdk.jol.vm.sa declared as ServiceabilityAgentSupport.AgentStyleModifier and TypeFieldDescriptionprivate final ServiceabilityAgentSupport.AgentStyle
ServiceabilityAgentSupport.agentStyle
Methods in org.openjdk.jol.vm.sa that return ServiceabilityAgentSupport.AgentStyleModifier and TypeMethodDescriptionServiceabilityAgentSupport.senseAgentStyle()
Returns the enum constant of this class with the specified name.ServiceabilityAgentSupport.AgentStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.jol.vm.sa with parameters of type ServiceabilityAgentSupport.AgentStyleModifier and TypeMethodDescriptionprivate Result
ServiceabilityAgentSupport.callAgent
(Task processor, boolean sudoRequired, ServiceabilityAgentSupport.AgentStyle style) ServiceabilityAgentSupport.getArguments
(boolean sudoRequired, ServiceabilityAgentSupport.AgentStyle style) private boolean
ServiceabilityAgentSupport.needSudo
(ServiceabilityAgentSupport.AgentStyle style) private void
ServiceabilityAgentSupport.senseAccess
(ServiceabilityAgentSupport.AgentStyle style)