public class ReferenceBean<T> extends ReferenceConfig<T> implements org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
logger| Constructor and Description |
|---|
ReferenceBean() |
ReferenceBean(org.apache.dubbo.config.annotation.Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
appendParameters, checkAndUpdateSubConfigs, get, getBootstrap, init, setBootstrapcheckDefault, completeCompoundConfigs, getActualInterface, getClient, getConsumer, getInterface, getInterfaceClass, getPrefix, getProtocol, getServiceMetadata, getUniqueServiceName, getUrl, resolveFile, setClient, setConsumer, setInterface, setInterface, setInterfaceClass, setProtocol, setUrl, shouldCheck, shouldInitgetFilter, getGeneric, getGroup, getLazy, getListener, getProvidedBy, getReconnect, getRouter, getSticky, getStubevent, getVersion, isCheck, isGeneric, isInit, isInjvm, setCheck, setGeneric, setGeneric, setGroup, setInit, setInjvm, setLazy, setListener, setOnconnect, setOndisconnect, setProvidedBy, setReconnect, setRouter, setSticky, setVersionappendRuntimeParameters, checkInterfaceAndMethods, checkRegistry, checkStubAndLocal, getApplication, getCallbacks, getCluster, getConfigCenter, getConnections, getExportedUrls, getLayer, getLocal, getMetadataReportConfig, getMethods, getMetrics, getModule, getMonitor, getOnconnect, getOndisconnect, getOwner, getProxy, getRegistries, getRegistry, getRegistryIds, getScope, getSslConfig, getStub, getTag, setApplication, setCallbacks, setCluster, setConfigCenter, setConnections, setFilter, setLayer, setLocal, setLocal, setMetadataReportConfig, setMethods, setMetrics, setModule, setMonitor, setMonitor, setOwner, setProxy, setRegistries, setRegistry, setRegistryIds, setScope, setStub, setStub, setTag, toUrl, toUrlsgetActives, getCache, getForks, getLoadbalance, getMerger, getMock, getParameters, getRetries, getSent, getTimeout, getValidation, isAsync, setActives, setAsync, setCache, setForks, setLoadbalance, setMerger, setMock, setMock, setParameters, setRetries, setSent, setTimeout, setValidationaddIntoConfigManager, appendParameters, appendParameters, convertMethodConfig2AsyncInfo, equals, getId, getMetaData, getTagName, isValid, refresh, setId, setPrefix, toString, updateIdIfAbsentpublic ReferenceBean()
public ReferenceBean(org.apache.dubbo.config.annotation.Reference reference)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic Object getObject()
getObject in interface org.springframework.beans.factory.FactoryBeanpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean@Parameter(excluded=true) public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy()
destroy in interface org.springframework.beans.factory.DisposableBeandestroy in class ReferenceConfig<T>Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.