Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.dinopolis.util.debug
Class DebugMessageTHREADGROUP  view DebugMessageTHREADGROUP download DebugMessageTHREADGROUP.java

java.lang.Object
  extended byorg.dinopolis.util.debug.DebugMessageFormatObject
      extended byorg.dinopolis.util.debug.DebugMessageTHREADGROUP

public class DebugMessageTHREADGROUP
extends DebugMessageFormatObject

This class is chosen by the DebugMessageFactory depending on the token used in the message format. This implementation returns the name of the threadgroup of the current thread.


Constructor Summary
DebugMessageTHREADGROUP()
           
 
Method Summary
 java.lang.String getEvaluatedKeyword(java.lang.String level, java.lang.String debug_message, Debug debug_instance)
          This implementation returns the name the threadgroup of the current thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugMessageTHREADGROUP

public DebugMessageTHREADGROUP()
Method Detail

getEvaluatedKeyword

public java.lang.String getEvaluatedKeyword(java.lang.String level,
                                            java.lang.String debug_message,
                                            Debug debug_instance)
This implementation returns the name the threadgroup of the current thread.

Specified by:
getEvaluatedKeyword in class DebugMessageFormatObject