public class DeployingContextImpl extends Object implements DeployingContext
DeployingContext class.| Constructor and Description |
|---|
DeployingContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
clientClassLoader() |
void |
init(DeployingContext other)
Inits context by other context.
|
void |
initByClientObject(Object jobObj)
Inits context by any client-defined object.
|
Class<?> |
userClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitunitializedpublic Class<?> userClass()
userClass in interface DeployingContextpublic ClassLoader clientClassLoader()
clientClassLoader in interface DeployingContextpublic void initByClientObject(Object jobObj)
initByClientObject in interface DeployingContextjobObj - Specific class for job.public void init(DeployingContext other)
init in interface DeployingContextother - Other context.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025