- AbstractClassTransformer - Class in org.powermock.modules.agent
-
- AbstractClassTransformer() - Constructor for class org.powermock.modules.agent.AbstractClassTransformer
-
- AgentInitializationException - Exception in com.sun.tools.attach
-
The exception thrown when an agent fails to initialize in the target Java virtual machine.
- AgentInitializationException() - Constructor for exception com.sun.tools.attach.AgentInitializationException
-
Constructs an AgentInitializationException
with
no detail message.
- AgentInitializationException(String) - Constructor for exception com.sun.tools.attach.AgentInitializationException
-
Constructs an AgentInitializationException
with the specified detail message.
- AgentInitializationException(String, int) - Constructor for exception com.sun.tools.attach.AgentInitializationException
-
Constructs an AgentInitializationException
with
the specified detail message and the return value from the
execution of the agent's Agent_OnAttach
function.
- AgentLoadException - Exception in com.sun.tools.attach
-
The exception thrown when an agent cannot be loaded into the target Java virtual machine.
- AgentLoadException() - Constructor for exception com.sun.tools.attach.AgentLoadException
-
Constructs an AgentLoadException
with
no detail message.
- AgentLoadException(String) - Constructor for exception com.sun.tools.attach.AgentLoadException
-
Constructs an AgentLoadException
with the specified detail message.
- agentmain(String, Instrumentation) - Static method in class org.powermock.modules.agent.PowerMockAgent
-
- attach(String) - Static method in class com.sun.tools.attach.VirtualMachine
-
Attaches to a Java virtual machine.
- attach(VirtualMachineDescriptor) - Static method in class com.sun.tools.attach.VirtualMachine
-
Attaches to a Java virtual machine.
- AttachNotSupportedException - Exception in com.sun.tools.attach
-
- AttachNotSupportedException() - Constructor for exception com.sun.tools.attach.AttachNotSupportedException
-
Constructs an AttachNotSupportedException
with no detail message.
- AttachNotSupportedException(String) - Constructor for exception com.sun.tools.attach.AttachNotSupportedException
-
Constructs an AttachNotSupportedException
with
the specified detail message.
- AttachProvider - Class in com.sun.tools.attach.spi
-
Attach provider class for attaching to a Java virtual machine.
- AttachProvider() - Constructor for class com.sun.tools.attach.spi.AttachProvider
-
Initializes a new instance of this class.
- attachVirtualMachine(String) - Method in class com.sun.tools.attach.spi.AttachProvider
-
Attaches to a Java virtual machine.
- attachVirtualMachine(VirtualMachineDescriptor) - Method in class com.sun.tools.attach.spi.AttachProvider
-
Attaches to a Java virtual machine.