public abstract class AbstractRefreshClassLoaderTask
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Void>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected ScopeType |
scopeType |
| Constructor and Description |
|---|
AbstractRefreshClassLoaderTask(long id,
ScopeType scopeType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Void |
call() |
abstract DependencyService |
getDependencyService() |
protected ScopeType scopeType
protected long id
public AbstractRefreshClassLoaderTask(long id,
ScopeType scopeType)
public java.lang.Void call()
throws java.lang.Exception
call in interface java.util.concurrent.Callable<java.lang.Void>java.lang.Exceptionpublic abstract DependencyService getDependencyService()