Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.util
Class LoggingTimer

java.lang.Object
  extended by com.liferay.portal.kernel.util.LoggingTimer
All Implemented Interfaces:
Closeable, AutoCloseable

public class LoggingTimer
extends Object
implements Closeable


Constructor Summary
LoggingTimer()
           
LoggingTimer(String name)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingTimer

public LoggingTimer()

LoggingTimer

public LoggingTimer(String name)
Method Detail

close

public void close()
Specified by:
close in interface Closeable
Specified by:
close in interface AutoCloseable

Liferay 7.0-ga1 portal-kernel