| Modifier and Type | Method and Description |
|---|---|
ModuleModel |
URL.getOrDefaultModuleModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonScopeModelInitializer.initializeModuleModel(ModuleModel moduleModel) |
| Constructor and Description |
|---|
ModuleEnvironment(ModuleModel moduleModel) |
OrderedPropertiesConfiguration(ModuleModel moduleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationDeployer.checkState(ModuleModel moduleModel,
DeployState moduleState)
check all module state and update application state
|
void |
ApplicationDeployer.notifyModuleChanged(ModuleModel moduleModel,
DeployState state)
module state changed callbacks
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerializeSecurityConfigurator.onAddClassLoader(ModuleModel scopeModel,
ClassLoader classLoader) |
void |
SerializeSecurityConfigurator.onRemoveClassLoader(ModuleModel scopeModel,
ClassLoader classLoader) |
| Constructor and Description |
|---|
SerializeSecurityConfigurator(ModuleModel moduleModel) |
| Modifier and Type | Method and Description |
|---|---|
ModuleModel |
AbstractMethodConfig.getScopeModel() |
ModuleModel |
ModuleConfig.getScopeModel() |
| Constructor and Description |
|---|
AbstractInterfaceConfig(ModuleModel moduleModel) |
AbstractMethodConfig(ModuleModel moduleModel) |
AbstractReferenceConfig(ModuleModel moduleModel) |
AbstractServiceConfig(ModuleModel moduleModel) |
ConsumerConfig(ModuleModel moduleModel) |
MethodConfig(ModuleModel moduleModel) |
ModuleConfig(ModuleModel moduleModel) |
ModuleConfig(ModuleModel moduleModel,
String name) |
ProviderConfig(ModuleModel moduleModel) |
ReferenceConfigBase(ModuleModel moduleModel) |
ReferenceConfigBase(ModuleModel moduleModel,
Reference reference) |
ServiceConfigBase(ModuleModel moduleModel) |
ServiceConfigBase(ModuleModel moduleModel,
Service service) |
| Constructor and Description |
|---|
ModuleConfigManager(ModuleModel moduleModel) |
| Modifier and Type | Method and Description |
|---|---|
ModuleModel |
ApplicationModel.getDefaultModule() |
ModuleModel |
ApplicationModel.getInternalModule() |
ModuleModel |
ModuleServiceRepository.getModuleModel() |
ModuleModel |
ServiceModel.getModuleModel() |
default ModuleModel |
ScopeModelAccessor.getModuleModel() |
ModuleModel |
ScopeModelAwareExtensionProcessor.getModuleModel() |
static ModuleModel |
ScopeModelUtil.getModuleModel(ScopeModel scopeModel) |
ModuleModel |
ApplicationModel.newModule() |
| Modifier and Type | Method and Description |
|---|---|
List<ModuleModel> |
ApplicationModel.getModuleModels() |
List<ModuleModel> |
ApplicationModel.getPubModuleModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeModelInitializer.initializeModuleModel(ModuleModel moduleModel) |
void |
ApplicationModel.removeModule(ModuleModel moduleModel) |
default void |
ScopeModelAware.setModuleModel(ModuleModel moduleModel)
Override this method if you just need module model
|
| Constructor and Description |
|---|
ConsumerModel(String serviceKey,
Object proxyObject,
ServiceDescriptor serviceDescriptor,
ModuleModel moduleModel,
ServiceMetadata metadata,
Map<String,AsyncMethodInfo> methodConfigs,
ClassLoader interfaceClassLoader) |
ModuleServiceRepository(ModuleModel moduleModel) |
ProviderModel(String serviceKey,
Object serviceInstance,
ServiceDescriptor serviceModel,
ModuleModel moduleModel,
ServiceMetadata serviceMetadata,
ClassLoader interfaceClassLoader) |
ServiceModel(Object proxyObject,
String serviceKey,
ServiceDescriptor serviceModel,
ModuleModel moduleModel,
ClassLoader interfaceClassLoader) |
ServiceModel(Object proxyObject,
String serviceKey,
ServiceDescriptor serviceModel,
ModuleModel moduleModel,
ServiceMetadata serviceMetadata,
ClassLoader interfaceClassLoader) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.