|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.sgs.impl.service.data.store.BindingValue
public final class BindingValue
Provides information about the value bound to a name.
| Constructor Summary | |
|---|---|
BindingValue(long oid,
String nextName)
Creates an instance of this class. |
|
| Method Summary | |
|---|---|
String |
getNextName()
Returns the next name, if the requested name was not found, otherwise returns null. |
long |
getObjectId()
Returns the object ID that the requested name was bound to, or -1 if the name was not bound. |
boolean |
isNameBound()
Returns whether the name was bound. |
String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BindingValue(long oid,
String nextName)
oid - the value of the requested name or -1nextName - the next name or null
IllegalArgumentException - if oid is less than -1| Method Detail |
|---|
public boolean isNameBound()
true if the name was bound, otherwise falsepublic long getObjectId()
-1 if the name was not bound.
-1public String getNextName()
null. The value will also be null if there was
no bound name after the requested name.
nullpublic String toString()
toString in class Object
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||