org.jppf.logging.jmx
Class JmxLoggerImpl
java.lang.Object
javax.management.NotificationBroadcasterSupport
org.jppf.logging.jmx.JmxLoggerImpl
- All Implemented Interfaces:
- NotificationBroadcaster, NotificationEmitter, JmxLogger
public class JmxLoggerImpl
- extends NotificationBroadcasterSupport
- implements JmxLogger
Implementation of a simple logger that sends logged messages as JMX notifications.
- Author:
- Laurent Cohen
|
Method Summary |
void |
log(String message)
Log the specified message as a JMX notification. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmxLoggerImpl
public JmxLoggerImpl()
- Default constructor.
log
public void log(String message)
- Log the specified message as a JMX notification.
- Specified by:
log in interface JmxLogger
- Parameters:
message - the message to log.
Copyright © 2005-2010 JPPF Team.