public interface ThreadPool
Modifier and Type | Method and Description |
---|---|
Identification |
getManagerIdentification()
returns the ID of the Manager
|
ExecutorService |
getThreadPool(Identifiable identifiable)
returns an ThreadPool where all the IzouPlugins are running
|
void |
handleThrowable(Throwable throwable,
Object target)
tries everything to log the exception
|
ExecutorService getThreadPool(Identifiable identifiable) throws IllegalIDException
identifiable
- the Identifiable to set each created Task as the SourceIllegalIDException
- not implemented yetvoid handleThrowable(Throwable throwable, Object target)
throwable
- the Throwabletarget
- an instance of the thing which has thrown the ExceptionIdentification getManagerIdentification()
Copyright © 2016. All rights reserved.