Class ReferenceCountExporter<T>
java.lang.Object
org.apache.dubbo.registry.integration.ReferenceCountExporter<T>
- All Implemented Interfaces:
org.apache.dubbo.rpc.Exporter<T>
-
Constructor Summary
ConstructorsConstructorDescriptionReferenceCountExporter(org.apache.dubbo.rpc.Exporter<T> exporter, String providerKey, ExporterFactory exporterFactory) -
Method Summary
-
Constructor Details
-
ReferenceCountExporter
public ReferenceCountExporter(org.apache.dubbo.rpc.Exporter<T> exporter, String providerKey, ExporterFactory exporterFactory)
-
-
Method Details
-
getInvoker
- Specified by:
getInvokerin interfaceorg.apache.dubbo.rpc.Exporter<T>
-
increaseCount
public void increaseCount() -
unexport
public void unexport()- Specified by:
unexportin interfaceorg.apache.dubbo.rpc.Exporter<T>
-
register
public void register()- Specified by:
registerin interfaceorg.apache.dubbo.rpc.Exporter<T>
-
unregister
public void unregister()- Specified by:
unregisterin interfaceorg.apache.dubbo.rpc.Exporter<T>
-