org.apache.cocoon.webservices.system
Class System

java.lang.Object
  extended by 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

Constructor Summary
System()
           
 
Method Summary
 String getArchitecture()
          getArchitecture returns the host architecture.
 String getOperatingSystem()
          getOperatingSystem returns the host operating system
 String getOperatingSystemVersion()
          getOperatingSystemVersion returns the host operating system version
 Properties getProperties()
          getProperties returns the current System Properties object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

System

public System()
Method Detail

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.