Liferay 7.0-ce-b4

com.liferay.portal.deploy.hot
Class ServiceBag<V>

java.lang.Object
  extended by com.liferay.portal.deploy.hot.ServiceBag<V>

public class ServiceBag<V>
extends Object


Constructor Summary
ServiceBag(ClassLoader classLoader, org.springframework.aop.framework.AdvisedSupport advisedSupport, Class<?> serviceTypeClass, ServiceWrapper<V> serviceWrapper)
           
 
Method Summary
<T> void
replace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceBag

public ServiceBag(ClassLoader classLoader,
                  org.springframework.aop.framework.AdvisedSupport advisedSupport,
                  Class<?> serviceTypeClass,
                  ServiceWrapper<V> serviceWrapper)
Method Detail

replace

public <T> void replace()
             throws Exception
Throws:
Exception

Liferay 7.0-ce-b4