com.cisco.oss.foundation.monitoring.services
Interface Service

All Known Implementing Classes:
ServiceImp

public interface Service


Method Summary
 long getFailedRequestCount()
          Total number of failed requests on this interface since the component has started.
 String getInterfaceName()
          Interface Name as defined in the component.
 String getLastFailedRequestDescription()
          Description of last failure on this interface for consumption by an operator.
 Date getLastFailedRequestTime()
          Date Time of last failure on this interface.
 Date getLastSuccessfulRequestTime()
           
 Date getLastTransactionEndTime()
           
 long getLastTransactionProcessingTime()
           
 Date getLastTransactionStartTime()
           
 String getMethodName()
           
 long getPort()
          Port Number
 String getProtocol()
          Communication protocol e.g.
 String getServiceDescription()
          Description of the service for an Operator.
 long getTotalRequestCount()
          Total number of requests on this interface since the component has started.
 double getTps()
           
 ConnectionStatus getTransactionStatus()
           
 int getUsedThreads()
           
 

Method Detail

getServiceDescription

String getServiceDescription()
Description of the service for an Operator.


getInterfaceName

String getInterfaceName()
Interface Name as defined in the component.


getProtocol

String getProtocol()
Communication protocol e.g. RMI, HTTP etc.


getPort

long getPort()
Port Number


getTotalRequestCount

long getTotalRequestCount()
Total number of requests on this interface since the component has started.


getFailedRequestCount

long getFailedRequestCount()
Total number of failed requests on this interface since the component has started.


getLastFailedRequestTime

Date getLastFailedRequestTime()
Date Time of last failure on this interface.


getLastFailedRequestDescription

String getLastFailedRequestDescription()
Description of last failure on this interface for consumption by an operator.


getLastSuccessfulRequestTime

Date getLastSuccessfulRequestTime()

getMethodName

String getMethodName()

getLastTransactionStartTime

Date getLastTransactionStartTime()

getLastTransactionEndTime

Date getLastTransactionEndTime()

getLastTransactionProcessingTime

long getLastTransactionProcessingTime()

getTransactionStatus

ConnectionStatus getTransactionStatus()

getTps

double getTps()

getUsedThreads

int getUsedThreads()


Copyright © 2015 Cisco. All Rights Reserved.