Interface JobTable.JobServices
- Enclosing interface:
- JobTable
public static interface JobTable.JobServices
Services associated with a job. The services need to provide a
LibraryCacheManager.ClassLoaderHandle and will be closed once the associated JobTable.Job is being closed.-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Closes the job services.Gets theLibraryCacheManager.ClassLoaderHandlefor the associated job.
-
Method Details
-
getClassLoaderHandle
LibraryCacheManager.ClassLoaderHandle getClassLoaderHandle()Gets theLibraryCacheManager.ClassLoaderHandlefor the associated job.- Returns:
LibraryCacheManager.ClassLoaderHandlefor the associated job
-
close
void close()Closes the job services.This method is called once the
JobTable.Jobis being closed.
-