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

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

public class RecordedEventsConfiguration
extends Object

A bean for listing all performance events that are desired for monitoring in an application.

See Also:
LoggableEventConfiguration

Constructor Summary
RecordedEventsConfiguration()
           
 
Method Summary
 List<LoggableEventConfiguration> getRecordedEvents()
          Returns the list of events to record.
 void setRecordedEvents(List<LoggableEventConfiguration> recordedEvents)
          Sets the list of events to record.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordedEventsConfiguration

public RecordedEventsConfiguration()
Method Detail

getRecordedEvents

public List<LoggableEventConfiguration> getRecordedEvents()
Returns the list of events to record.


setRecordedEvents

public void setRecordedEvents(List<LoggableEventConfiguration> recordedEvents)
Sets the list of events to record.



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