Package org.jboss.byteman.agent
Class TransformListener
- java.lang.Object
-
- java.lang.Thread
-
- org.jboss.byteman.agent.TransformListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_HOSTstatic intDEFAULT_PORT-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleaninitialize(Retransformer retransformer)static booleaninitialize(Retransformer retransformer, String hostname, Integer port)voidrun()static booleanterminate()-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Field Detail
-
DEFAULT_PORT
public static int DEFAULT_PORT
-
DEFAULT_HOST
public static String DEFAULT_HOST
-
-
Method Detail
-
initialize
public static boolean initialize(Retransformer retransformer)
-
initialize
public static boolean initialize(Retransformer retransformer, String hostname, Integer port)
-
terminate
public static boolean terminate()
-
-