org.apache.geronimo.system.properties
Class JvmVendor

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

public class JvmVendor
extends java.lang.Object

Version:
$Rev: 5066 $ $Date: 2007-04-27 12:07:23 -0400 (Fri, 27 Apr 2007) $

Method Summary
static java.lang.String getFullName()
           
static java.lang.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 java.lang.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 java.lang.String getJvmInfo()


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