com.alibaba.dubbo.rpc.protocol.dubbo.status
Class ServerStatusChecker

java.lang.Object
  extended by com.alibaba.dubbo.rpc.protocol.dubbo.status.ServerStatusChecker
All Implemented Interfaces:
StatusChecker

@Activate
public class ServerStatusChecker
extends Object
implements StatusChecker

ServerStatusChecker

Author:
william.liangf

Constructor Summary
ServerStatusChecker()
           
 
Method Summary
 Status check()
          check status
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerStatusChecker

public ServerStatusChecker()
Method Detail

check

public Status check()
Description copied from interface: StatusChecker
check status

Specified by:
check in interface StatusChecker
Returns:
status


Copyright © 2012–2017 Alibaba. All rights reserved.