org.wso2.carbon.server.admin.common
Class ServerUpTime
java.lang.Object
org.wso2.carbon.server.admin.common.ServerUpTime
public class ServerUpTime
- extends Object
Represents the up time of this Carbon server
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerUpTime
public ServerUpTime(long days,
int hours,
int minutes,
int seconds)
ServerUpTime
public ServerUpTime()
getDays
public long getDays()
getHours
public int getHours()
getMinutes
public int getMinutes()
getSeconds
public int getSeconds()
Copyright © 2014 WSO2 Inc. All rights reserved.