com.quadrique.jbuildingblocks.core.process
Class JbbVmRuntimeInfo

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.process.JbbVmRuntimeInfo

public class JbbVmRuntimeInfo
extends Object

Author:
dkumbham

Constructor Summary
JbbVmRuntimeInfo()
           
JbbVmRuntimeInfo(Date startTime, long uptime, String classPath, Map<String,String> systemProperties, String vmVersion)
           
 
Method Summary
 String getClassPath()
           
 Date getStartTime()
           
 Map<String,String> getSystemProperties()
           
 long getUptime()
           
 String getVmVersion()
           
 void setClassPath(String classPath)
           
 void setStartTime(Date startTime)
           
 void setSystemProperties(Map<String,String> systemProperties)
           
 void setUptime(long uptime)
           
 void setVmVersion(String vmVersion)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JbbVmRuntimeInfo

public JbbVmRuntimeInfo()

JbbVmRuntimeInfo

public JbbVmRuntimeInfo(Date startTime,
                        long uptime,
                        String classPath,
                        Map<String,String> systemProperties,
                        String vmVersion)
Method Detail

getStartTime

public Date getStartTime()

setStartTime

public void setStartTime(Date startTime)

getUptime

public long getUptime()

setUptime

public void setUptime(long uptime)

getClassPath

public String getClassPath()

setClassPath

public void setClassPath(String classPath)

getSystemProperties

public Map<String,String> getSystemProperties()

setSystemProperties

public void setSystemProperties(Map<String,String> systemProperties)

getVmVersion

public String getVmVersion()

setVmVersion

public void setVmVersion(String vmVersion)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.