com.alibaba.dubbo.rpc.listener
Class ExporterListenerAdapter

java.lang.Object
  extended by com.alibaba.dubbo.rpc.listener.ExporterListenerAdapter
All Implemented Interfaces:
ExporterListener

public abstract class ExporterListenerAdapter
extends Object
implements ExporterListener

ExporterListenerAdapter

Author:
william.liangf

Constructor Summary
ExporterListenerAdapter()
           
 
Method Summary
 void exported(Exporter<?> exporter)
          The exporter exported.
 void unexported(Exporter<?> exporter)
          The exporter unexported.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExporterListenerAdapter

public ExporterListenerAdapter()
Method Detail

exported

public void exported(Exporter<?> exporter)
              throws RpcException
Description copied from interface: ExporterListener
The exporter exported.

Specified by:
exported in interface ExporterListener
Throws:
RpcException
See Also:
Protocol.export(Invoker)

unexported

public void unexported(Exporter<?> exporter)
                throws RpcException
Description copied from interface: ExporterListener
The exporter unexported.

Specified by:
unexported in interface ExporterListener
Throws:
RpcException
See Also:
Exporter.unexport()


Copyright © 2012–2017 Alibaba. All rights reserved.