Class JMX

java.lang.Object
  extended by JMX
All Implemented Interfaces:
EventListener, NotificationListener

public class JMX
extends Object
implements NotificationListener

This example showing how to use monolog (initialisation and instrumentation).

Author:
Sebastien Chassande-Barrioz

Field Summary
protected  Logger logger
           
 
Constructor Summary
JMX(LoggerFactory lf)
           
 
Method Summary
 void foo()
           
 void handleNotification(Notification notification, Object handback)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected Logger logger
Constructor Detail

JMX

public JMX(LoggerFactory lf)
Method Detail

main

public static void main(String[] args)

foo

public void foo()

handleNotification

public void handleNotification(Notification notification,
                               Object handback)
Specified by:
handleNotification in interface NotificationListener


Copyright © 2012 OW2 Consortium. All Rights Reserved.