com.liferay.portal.events
Class ShutdownHook

java.lang.Object
  extended by com.liferay.portal.events.ShutdownHook
All Implemented Interfaces:
java.lang.Runnable

public class ShutdownHook
extends java.lang.Object
implements java.lang.Runnable

View Source

Author:
Brian Wing Shun Chan

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

Constructor Detail

ShutdownHook

public ShutdownHook()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable