com.alibaba.dubbo.monitor.support
Class AbstractMonitorFactory

java.lang.Object
  extended by com.alibaba.dubbo.monitor.support.AbstractMonitorFactory
All Implemented Interfaces:
MonitorFactory
Direct Known Subclasses:
DubboMonitorFactroy

public abstract class AbstractMonitorFactory
extends Object
implements MonitorFactory

AbstractMonitorFactroy. (SPI, Singleton, ThreadSafe)

Author:
william.liangf

Constructor Summary
AbstractMonitorFactory()
           
 
Method Summary
 Monitor getMonitor(URL url)
          Create monitor.
static Collection<Monitor> getMonitors()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMonitorFactory

public AbstractMonitorFactory()
Method Detail

getMonitors

public static Collection<Monitor> getMonitors()

getMonitor

public Monitor getMonitor(URL url)
Description copied from interface: MonitorFactory
Create monitor.

Specified by:
getMonitor in interface MonitorFactory
Returns:
monitor


Copyright © 2012–2017 Alibaba. All rights reserved.