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.


Method Summary
 int getAvailableProcessors()
           
 Date getKernelBootTime()
          Gets the date at which the kernel was most recently started in this JVM
 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

int getAvailableProcessors()

getKernelBootTime

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


getSystemProperties

Properties getSystemProperties()
Gets the system properties for this JVM


getSystemLog

SystemLog getSystemLog()
Gets the system log instance



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.