org.apache.geronimo.management.geronimo
Interface JVM

All Superinterfaces:
J2EEManagedObject, JVM

public interface JVM
extends JVM

Geronimo extensions to the standard JSR-77 JVM type.

Version:
$Rev: 396206 $ $Date: 2006-04-23 04:55:45 +0200 (Sun, 23 Apr 2006) $

Method Summary
 int getAvailableProcessors()
           
 Date getKernelBootTime()
          Gets the date at which the kernel was most recently started in this JVM
 org.apache.geronimo.system.logging.SystemLog getSystemLog()
          Gets the system log instance
 Properties getSystemProperties()
          Gets the system properties for this JVM
 
Methods inherited from interface org.apache.geronimo.management.JVM
getJavaVendor, getJavaVersion, getNode
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getAvailableProcessors

public int getAvailableProcessors()

getKernelBootTime

public Date getKernelBootTime()
Gets the date at which the kernel was most recently started in this JVM


getSystemProperties

public Properties getSystemProperties()
Gets the system properties for this JVM


getSystemLog

public org.apache.geronimo.system.logging.SystemLog getSystemLog()
Gets the system log instance



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.