public class SpringPlatformServiceAccessor extends java.lang.Object implements PlatformServiceAccessor
| Constructor and Description |
|---|
SpringPlatformServiceAccessor(SpringBeanAccessor beanAccessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
BroadcastService |
getBroadcastService() |
ClassLoaderService |
getClassLoaderService() |
DependencyService |
getDependencyService() |
PlatformAuthenticationService |
getPlatformAuthenticationService() |
PlatformCacheService |
getPlatformCacheService() |
PlatformCommandService |
getPlatformCommandService() |
NodeConfiguration |
getPlatformConfiguration() |
PlatformLoginService |
getPlatformLoginService() |
PlatformService |
getPlatformService() |
PlatformSessionService |
getPlatformSessionService() |
SchedulerService |
getSchedulerService() |
ServicesResolver |
getServicesResolver() |
TechnicalLoggerService |
getTechnicalLoggerService() |
TenantServiceAccessor |
getTenantServiceAccessor(long tenantId) |
TransactionService |
getTransactionService() |
<T> T |
lookup(java.lang.String serviceName) |
public SpringPlatformServiceAccessor(SpringBeanAccessor beanAccessor)
public TransactionService getTransactionService()
getTransactionService in interface PlatformServiceAccessorpublic TechnicalLoggerService getTechnicalLoggerService()
getTechnicalLoggerService in interface PlatformServiceAccessorpublic PlatformLoginService getPlatformLoginService()
getPlatformLoginService in interface PlatformServiceAccessorpublic SchedulerService getSchedulerService()
getSchedulerService in interface PlatformServiceAccessorpublic PlatformService getPlatformService()
getPlatformService in interface PlatformServiceAccessorpublic TenantServiceAccessor getTenantServiceAccessor(long tenantId)
getTenantServiceAccessor in interface PlatformServiceAccessorpublic ClassLoaderService getClassLoaderService()
getClassLoaderService in interface PlatformServiceAccessorpublic DependencyService getDependencyService()
getDependencyService in interface PlatformServiceAccessorpublic PlatformCommandService getPlatformCommandService()
getPlatformCommandService in interface PlatformServiceAccessorpublic PlatformSessionService getPlatformSessionService()
getPlatformSessionService in interface PlatformServiceAccessorpublic NodeConfiguration getPlatformConfiguration()
getPlatformConfiguration in interface PlatformServiceAccessorpublic PlatformCacheService getPlatformCacheService()
getPlatformCacheService in interface PlatformServiceAccessorpublic void destroy()
destroy in interface PlatformServiceAccessorpublic BroadcastService getBroadcastService()
getBroadcastService in interface PlatformServiceAccessorpublic PlatformAuthenticationService getPlatformAuthenticationService()
getPlatformAuthenticationService in interface PlatformServiceAccessorpublic <T> T lookup(java.lang.String serviceName)
throws org.bonitasoft.engine.exception.NotFoundException
lookup in interface PlatformServiceAccessororg.bonitasoft.engine.exception.NotFoundExceptionpublic ServicesResolver getServicesResolver()
getServicesResolver in interface PlatformServiceAccessor