Uses of Class
com.sun.tools.attach.AgentInitializationException

Packages that use AgentInitializationException
com.sun.tools.attach   
sun.tools.attach   
 

Uses of AgentInitializationException in com.sun.tools.attach
 

Methods in com.sun.tools.attach that throw AgentInitializationException
 void VirtualMachine.loadAgent(String agent)
          Loads an agent.
abstract  void VirtualMachine.loadAgent(String agent, String options)
          Loads an agent.
 void VirtualMachine.loadAgentLibrary(String agentLibrary)
          Loads an agent library.
abstract  void VirtualMachine.loadAgentLibrary(String agentLibrary, String options)
          Loads an agent library.
 void VirtualMachine.loadAgentPath(String agentPath)
          Load a native agent library by full pathname.
abstract  void VirtualMachine.loadAgentPath(String agentPath, String options)
          Load a native agent library by full pathname.
 

Uses of AgentInitializationException in sun.tools.attach
 

Methods in sun.tools.attach that throw AgentInitializationException
 void HotSpotVirtualMachine.loadAgent(String agent, String options)
          Load JPLIS agent which will load the agent JAR file and invoke the agentmain method.
 void HotSpotVirtualMachine.loadAgentLibrary(String agentLibrary, String options)
          Load agent library - library name will be expanded in target VM.
 void HotSpotVirtualMachine.loadAgentPath(String agentLibrary, String options)
          Load agent - absolute path of library provided to target VM.
 



Copyright © 2007-2013. All Rights Reserved.