jasco.runtime.hotswap1
Class HotSwapInVM

java.lang.Object
  extended by jasco.runtime.hotswap1.HotSwapInVM

public class HotSwapInVM
extends java.lang.Object


Nested Class Summary
protected static class HotSwapInVM.NetworkListenerClass
           
protected static class HotSwapInVM.NetworkListenerClass2
           
 
Field Summary
static java.lang.String ADAPTEDMETHODS
           
static java.lang.String DONE
           
static java.lang.String sepChar
           
static int SERVER_PORT
           
static java.lang.String TOTRANSFORM
           
 
Constructor Summary
HotSwapInVM()
           
 
Method Summary
protected static void adaptedMethodsMessage(java.lang.String message)
           
protected static void totransformMessage(java.lang.String message)
           
static byte[] transformLoadedClassInsideVM(java.lang.String classname, byte[] bytes)
           
protected static void waitForAnswer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_PORT

public static final int SERVER_PORT

TOTRANSFORM

public static final java.lang.String TOTRANSFORM
See Also:
Constant Field Values

ADAPTEDMETHODS

public static final java.lang.String ADAPTEDMETHODS
See Also:
Constant Field Values

DONE

public static final java.lang.String DONE
See Also:
Constant Field Values

sepChar

public static final java.lang.String sepChar
See Also:
Constant Field Values
Constructor Detail

HotSwapInVM

public HotSwapInVM()
Method Detail

transformLoadedClassInsideVM

public static byte[] transformLoadedClassInsideVM(java.lang.String classname,
                                                  byte[] bytes)
                                           throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

waitForAnswer

protected static void waitForAnswer()

totransformMessage

protected static void totransformMessage(java.lang.String message)

adaptedMethodsMessage

protected static void adaptedMethodsMessage(java.lang.String message)