Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.messaging.proxy
Class ProxyModeThreadLocalCloseable

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.proxy.ProxyModeThreadLocalCloseable
All Implemented Interfaces:
Closeable, AutoCloseable

public class ProxyModeThreadLocalCloseable
extends Object
implements Closeable


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

Constructor Detail

ProxyModeThreadLocalCloseable

public ProxyModeThreadLocalCloseable()
Method Detail

close

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

Liferay 7.0-ga1 portal-kernel