package com.tridium.platform; public interface IPlatformLibrary { String[] getAllFileSystemNames(); int getBlockSize(String str); int getCurrentCPUUtilization(); long getCurrentFileCount(String str); long getFreeBytes(String str); long getFreePhysicalMemoryBytes(); String getLastErrorMessage(); long getMaxFileCount(String str); String getNativeTimeZone(); int getNumberCPUs(); int getOverallCPUUtilization(); long getProcessId(); long getTotalBytes(String str); long getTotalPhysicalMemoryBytes(); boolean isFlash(String str); void log(int i, String str); int setNativeTimeZone(String str, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, int i10, int i11, int i12, int i13, int i14, int i15, int i16); int setSystemTime(long j); void updateWatchdog(String str, int i, int i2, int i3); }