Uses of Class
org.apache.dubbo.rpc.model.ScopeModel
Packages that use ScopeModel
Package
Description
-
Uses of ScopeModel in org.apache.dubbo.common
Methods in org.apache.dubbo.common that return ScopeModelMethods in org.apache.dubbo.common with parameters of type ScopeModelModifier and TypeMethodDescriptionURL.setScopeModel(ScopeModel scopeModel) URLBuilder.setScopeModel(ScopeModel scopeModel) static URLURL.valueOf(String url, ScopeModel scopeModel) -
Uses of ScopeModel in org.apache.dubbo.common.beans
Methods in org.apache.dubbo.common.beans with parameters of type ScopeModelModifier and TypeMethodDescriptionvoidScopeBeanExtensionInjector.setScopeModel(ScopeModel scopeModel) -
Uses of ScopeModel in org.apache.dubbo.common.config
Methods in org.apache.dubbo.common.config with parameters of type ScopeModelModifier and TypeMethodDescriptionstatic intConfigurationUtils.get(ScopeModel scopeModel, String property, int defaultValue) static StringConfigurationUtils.getCachedDynamicProperty(ScopeModel realScopeModel, String key, String defaultValue) static ConfigurationConfigurationUtils.getDynamicGlobalConfiguration(ScopeModel scopeModel) static StringConfigurationUtils.getDynamicProperty(ScopeModel scopeModel, String property) static StringConfigurationUtils.getDynamicProperty(ScopeModel scopeModel, String property, String defaultValue) static ConfigurationConfigurationUtils.getEnvConfiguration(ScopeModel scopeModel) Used to get properties from the os environmentstatic ConfigurationConfigurationUtils.getGlobalConfiguration(ScopeModel scopeModel) Used to get a composite property value.static StringConfigurationUtils.getProperty(ScopeModel scopeModel, String property) static StringConfigurationUtils.getProperty(ScopeModel scopeModel, String property, String defaultValue) static intConfigurationUtils.getServerShutdownTimeout(ScopeModel scopeModel) Server shutdown wait timeout millsstatic ConfigurationConfigurationUtils.getSystemConfiguration(ScopeModel scopeModel) Used to get properties from the jvmConstructors in org.apache.dubbo.common.config with parameters of type ScopeModelModifierConstructorDescriptionEnvironment(ScopeModel scopeModel) PropertiesConfiguration(ScopeModel scopeModel) -
Uses of ScopeModel in org.apache.dubbo.common.deploy
Classes in org.apache.dubbo.common.deploy with type parameters of type ScopeModelModifier and TypeClassDescriptionclassAbstractDeployer<E extends ScopeModel>interfaceDeployer<E extends ScopeModel>interfaceDeployListener<E extends ScopeModel>classDeployListenerAdapter<E extends ScopeModel> -
Uses of ScopeModel in org.apache.dubbo.common.extension
Constructors in org.apache.dubbo.common.extension with parameters of type ScopeModelModifierConstructorDescriptionExtensionDirector(ExtensionDirector parent, ExtensionScope scope, ScopeModel scopeModel) -
Uses of ScopeModel in org.apache.dubbo.common.url.component
Methods in org.apache.dubbo.common.url.component that return ScopeModelModifier and TypeMethodDescriptionDubboServiceAddressURL.getScopeModel()ServiceAddressURL.getScopeModel()Methods in org.apache.dubbo.common.url.component with parameters of type ScopeModel -
Uses of ScopeModel in org.apache.dubbo.common.utils
Methods in org.apache.dubbo.common.utils with parameters of type ScopeModel -
Uses of ScopeModel in org.apache.dubbo.config
Methods in org.apache.dubbo.config that return ScopeModelMethods in org.apache.dubbo.config with parameters of type ScopeModelConstructors in org.apache.dubbo.config with parameters of type ScopeModel -
Uses of ScopeModel in org.apache.dubbo.config.context
Constructors in org.apache.dubbo.config.context with parameters of type ScopeModelModifierConstructorDescriptionAbstractConfigManager(ScopeModel scopeModel, Collection<Class<? extends AbstractConfig>> supportedConfigTypes) -
Uses of ScopeModel in org.apache.dubbo.rpc.model
Classes in org.apache.dubbo.rpc.model with type parameters of type ScopeModelModifier and TypeInterfaceDescriptioninterfaceScopeClassLoaderListener<T extends ScopeModel>interfaceScopeModelDestroyListener<T extends ScopeModel>Subclasses of ScopeModel in org.apache.dubbo.rpc.modelModifier and TypeClassDescriptionclassExtensionLoader,DubboBootstrapand this class are at present designed to be singleton or static (by itself totally static or uses some static fields).classModel of dubbo framework, it can be shared with multiple applications.classModel of a service moduleMethods in org.apache.dubbo.rpc.model that return ScopeModelModifier and TypeMethodDescriptionstatic <T> ScopeModelScopeModelUtil.getOrDefault(ScopeModel scopeModel, Class<T> type) ScopeModel.getParent()ScopeModelAccessor.getScopeModel()ScopeModelAwareExtensionProcessor.getScopeModel()Methods in org.apache.dubbo.rpc.model with parameters of type ScopeModelModifier and TypeMethodDescriptionstatic ApplicationModelScopeModelUtil.getApplicationModel(ScopeModel scopeModel) static <T> ExtensionLoader<T> ScopeModelUtil.getExtensionLoader(Class<T> type, ScopeModel scopeModel) static FrameworkModelScopeModelUtil.getFrameworkModel(ScopeModel scopeModel) static ModuleModelScopeModelUtil.getModuleModel(ScopeModel scopeModel) static <T> ScopeModelScopeModelUtil.getOrDefault(ScopeModel scopeModel, Class<T> type) static ApplicationModelScopeModelUtil.getOrDefaultApplicationModel(ScopeModel scopeModel) static ApplicationModelScopeModelUtil.getOrNullApplicationModel(ScopeModel scopeModel) default voidScopeModelAware.setScopeModel(ScopeModel scopeModel) Override this method if you need get the scope model (maybe one of FrameworkModel/ApplicationModel/ModuleModel).Constructors in org.apache.dubbo.rpc.model with parameters of type ScopeModel