|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.bo.common.BasicKernel
public final class BasicKernel
This class provides basic informations about the kernel.
| Constructor Summary | |
|---|---|
BasicKernel()
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBuildId()
Get build information. |
java.lang.String |
getDedication()
Get dedication for this kernel. |
java.lang.String |
getDescriptiveKernelVersion()
Get descriptive version information of this kernel. |
java.lang.String |
getKernelCodeName()
Get code name of this kernel. |
java.lang.String |
getKernelVersion()
Get version of this kernel. |
java.lang.String |
getKernelVersionDirectory()
Get relative version directory of this kernel. |
java.lang.String |
getMaximalRuleVersion()
Get maximal supported rule version of this kernel. |
boolean |
isRuleVersionSupported(java.lang.String ruleVersion)
Is a given rule version supported? |
boolean |
isSetConnectionTimeOutSupported()
Does URLConnection support the method setConnectionTimeOut
in the currently running JVM. |
boolean |
isSetReadTimeoutSupported()
Does URLConnection support the method setReadTimeOut
in the currently running JVM. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicKernel()
| Method Detail |
|---|
public java.lang.String getBuildId()
KernelProperties
getBuildId in interface KernelPropertiespublic final java.lang.String getKernelVersion()
KernelProperties
getKernelVersion in interface KernelPropertiespublic final java.lang.String getKernelCodeName()
KernelProperties
getKernelCodeName in interface KernelPropertiespublic final java.lang.String getKernelVersionDirectory()
KernelProperties
getKernelVersionDirectory in interface KernelPropertiespublic final java.lang.String getDescriptiveKernelVersion()
KernelProperties
getDescriptiveKernelVersion in interface KernelPropertiespublic final java.lang.String getDedication()
KernelProperties
getDedication in interface KernelPropertiespublic final java.lang.String getMaximalRuleVersion()
KernelProperties
getMaximalRuleVersion in interface KernelPropertiespublic final boolean isRuleVersionSupported(java.lang.String ruleVersion)
KernelProperties
isRuleVersionSupported in interface KernelPropertiesruleVersion - Check this one.
public boolean isSetConnectionTimeOutSupported()
KernelPropertiesURLConnection support the method setConnectionTimeOut
in the currently running JVM. This should be true since version 1.5 but false for 1.4.2.
isSetConnectionTimeOutSupported in interface KernelPropertiespublic boolean isSetReadTimeoutSupported()
KernelPropertiesURLConnection support the method setReadTimeOut
in the currently running JVM. This should be true since version 1.5 but false for 1.4.2.
isSetReadTimeoutSupported in interface KernelProperties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||