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
-
-
Constructor Summary
Constructors Constructor Description ServerUpTime()ServerUpTime(long days, int hours, int minutes, int seconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDays()intgetHours()intgetMinutes()intgetSeconds()
-