com.eurotech.framework.system
Interface SystemAdminService


public interface SystemAdminService

Service to perform basic system tasks. Copyright (c) 2012 Eurotech Inc. All rights reserved.


Method Summary
 String getUptime()
          Gets the amount of time this device has been up in milliseconds.
 void reboot()
          Reboots the device.
 void sync()
          Synchronizes data on flash with memory.
 

Method Detail

getUptime

String getUptime()
Gets the amount of time this device has been up in milliseconds.

Returns:
How long this device has been up in milliseconds.

reboot

void reboot()
Reboots the device.


sync

void sync()
Synchronizes data on flash with memory.



Copyright © 2013. All Rights Reserved.