com.atlassian.jira.util.system
Interface SystemInfoUtils

All Known Implementing Classes:
SystemInfoUtilsImpl

public interface SystemInfoUtils


Nested Class Summary
static interface SystemInfoUtils.DatabaseMetaData
           
 
Field Summary
static long MEGABYTE
           
 
Method Summary
 String getAppServer()
           
 SystemInfoUtils.DatabaseMetaData getDatabaseMetaData()
           
 String getDatabaseType()
           
 long getFreeMemory()
           
 String getInstallationType()
           
 String getJNDIName()
           
 long getTotalMemory()
           
 String getUptime(ResourceBundle resourceBundle)
           
 long getUsedMemory()
           
 

Field Detail

MEGABYTE

static final long MEGABYTE
See Also:
Constant Field Values
Method Detail

getDatabaseType

String getDatabaseType()

getJNDIName

String getJNDIName()

getAppServer

String getAppServer()

getInstallationType

String getInstallationType()

getUptime

String getUptime(ResourceBundle resourceBundle)

getTotalMemory

long getTotalMemory()

getFreeMemory

long getFreeMemory()

getUsedMemory

long getUsedMemory()

getDatabaseMetaData

SystemInfoUtils.DatabaseMetaData getDatabaseMetaData()
                                                     throws org.ofbiz.core.entity.GenericEntityException,
                                                            JiraException,
                                                            SQLException
Throws:
org.ofbiz.core.entity.GenericEntityException
JiraException
SQLException


Copyright © 2002-2007 Atlassian. All Rights Reserved.