|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.api.session.IEssbase.Home
public static final class IEssbase.Home
The Home is a factory for creating JAPI instances.
Constructor Summary | |
---|---|
IEssbase.Home() |
Method Summary | |
---|---|
static IEssbase |
create(java.lang.String japiVerUsed) Creates an instance of JAPI. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IEssbase.Home()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |