cz.cuni.amis.pogamut.base.utils.logging.jmx
Class JMXLogRecordContainer

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.utils.logging.jmx.JMXLogRecordContainer
All Implemented Interfaces:
java.io.Serializable

public class JMXLogRecordContainer
extends java.lang.Object
implements java.io.Serializable

Because LogRecord is not serializing parameters, I have to pass the log record in the container with parameters beside anbd reassemble at the destination. Only serializable parameters are stored. Passing from JMXLogRecordNotification to LogCategoryJMXProxy

See Also:
Serialized Form

Constructor Summary
JMXLogRecordContainer(java.util.logging.LogRecord record)
           
 
Method Summary
 java.util.logging.LogRecord getRecordWithParameters()
           
 void printInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXLogRecordContainer

public JMXLogRecordContainer(java.util.logging.LogRecord record)
Method Detail

printInfo

public void printInfo()

getRecordWithParameters

public java.util.logging.LogRecord getRecordWithParameters()