public class ModuleModel extends ScopeModel
| Modifier and Type | Method and Description |
|---|---|
void |
addClassLoader(ClassLoader classLoader) |
ApplicationModel |
getApplicationModel() |
ModuleConfigManager |
getConfigManager() |
ModuleDeployer |
getDeployer() |
ModuleServiceRepository |
getServiceRepository() |
boolean |
isLifeCycleManagedExternally() |
ModuleEnvironment |
modelEnvironment()
Get current model's environment.
|
ConsumerModel |
registerInternalConsumer(Class<?> internalService,
URL url) |
void |
setDeployer(ModuleDeployer deployer) |
void |
setLifeCycleManagedExternally(boolean lifeCycleManagedExternally) |
void |
setModuleEnvironment(ModuleEnvironment moduleEnvironment)
Deprecated.
|
addClassLoaderListener, addDestroyListener, destroy, getAttribute, getAttribute, getAttributes, getBeanFactory, getClassLoaders, getDesc, getExtensionDirector, getInternalId, getModelEnvironment, getModelName, getParent, getScope, isDestroyed, isInternal, removeClassLoader, setAttribute, setModelName, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAdaptiveExtension, getDefaultExtension, getExtension, getExtensionLoaderpublic static final String NAME
public ApplicationModel getApplicationModel()
public ModuleServiceRepository getServiceRepository()
public void addClassLoader(ClassLoader classLoader)
addClassLoader in class ScopeModelpublic ModuleEnvironment modelEnvironment()
ScopeModelmodelEnvironment in class ScopeModelpublic ModuleConfigManager getConfigManager()
public ModuleDeployer getDeployer()
public void setDeployer(ModuleDeployer deployer)
@Deprecated public void setModuleEnvironment(ModuleEnvironment moduleEnvironment)
public ConsumerModel registerInternalConsumer(Class<?> internalService, URL url)
public boolean isLifeCycleManagedExternally()
public void setLifeCycleManagedExternally(boolean lifeCycleManagedExternally)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.