performancemonster.agent
Class Agent

java.lang.Object
  extended by java.lang.Thread
      extended by performancemonster.agent.Agent
All Implemented Interfaces:
java.lang.Runnable

public class Agent
extends java.lang.Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
static LogSender sender
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Agent()
           
 
Method Summary
static void premain(java.lang.String agentArgs, java.lang.instrument.Instrumentation instrumentation)
           
static void sendMessage(java.lang.String text)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, 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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sender

public static volatile LogSender sender
Constructor Detail

Agent

public Agent()
Method Detail

premain

public static void premain(java.lang.String agentArgs,
                           java.lang.instrument.Instrumentation instrumentation)
                    throws java.io.IOException
Throws:
java.io.IOException

sendMessage

public static void sendMessage(java.lang.String text)


Copyright © 2005 Ole Friis. All Rights Reserved.