org.hibernate.cfg
Class BaselineSessionEventsListenerBuilder

java.lang.Object
  extended by org.hibernate.cfg.BaselineSessionEventsListenerBuilder

public class BaselineSessionEventsListenerBuilder
extends Object


Constructor Summary
BaselineSessionEventsListenerBuilder(boolean logSessionMetrics, Class<? extends SessionEventListener> autoListener)
           
 
Method Summary
 List<SessionEventListener> buildBaselineList()
           
 Class<? extends SessionEventListener> getAutoListener()
           
 boolean isLogSessionMetrics()
           
 void setAutoListener(Class<? extends SessionEventListener> autoListener)
           
 void setLogSessionMetrics(boolean logSessionMetrics)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaselineSessionEventsListenerBuilder

public BaselineSessionEventsListenerBuilder(boolean logSessionMetrics,
                                            Class<? extends SessionEventListener> autoListener)
Method Detail

isLogSessionMetrics

public boolean isLogSessionMetrics()

setLogSessionMetrics

public void setLogSessionMetrics(boolean logSessionMetrics)

getAutoListener

public Class<? extends SessionEventListener> getAutoListener()

setAutoListener

public void setAutoListener(Class<? extends SessionEventListener> autoListener)

buildBaselineList

public List<SessionEventListener> buildBaselineList()


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.