org.teleal.cling.support.igd
Class Connection.StatusInfo

java.lang.Object
  extended by org.teleal.cling.support.igd.Connection.StatusInfo
Enclosing class:
Connection

public static class Connection.StatusInfo
extends java.lang.Object


Constructor Summary
Connection.StatusInfo(Connection.Status status, long uptimeSeconds, Connection.Error lastError)
           
Connection.StatusInfo(Connection.Status status, org.teleal.cling.model.types.UnsignedIntegerFourBytes uptime, Connection.Error lastError)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 Connection.Error getLastError()
           
 Connection.Status getStatus()
           
 org.teleal.cling.model.types.UnsignedIntegerFourBytes getUptime()
           
 long getUptimeSeconds()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Connection.StatusInfo

public Connection.StatusInfo(Connection.Status status,
                             org.teleal.cling.model.types.UnsignedIntegerFourBytes uptime,
                             Connection.Error lastError)

Connection.StatusInfo

public Connection.StatusInfo(Connection.Status status,
                             long uptimeSeconds,
                             Connection.Error lastError)
Method Detail

getStatus

public Connection.Status getStatus()

getUptimeSeconds

public long getUptimeSeconds()

getUptime

public org.teleal.cling.model.types.UnsignedIntegerFourBytes getUptime()

getLastError

public Connection.Error getLastError()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.