com.liferay.portal.deploy.hot
Class ServiceBag<V>
java.lang.Object
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,
com.liferay.portal.kernel.service.ServiceWrapper<V> serviceWrapper)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceBag
public ServiceBag(ClassLoader classLoader,
org.springframework.aop.framework.AdvisedSupport advisedSupport,
Class<?> serviceTypeClass,
com.liferay.portal.kernel.service.ServiceWrapper<V> serviceWrapper)
replace
public <T> void replace()
throws Exception
- Throws:
Exception