Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class ServiceContextThreadLocal

java.lang.Object
  extended by com.liferay.portal.service.ServiceContextThreadLocal

public class ServiceContextThreadLocal
extends Object


Constructor Summary
ServiceContextThreadLocal()
           
 
Method Summary
static ServiceContext getServiceContext()
           
static ServiceContext popServiceContext()
           
static void pushServiceContext(ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContextThreadLocal

public ServiceContextThreadLocal()
Method Detail

getServiceContext

public static ServiceContext getServiceContext()

popServiceContext

public static ServiceContext popServiceContext()

pushServiceContext

public static void pushServiceContext(ServiceContext serviceContext)

Liferay 6.1.2-ce-ga3