Package org.openiam.srvc.common
Interface SystemInfoWebService
-
- All Known Implementing Classes:
SystemInfoWebServiceImpl
public interface SystemInfoWebService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getJarManifestInfo(String resName, String attrName)
String
getJavaInfo(String param)
String
getMemInfo(String param)
String
getOsInfo(String param)
String
getProjectVersion()
String
getWarManifestInfo(String attrName)
Boolean
isDevelopmentMode()
Boolean
isLinux()
Boolean
isWindows()
-