public class DefaultServiceMonitorLocator extends Object implements ServiceMonitorLocator, Serializable
Constructor and Description |
---|
DefaultServiceMonitorLocator(String serviceName,
Class<? extends ServiceMonitor> serviceClass)
Constructor for DefaultServiceMonitorLocator.
|
Modifier and Type | Method and Description |
---|---|
String |
getServiceLocatorKey()
getServiceLocatorKey
|
ServiceMonitor |
getServiceMonitor()
getServiceMonitor
|
String |
getServiceName()
getServiceName
|
public DefaultServiceMonitorLocator(String serviceName, Class<? extends ServiceMonitor> serviceClass)
Constructor for DefaultServiceMonitorLocator.
public ServiceMonitor getServiceMonitor()
getServiceMonitor
getServiceMonitor
in interface ServiceMonitorLocator
ServiceMonitor
object.public String getServiceName()
getServiceName
getServiceName
in interface ServiceMonitorLocator
String
object.public String getServiceLocatorKey()
getServiceLocatorKey
getServiceLocatorKey
in interface ServiceMonitorLocator
String
object.Copyright © 2017. All rights reserved.