org.wso2.carbon.server.admin.common
Class ServerUpTime

java.lang.Object
  extended by org.wso2.carbon.server.admin.common.ServerUpTime

public class ServerUpTime
extends Object

Represents the up time of this Carbon server


Constructor Summary
ServerUpTime()
           
ServerUpTime(long days, int hours, int minutes, int seconds)
           
 
Method Summary
 long getDays()
           
 int getHours()
           
 int getMinutes()
           
 int getSeconds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerUpTime

public ServerUpTime(long days,
                    int hours,
                    int minutes,
                    int seconds)

ServerUpTime

public ServerUpTime()
Method Detail

getDays

public long getDays()

getHours

public int getHours()

getMinutes

public int getMinutes()

getSeconds

public int getSeconds()


Copyright © 2014 WSO2 Inc. All rights reserved.