org.codehaus.aspectwerkz.hook
Class JDWPPlug

java.lang.Object
  extended by org.codehaus.aspectwerkz.hook.JDWPPlug

public class JDWPPlug
extends Object

Isolation of JDWP dependancies to Plug online mode in a running / remote VM. See Plug.

Author:
Alexandre Vasseur

Constructor Summary
JDWPPlug()
           
 
Method Summary
 void hotswap(Map jdwp)
          Hotswaps the java.lang.ClassLoader of the remote JVM and resume
 void info(Map jdwp)
          Prints information about the remote JVM and resume
 void resume(Map jdwp)
          Resume the remote JVM, without hotswapping classes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDWPPlug

public JDWPPlug()
Method Detail

resume

public void resume(Map jdwp)
            throws Exception
Resume the remote JVM, without hotswapping classes

Parameters:
jdwp -
Throws:
Exception

info

public void info(Map jdwp)
          throws Exception
Prints information about the remote JVM and resume

Parameters:
jdwp -
Throws:
Exception

hotswap

public void hotswap(Map jdwp)
             throws Exception
Hotswaps the java.lang.ClassLoader of the remote JVM and resume

Parameters:
jdwp -
Throws:
Exception


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.