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

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

public class JMXLogRecordContainer
extends Object
implements 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

Author:
Honza
See Also:
Serialized Form

Constructor Summary
JMXLogRecordContainer(LogRecord record)
           
 
Method Summary
 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(LogRecord record)
Method Detail

printInfo

public void printInfo()

getRecordWithParameters

public LogRecord getRecordWithParameters()


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.