|
||||||||||
| 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
public abstract class Handle
This class defines a generic Handle class.
Notes:
InstanceHandle, ContextHandle| Constructor Summary | |
|---|---|
protected |
Handle()Protected no argument constructor. |
protected |
Handle(long handle)Protected constructor with an initializer. |
| Method Summary | |
|---|---|
long |
getValue()Retrieves the current value of the handle. |
void |
invalidate()forces the handle to be invalid. |
boolean |
isValid()determines if the handle has "valid" value. |
void |
setValue(long newValue)Modifies the value of the handle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Handle()
protected Handle(long handle)
| Method Detail |
|---|
public void invalidate()
public boolean isValid()
public long getValue()
public void setValue(long newValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||