public class MetricsServiceImpl
extends java.lang.Object
implements com.nortel.soa.oi.cct.metricsservice.MetricsService
This service provides access to system metrics such as terminals, addresses, active sessions etc.
Constructor and Description |
---|
MetricsServiceImpl() |
Modifier and Type | Method and Description |
---|---|
MetricsResponse |
getActiveSessionCount(MetricsRequest parameters) |
MetricsResponse |
getActiveSessionCount(SsoToken ssoToken) |
MetricsResponse |
getLicenseConsumedCount(MetricsRequest parameters) |
MetricsResponse |
getLicenseConsumedCount(SsoToken ssoToken) |
MetricsResponse |
getMonitoredAddressCount(MetricsRequest parameters) |
MetricsResponse |
getMonitoredAddressCount(SsoToken ssoToken) |
MetricsResponse |
getMonitoredTerminalsCount(MetricsRequest parameters) |
MetricsResponse |
getMonitoredTerminalsCount(SsoToken ssoToken) |
java.lang.String |
getVersion() |
GetVersionResponse |
getVersion(GetVersionRequest parameters) |
public MetricsResponse getMonitoredTerminalsCount(MetricsRequest parameters) throws SessionNotCreatedException, MonitoredTerminalsCountException
getMonitoredTerminalsCount
in interface com.nortel.soa.oi.cct.metricsservice.MetricsService
SessionNotCreatedException
MonitoredTerminalsCountException
public MetricsResponse getMonitoredTerminalsCount(SsoToken ssoToken) throws SessionNotCreatedException, MonitoredTerminalsCountException
public MetricsResponse getMonitoredAddressCount(MetricsRequest parameters) throws SessionNotCreatedException, MonitoredAddressesCountException
getMonitoredAddressCount
in interface com.nortel.soa.oi.cct.metricsservice.MetricsService
SessionNotCreatedException
MonitoredAddressesCountException
public MetricsResponse getMonitoredAddressCount(SsoToken ssoToken) throws SessionNotCreatedException, MonitoredAddressesCountException
public MetricsResponse getActiveSessionCount(MetricsRequest parameters) throws SessionNotCreatedException, MonitoredAddressesCountException
getActiveSessionCount
in interface com.nortel.soa.oi.cct.metricsservice.MetricsService
SessionNotCreatedException
MonitoredAddressesCountException
public MetricsResponse getActiveSessionCount(SsoToken ssoToken) throws SessionNotCreatedException, MonitoredAddressesCountException
public MetricsResponse getLicenseConsumedCount(MetricsRequest parameters) throws SessionNotCreatedException, MonitoredAddressesCountException
getLicenseConsumedCount
in interface com.nortel.soa.oi.cct.metricsservice.MetricsService
SessionNotCreatedException
MonitoredAddressesCountException
public MetricsResponse getLicenseConsumedCount(SsoToken ssoToken) throws SessionNotCreatedException, MonitoredAddressesCountException
public GetVersionResponse getVersion(GetVersionRequest parameters) throws SessionNotCreatedException, GetVersionException
getVersion
in interface com.nortel.soa.oi.cct.metricsservice.MetricsService
SessionNotCreatedException
GetVersionException
public java.lang.String getVersion() throws SessionNotCreatedException, GetVersionException
Copyright © 2010 All Rights Reserved.