org.picocontainer.monitors
Class AbstractComponentMonitor

java.lang.Object
  extended by org.picocontainer.monitors.AbstractComponentMonitor
All Implemented Interfaces:
ComponentMonitor
Direct Known Subclasses:
ConsoleComponentMonitor, WriterComponentMonitor

public abstract class AbstractComponentMonitor
extends Object
implements ComponentMonitor

An abstract ComponentMonitor which supports all the message formats.

Version:
$Revision: $
Author:
Mauro Talevi

Field Summary
static String INSTANTIATED
           
static String INSTANTIATED2
           
static String INSTANTIATING
           
static String INSTANTIATION_FAILED
           
static String INVOCATION_FAILED
           
static String INVOKED
           
static String INVOKING
           
static String LIFECYCLE_INVOCATION_FAILED
           
 
Constructor Summary
AbstractComponentMonitor()
           
 
Method Summary
static String format(String template, Object[] arguments)
           
static String toString(Constructor constructor)
           
static String toString(Method method)
           
static String toString(Object[] injected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.picocontainer.ComponentMonitor
instantiated, instantiated, instantiating, instantiationFailed, invocationFailed, invoked, invoking, lifecycleInvocationFailed
 

Field Detail

INSTANTIATING

public static final String INSTANTIATING
See Also:
Constant Field Values

INSTANTIATED

public static final String INSTANTIATED
See Also:
Constant Field Values

INSTANTIATED2

public static final String INSTANTIATED2
See Also:
Constant Field Values

INSTANTIATION_FAILED

public static final String INSTANTIATION_FAILED
See Also:
Constant Field Values

INVOKING

public static final String INVOKING
See Also:
Constant Field Values

INVOKED

public static final String INVOKED
See Also:
Constant Field Values

INVOCATION_FAILED

public static final String INVOCATION_FAILED
See Also:
Constant Field Values

LIFECYCLE_INVOCATION_FAILED

public static final String LIFECYCLE_INVOCATION_FAILED
See Also:
Constant Field Values
Constructor Detail

AbstractComponentMonitor

public AbstractComponentMonitor()
Method Detail

format

public static String format(String template,
                            Object[] arguments)

toString

public static String toString(Object[] injected)

toString

public static String toString(Constructor constructor)

toString

public static String toString(Method method)


Copyright © 2003-2010 Codehaus. All Rights Reserved.