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