类 ReferenceBean<T>
- java.lang.Object
-
- com.alibaba.dubbo.config.AbstractConfig
-
- com.alibaba.dubbo.config.AbstractMethodConfig
-
- com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- com.alibaba.dubbo.config.AbstractReferenceConfig
-
- com.alibaba.dubbo.config.ReferenceConfig<T>
-
- com.alibaba.dubbo.config.spring.ReferenceBean<T>
-
- 所有已实现的接口:
Serializable
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.FactoryBean
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
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
ReferenceFactoryBean- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ReferenceBean()
ReferenceBean(Reference reference)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 void
afterPropertiesSet()
void
destroy()
Object
getObject()
Class<?>
getObjectType()
boolean
isSingleton()
void
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
从类继承的方法 com.alibaba.dubbo.config.ReferenceConfig
get, getClient, getConsumer, getGroup, getInterface, getInterfaceClass, getMethods, getProtocol, getUniqueServiceName, getUrl, getVersion, setClient, setConsumer, setInterface, setInterface, setInterfaceClass, setMethods, setProtocol, setUrl, toUrl, toUrls
-
从类继承的方法 com.alibaba.dubbo.config.AbstractReferenceConfig
getFilter, getGeneric, getLazy, getListener, getReconnect, getSticky, getStubevent, isCheck, isGeneric, isInit, isInjvm, setCheck, setGeneric, setGeneric, setGroup, setInit, setInjvm, setLazy, setListener, setOnconnect, setOndisconnect, setReconnect, setSticky, setVersion
-
从类继承的方法 com.alibaba.dubbo.config.AbstractInterfaceConfig
getApplication, getCallbacks, getCluster, getConnections, getLayer, getLocal, getModule, getMonitor, getOnconnect, getOndisconnect, getOwner, getProxy, getRegistries, getRegistry, getScope, getStub, setApplication, setCallbacks, setCluster, setConnections, setFilter, setLayer, setLocal, setLocal, setModule, setMonitor, setMonitor, setOwner, setProxy, setRegistries, setRegistry, setScope, setStub, setStub
-
从类继承的方法 com.alibaba.dubbo.config.AbstractMethodConfig
getActives, getCache, getForks, getLoadbalance, getMerger, getMock, getParameters, getRetries, getSent, getTimeout, getValidation, isAsync, setActives, setAsync, setCache, setForks, setLoadbalance, setMerger, setMock, setMock, setParameters, setRetries, setSent, setTimeout, setValidation
-
从类继承的方法 com.alibaba.dubbo.config.AbstractConfig
getId, setId, toString
-
-
-
-
构造器详细资料
-
ReferenceBean
public ReferenceBean()
-
ReferenceBean
public ReferenceBean(Reference reference)
-
-
方法详细资料
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
- 指定者:
setApplicationContext
在接口中org.springframework.context.ApplicationContextAware
-
getObjectType
public Class<?> getObjectType()
- 指定者:
getObjectType
在接口中org.springframework.beans.factory.FactoryBean<T>
-
isSingleton
@Parameter(excluded=true) public boolean isSingleton()
- 指定者:
isSingleton
在接口中org.springframework.beans.factory.FactoryBean<T>
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
- 指定者:
afterPropertiesSet
在接口中org.springframework.beans.factory.InitializingBean
- 抛出:
Exception
-
destroy
public void destroy()
- 指定者:
destroy
在接口中org.springframework.beans.factory.DisposableBean
- 覆盖:
destroy
在类中ReferenceConfig<T>
-
-