com.pega.pegarules.priv.management.web
Class WebTierRuntimeEnvironment

java.lang.Object
  extended by com.pega.pegarules.priv.management.web.WebTierRuntimeEnvironment

public class WebTierRuntimeEnvironment
extends java.lang.Object


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
WebTierRuntimeEnvironment()
           
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String getMajorVersion()
           
 java.lang.String getMinorVersion()
           
 java.lang.String getName()
           
 java.lang.String LookupJavaClass(java.lang.String aClass)
          This will return the location of the class given Class name
 java.lang.String RuntimeEnvironmentInfo()
           
 void setCategory(java.lang.String aCategory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Constructor Detail

WebTierRuntimeEnvironment

public WebTierRuntimeEnvironment()
Method Detail

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String aCategory)

getName

public java.lang.String getName()

getMajorVersion

public java.lang.String getMajorVersion()

getMinorVersion

public java.lang.String getMinorVersion()

RuntimeEnvironmentInfo

public java.lang.String RuntimeEnvironmentInfo()

LookupJavaClass

public java.lang.String LookupJavaClass(java.lang.String aClass)
This will return the location of the class given Class name

Parameters:
aClass - The class whoose location is to be known.
Returns:
The actual location of the class.