org.slf4j.profiler
Class ProfilerRegistry

java.lang.Object
  extended by org.slf4j.profiler.ProfilerRegistry

public class ProfilerRegistry
extends Object

A minimalist registry of profilers.

Author:
Ceki Gülcü

Constructor Summary
ProfilerRegistry()
           
 
Method Summary
 void clear()
           
 Profiler get(String name)
           
static ProfilerRegistry getThreadContextInstance()
           
 void put(Profiler profiler)
           
 void put(String name, Profiler profiler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilerRegistry

public ProfilerRegistry()
Method Detail

put

public void put(Profiler profiler)

put

public void put(String name,
                Profiler profiler)

getThreadContextInstance

public static ProfilerRegistry getThreadContextInstance()

get

public Profiler get(String name)

clear

public void clear()


Copyright © 2005-2009 QOS.ch. All Rights Reserved.