public class ServiceRef extends Object implements ServiceMXBean, Counters
| Modifier and Type | Field and Description |
|---|---|
List<String> |
endpoints
Endpoints (as absolute path URLs)
|
String |
name |
| Constructor and Description |
|---|
ServiceRef(String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
CounterSet |
getCounters() |
String |
getName() |
long |
getRequests() |
long |
getRequestsBad() |
long |
getRequestsGood() |
boolean |
isActive() |
public final String name
public ServiceRef(String serviceName)
public CounterSet getCounters()
getCounters in interface Counterspublic boolean isActive()
public String getName()
getName in interface ServiceMXBeanpublic long getRequests()
getRequests in interface ServiceMXBeanpublic long getRequestsGood()
getRequestsGood in interface ServiceMXBeanpublic long getRequestsBad()
getRequestsBad in interface ServiceMXBeanLicenced under the Apache License, Version 2.0