|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cisco.oss.foundation.monitoring.services.ServiceImp
public class ServiceImp
| Constructor Summary | |
|---|---|
ServiceImp(String interfaceName,
long port,
String protocol,
String serviceDescription,
String apiName)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
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. |
AtomicLong |
getTotalStatisticsRequestCount()
|
AtomicLong |
getTotalStatisticsStartTime()
|
double |
getTps()
|
ConnectionStatus |
getTransactionStatus()
|
int |
getUsedThreads()
|
int |
hashCode()
|
boolean |
isEquals(ServiceDetails obj)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceImp(String interfaceName,
long port,
String protocol,
String serviceDescription,
String apiName)
| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean isEquals(ServiceDetails obj)
public long getTotalRequestCount()
Service
getTotalRequestCount in interface Servicepublic long getFailedRequestCount()
Service
getFailedRequestCount in interface Servicepublic String getInterfaceName()
Service
getInterfaceName in interface Servicepublic String getLastFailedRequestDescription()
Service
getLastFailedRequestDescription in interface Servicepublic Date getLastFailedRequestTime()
Service
getLastFailedRequestTime in interface Servicepublic long getPort()
Service
getPort in interface Servicepublic String getProtocol()
Service
getProtocol in interface Servicepublic String getServiceDescription()
Service
getServiceDescription in interface Servicepublic String getMethodName()
getMethodName in interface Servicepublic Date getLastSuccessfulRequestTime()
getLastSuccessfulRequestTime in interface Servicepublic Date getLastTransactionStartTime()
getLastTransactionStartTime in interface Servicepublic Date getLastTransactionEndTime()
getLastTransactionEndTime in interface Servicepublic long getLastTransactionProcessingTime()
getLastTransactionProcessingTime in interface Servicepublic ConnectionStatus getTransactionStatus()
getTransactionStatus in interface Servicepublic AtomicLong getTotalStatisticsRequestCount()
public double getTps()
getTps in interface Servicepublic AtomicLong getTotalStatisticsStartTime()
public int getUsedThreads()
getUsedThreads in interface Servicepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||