com.endeca.infront.assembler.perf.config
Class LoggableEventConfiguration

java.lang.Object
  extended by com.endeca.infront.assembler.perf.config.LoggableEventConfiguration

public class LoggableEventConfiguration
extends Object

A bean to configure what performance events are loggable with PerfLogTimeEventSerializer. Record the events for each class that is instrumented for recording performance events using the Event class.


Constructor Summary
LoggableEventConfiguration()
           
 
Method Summary
 String getClassName()
          Get the class name for this event configuration.
 List<String> getEvents()
          Get the events to be recorded for this class.
 void setClassName(String className)
          Sets the class name for this event configuration
 void setEvents(List<String> events)
          Set the event names to be recorded that are related to this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggableEventConfiguration

public LoggableEventConfiguration()
Method Detail

getClassName

public String getClassName()
Get the class name for this event configuration.

Returns:
The class name for this event configuration.

setClassName

public void setClassName(String className)
Sets the class name for this event configuration

Parameters:
className - The class name for this event configuration

getEvents

public List<String> getEvents()
Get the events to be recorded for this class.

Returns:
List of event names for this class

setEvents

public void setEvents(List<String> events)
Set the event names to be recorded that are related to this class.

Parameters:
events - List of event names for this class


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.