Package org.adempiere.base
Interface IServiceReferenceHolder<T>
- Type Parameters:
T
-
- All Known Implementing Classes:
DynamicServiceReference
public interface IServiceReferenceHolder<T>
Service reference holder for a service object.
For caching of service, you should cache this instead of the service object.
For caching of service, you should cache this instead of the service object.
- Author:
- hengsin
-
Method Summary
Modifier and TypeMethodDescriptionGet service object from cache service referenceorg.osgi.framework.ServiceReference<T>
Get the cache service reference
-
Method Details