Uses of Class
com.sun.tools.attach.spi.AttachProvider
-
Packages that use AttachProvider Package Description com.sun.tools.attach com.sun.tools.attach.spi org.powermock.modules.agent sun.tools.attach -
-
Uses of AttachProvider in com.sun.tools.attach
Fields in com.sun.tools.attach declared as AttachProvider Modifier and Type Field Description private AttachProvider
VirtualMachine. provider
private AttachProvider
VirtualMachineDescriptor. provider
Methods in com.sun.tools.attach that return AttachProvider Modifier and Type Method Description AttachProvider
VirtualMachine. provider()
Returns the provider that created this virtual machine.AttachProvider
VirtualMachineDescriptor. provider()
Return theAttachProvider
that this descriptor references.Constructors in com.sun.tools.attach with parameters of type AttachProvider Constructor Description VirtualMachine(AttachProvider provider, java.lang.String id)
Initializes a new instance of this class.VirtualMachineDescriptor(AttachProvider provider, java.lang.String id)
Creates a virtual machine descriptor from the given components.VirtualMachineDescriptor(AttachProvider provider, java.lang.String id, java.lang.String displayName)
Creates a virtual machine descriptor from the given components. -
Uses of AttachProvider in com.sun.tools.attach.spi
Fields in com.sun.tools.attach.spi with type parameters of type AttachProvider Modifier and Type Field Description private static java.util.List<AttachProvider>
AttachProvider. providers
Methods in com.sun.tools.attach.spi that return types with arguments of type AttachProvider Modifier and Type Method Description static java.util.List<AttachProvider>
AttachProvider. providers()
Returns a list of the installed attach providers. -
Uses of AttachProvider in org.powermock.modules.agent
Fields in org.powermock.modules.agent declared as AttachProvider Modifier and Type Field Description private static AttachProvider
AgentLoader. ATTACH_PROVIDER
-
Uses of AttachProvider in sun.tools.attach
Constructors in sun.tools.attach with parameters of type AttachProvider Constructor Description BsdVirtualMachine(AttachProvider provider, java.lang.String vmid)
Attaches to the target VMHotSpotVirtualMachine(AttachProvider provider, java.lang.String id)
LinuxVirtualMachine(AttachProvider provider, java.lang.String vmid)
Attaches to the target VMSolarisVirtualMachine(AttachProvider provider, java.lang.String vmid)
Attaches to the target VMWindowsVirtualMachine(AttachProvider provider, java.lang.String id)
-