Package org.openiam.srvc.common
Class SystemInfoWebServiceImpl
- java.lang.Object
-
- org.openiam.srvc.common.SystemInfoWebServiceImpl
-
- All Implemented Interfaces:
SystemInfoWebService,org.springframework.beans.factory.Aware,org.springframework.web.context.ServletContextAware
@Service("systemInfoWS") public class SystemInfoWebServiceImpl extends Object implements SystemInfoWebService, org.springframework.web.context.ServletContextAware
-
-
Constructor Summary
Constructors Constructor Description SystemInfoWebServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJarManifestInfo(String resName, String attrName)StringgetJavaInfo(String param)StringgetMemInfo(String param)StringgetOsInfo(String param)StringgetProjectVersion()StringgetWarManifestInfo(String attrName)BooleanisDevelopmentMode()BooleanisLinux()BooleanisWindows()voidsetServletContext(javax.servlet.ServletContext servletContext)
-
-
-
Method Detail
-
isDevelopmentMode
public Boolean isDevelopmentMode()
- Specified by:
isDevelopmentModein interfaceSystemInfoWebService
-
getWarManifestInfo
public String getWarManifestInfo(String attrName)
- Specified by:
getWarManifestInfoin interfaceSystemInfoWebService
-
getJarManifestInfo
public String getJarManifestInfo(String resName, String attrName)
- Specified by:
getJarManifestInfoin interfaceSystemInfoWebService
-
getOsInfo
public String getOsInfo(String param)
- Specified by:
getOsInfoin interfaceSystemInfoWebService
-
getJavaInfo
public String getJavaInfo(String param)
- Specified by:
getJavaInfoin interfaceSystemInfoWebService
-
getMemInfo
public String getMemInfo(String param)
- Specified by:
getMemInfoin interfaceSystemInfoWebService
-
isWindows
public Boolean isWindows()
- Specified by:
isWindowsin interfaceSystemInfoWebService
-
isLinux
public Boolean isLinux()
- Specified by:
isLinuxin interfaceSystemInfoWebService
-
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
setServletContextin interfaceorg.springframework.web.context.ServletContextAware
-
getProjectVersion
public String getProjectVersion()
- Specified by:
getProjectVersionin interfaceSystemInfoWebService
-
-