org.apache.geronimo.system.properties
Class JvmVendor

java.lang.Object
  extended by org.apache.geronimo.system.properties.JvmVendor

public class JvmVendor
extends Object


Method Summary
static String getFullName()
           
static String getJvmInfo()
           
static boolean isApache()
           
static boolean isIBM()
           
static boolean isIBMHybrid()
           
static boolean isSun()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFullName

public static String getFullName()

isSun

public static boolean isSun()

isIBM

public static boolean isIBM()

isIBMHybrid

public static boolean isIBMHybrid()

isApache

public static boolean isApache()

getJvmInfo

public static String getJvmInfo()


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