public static final class IEssbase.Home
extends java.lang.Object
| Constructor and Description |
|---|
Home() |
| Modifier and Type | Method and Description |
|---|---|
static IEssbase |
create(java.lang.String japiVerUsed)
Creates an instance of JAPI.
|
public static IEssbase create(java.lang.String japiVerUsed) throws com.essbase.api.base.EssException
japiVerUsed - The JAPI version used when compiling the client.
Make sure to pass only IEssbase.JAPI_VERSION, and do not pass any
hard coded string. Example usage is:
create(IEssbase.JAPI_VERSION).
This is useful for future compatibility - i.e in case you compile
with one version of JAPI and attempt to run with a totally
non compatible version of JAPI, this method will throw an exception.com.essbase.api.base.EssException - if an error occurs.