com.cisco.oss.foundation.monitoring.serverconnection
Interface ServerConnection

All Known Implementing Classes:
ServerConnectionImp

public interface ServerConnection


Method Summary
 long getDestinationPort()
          Port connected to.
 long getFailedRequestCount()
          Total number of failed requests on this interface since the component has started.
 String getHostName()
          Host Name for connection.
 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 getOpenSince()
           
 String getServerName()
          Name of the component connected to.
 long getTotalRequestCount()
          Total number of requests on this interface since the component has started.
 ConnectionStatus getTransactionStatus()
           
 

Method Detail

getServerName

String getServerName()
Name of the component connected to.


getInterfaceName

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


getHostName

String getHostName()
Host Name for connection.


getDestinationPort

long getDestinationPort()
Port connected to.


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()

getOpenSince

long getOpenSince()


Copyright © 2015 Cisco. All Rights Reserved.