|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.essbase.api.core.Handle
com.essbase.eas.essbase.api.core.ContextHandle
public class ContextHandle
This class represents an Essbase API context handle. It extends the Handle class; the only additional functionality is that the constructors are public.
Handle, InstanceHandle| Constructor Summary | |
|---|---|
ContextHandle(long handle, long instHandle) |
|
| Method Summary | |
|---|---|
long |
getInstanceHandle() |
void |
setInstanceHandle(long instHandle) |
| Methods inherited from class com.essbase.eas.essbase.api.core.Handle |
|---|
getValue, invalidate, isValid, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContextHandle(long handle,
long instHandle)
| Method Detail |
|---|
public long getInstanceHandle()
public void setInstanceHandle(long instHandle)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||