com.alibaba.dubbo.rpc.listener
Class InvokerListenerAdapter

java.lang.Object
  extended by com.alibaba.dubbo.rpc.listener.InvokerListenerAdapter
All Implemented Interfaces:
InvokerListener
Direct Known Subclasses:
DeprecatedInvokerListener

public abstract class InvokerListenerAdapter
extends Object
implements InvokerListener

InvokerListenerAdapter

Author:
william.liangf

Constructor Summary
InvokerListenerAdapter()
           
 
Method Summary
 void destroyed(Invoker<?> invoker)
          The invoker destroyed.
 void referred(Invoker<?> invoker)
          The invoker referred
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerListenerAdapter

public InvokerListenerAdapter()
Method Detail

referred

public void referred(Invoker<?> invoker)
              throws RpcException
Description copied from interface: InvokerListener
The invoker referred

Specified by:
referred in interface InvokerListener
Throws:
RpcException
See Also:
Protocol.refer(Class, URL)

destroyed

public void destroyed(Invoker<?> invoker)
Description copied from interface: InvokerListener
The invoker destroyed.

Specified by:
destroyed in interface InvokerListener
See Also:
Node.destroy()


Copyright © 2012–2017 Alibaba. All rights reserved.