org.apache.cocoon.webservices.system
Class System
java.lang.Object
org.apache.cocoon.webservices.system.System
public class System
- extends Object
Class which provides JVM system related SOAP services.
- Version:
- $Id: System.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Marcus Crafter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
System
public System()
getProperties
public Properties getProperties()
getProperties
returns the current System Properties object.
- Returns:
- a
Properties
instance
- Throws:
SecurityException
- if access is denied
getArchitecture
public String getArchitecture()
getArchitecture
returns the host architecture.
- Returns:
- host architecture
getOperatingSystem
public String getOperatingSystem()
getOperatingSystem
returns the host operating system
- Returns:
- host operating system
getOperatingSystemVersion
public String getOperatingSystemVersion()
getOperatingSystemVersion
returns the host operating system
version
- Returns:
- host operating system version
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.