org.exist.management.impl
Class SystemInfo

java.lang.Object
  extended by org.exist.management.impl.SystemInfo
All Implemented Interfaces:
SystemInfoMBean

public class SystemInfo
extends Object
implements SystemInfoMBean

Class SystemInfo

Author:
wessels

Constructor Summary
SystemInfo()
           
 
Method Summary
 String getDefaultEncoding()
           
 String getDefaultLocale()
           
 String getExistBuild()
           
 String getExistVersion()
           
 String getOperatingSystem()
           
 String getSvnRevision()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemInfo

public SystemInfo()
Method Detail

getExistVersion

public String getExistVersion()
Specified by:
getExistVersion in interface SystemInfoMBean

getExistBuild

public String getExistBuild()
Specified by:
getExistBuild in interface SystemInfoMBean

getSvnRevision

public String getSvnRevision()
Specified by:
getSvnRevision in interface SystemInfoMBean

getDefaultLocale

public String getDefaultLocale()
Specified by:
getDefaultLocale in interface SystemInfoMBean

getDefaultEncoding

public String getDefaultEncoding()
Specified by:
getDefaultEncoding in interface SystemInfoMBean

getOperatingSystem

public String getOperatingSystem()
Specified by:
getOperatingSystem in interface SystemInfoMBean


Copyright (C) Wolfgang Meier. All rights reserved.