|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjsdai.lang.SdaiCommon
jsdai.lang.Implementation
This class gives a general information on this SDAI implementation. The attributes contain only static information which do not change during runtime.
| Field Summary | |
static int |
build
The current build number of this implementation. |
static java.lang.String |
copyright
The copyright information. |
static short |
major_version
The major number of SDAI implementation version. |
static short |
middle_version
The middle number of SDAI implementation version. |
static short |
minor_version
The minor number of SDAI implementation version. |
| Method Summary | |
java.lang.String |
getBindingVersion()
Returns the version of the SDAI language binding for this implementation. |
int |
getDomainEquivalenceLevel()
Returns the level of domain equivalence supported by this implementation. |
int |
getExpressionLevel()
Returns the level of expression evaluation supported by this implementation. |
java.lang.Object |
getFeature(java.lang.String name)
Gets JSDAI feature. |
int |
getImplementationClass()
Returns the implementation class to which this implementation conforms. |
java.lang.String |
getLevel()
Returns the software version level of this implementation. |
java.lang.String |
getName()
Returns the name of the implementation as a String. |
java.lang.String |
getSdaiVersion()
Returns the version of SDAI to which this implementation conforms. |
int |
getTransactionLevel()
Returns the level of transaction supported by this implementation. |
void |
setFeature(java.lang.String name,
int value)
Sets JSDAI feature with the integer value. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int build
public static final java.lang.String copyright
public static final short major_version
public static final short middle_version
public static final short minor_version
| Method Detail |
public java.lang.String getName()
throws SdaiException
String.
SdaiException - SS_NOPN, session is not open.
public java.lang.String getLevel()
throws SdaiException
String specifying the software version level.
SdaiException - SS_NOPN, session is not open.
public java.lang.String getSdaiVersion()
throws SdaiException
String specifying the version of SDAI.
SdaiException - SS_NOPN, session is not open.
public java.lang.String getBindingVersion()
throws SdaiException
String specifying the version of the SDAI
language binding.
SdaiException - SS_NOPN, session is not open.
public int getImplementationClass()
throws SdaiException
SdaiException - SS_NOPN, session is not open.
public int getTransactionLevel()
throws SdaiException
SdaiException - SS_NOPN, session is not open.
public int getExpressionLevel()
throws SdaiException
SdaiException - SS_NOPN, session is not open.
public int getDomainEquivalenceLevel()
throws SdaiException
SdaiException - SS_NOPN, session is not open.
public void setFeature(java.lang.String name,
int value)
SdaiSession.getSession().getSdaiImplementation()
.setFeature("mapping-read-cache-size", 8096);
name - feature namevalue - feature valuepublic java.lang.Object getFeature(java.lang.String name)
name - feature name
|
Copyright © LKSoftWare GmbH, 1999-2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||