| Package | Description |
|---|---|
| org.bonitasoft.engine.api.impl | |
| org.bonitasoft.engine.classloader |
| Modifier and Type | Method and Description |
|---|---|
protected ClassLoader |
ProcessAPIImpl.getProcessInstanceClassloader(TenantServiceAccessor tenantAccessor,
long processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
ClassLoaderService.getGlobalClassLoader()
Get the global ClassLoader.
|
ClassLoader |
ClassLoaderService.getLocalClassLoader(String type,
long id)
Get the local ClassLoader for the given type and id.
|
void |
ClassLoaderServiceImpl.refreshGlobalClassLoader(Map<String,byte[]> resources) |
void |
ClassLoaderService.refreshGlobalClassLoader(Map<String,byte[]> resources) |
void |
ClassLoaderServiceImpl.refreshLocalClassLoader(String type,
long id,
Map<String,byte[]> resources) |
void |
ClassLoaderService.refreshLocalClassLoader(String type,
long id,
Map<String,byte[]> resources) |
void |
ClassLoaderServiceImpl.removeLocalClassLoader(String type,
long id) |
void |
ClassLoaderService.removeLocalClassLoader(String type,
long id)
Remove the local ClassLoader identified by the given type and id;
|
void |
ClassLoaderServiceImpl.stop() |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.