org.jboss.byteman.agent
Class TransformListener

java.lang.Object
  extended by java.lang.Thread
      extended by org.jboss.byteman.agent.TransformListener
All Implemented Interfaces:
java.lang.Runnable

public class TransformListener
extends java.lang.Thread

a socket based listener class which reads scripts from stdin and installs them in the current runtime


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
static java.lang.String DEFAULT_HOST
           
static int DEFAULT_PORT
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
static boolean initialize(Retransformer retransformer, java.lang.String hostname, java.lang.Integer port)
           
 void run()
           
static boolean terminate()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static int DEFAULT_PORT

DEFAULT_HOST

public static java.lang.String DEFAULT_HOST
Method Detail

initialize

public static boolean initialize(Retransformer retransformer,
                                 java.lang.String hostname,
                                 java.lang.Integer port)

terminate

public static boolean terminate()

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread


Copyright © 2011. All Rights Reserved.