|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cisco.oss.foundation.monitoring.serverconnection.ServerConnectionImp
public class ServerConnectionImp
| Constructor Summary | |
|---|---|
ServerConnectionImp(long destinationPort,
String hostName,
String interfaceName,
String serverName,
String apiName)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
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. |
TransactionOpen |
getTransactionOpen()
|
ConnectionStatus |
getTransactionStatus()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerConnectionImp(long destinationPort,
String hostName,
String interfaceName,
String serverName,
String apiName)
| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic long getDestinationPort()
ServerConnection
getDestinationPort in interface ServerConnectionpublic long getFailedRequestCount()
ServerConnection
getFailedRequestCount in interface ServerConnectionpublic String getHostName()
ServerConnection
getHostName in interface ServerConnectionpublic String getInterfaceName()
ServerConnection
getInterfaceName in interface ServerConnectionpublic String getLastFailedRequestDescription()
ServerConnection
getLastFailedRequestDescription in interface ServerConnectionpublic Date getLastFailedRequestTime()
ServerConnection
getLastFailedRequestTime in interface ServerConnectionpublic String getServerName()
ServerConnection
getServerName in interface ServerConnectionpublic long getTotalRequestCount()
ServerConnection
getTotalRequestCount in interface ServerConnectionpublic String getMethodName()
getMethodName in interface ServerConnectionpublic Date getLastSuccessfulRequestTime()
getLastSuccessfulRequestTime in interface ServerConnectionpublic Date getLastTransactionStartTime()
getLastTransactionStartTime in interface ServerConnectionpublic Date getLastTransactionEndTime()
getLastTransactionEndTime in interface ServerConnectionpublic long getLastTransactionProcessingTime()
getLastTransactionProcessingTime in interface ServerConnectionpublic ConnectionStatus getTransactionStatus()
getTransactionStatus in interface ServerConnectionpublic long getOpenSince()
getOpenSince in interface ServerConnectionpublic TransactionOpen getTransactionOpen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||