org.jppf.logging.jmx
Interface JmxLogger

All Superinterfaces:
NotificationBroadcaster, NotificationEmitter
All Known Implementing Classes:
JmxLoggerImpl

public interface JmxLogger
extends NotificationEmitter

MBean interface for sending log and trace messages as JMX notifications.

Author:
Laurent Cohen

Field Summary
static String DEFAULT_MBEAN_NAME
          Name of the driver's logger MBean.
 
Method Summary
 void log(String message)
          Log the specified message with the specified level.
 
Methods inherited from interface javax.management.NotificationEmitter
removeNotificationListener
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Field Detail

DEFAULT_MBEAN_NAME

static final String DEFAULT_MBEAN_NAME
Name of the driver's logger MBean.

See Also:
Constant Field Values
Method Detail

log

void log(String message)
Log the specified message with the specified level.

Parameters:
message - the message to log.


Copyright © 2005-2010 JPPF Team.