|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.acedb.socket.SocketResultSet
Constructor Summary | |
SocketResultSet(org.acedb.socket.SocketDatabase db,
AceSet parent,
java.util.List names,
AceURL url)
|
Method Summary | |
boolean |
contains(java.lang.String name)
Returns whether an object is contained under a given name. |
AceSet |
filter(java.lang.String pattern)
Retrieve a sub-set of members by a filter string. |
java.lang.String |
getName()
The name of this node - possibly null. |
AceSet |
getParent()
The logical parent of this object or null if there is no logical parent. |
java.util.Iterator |
iterator()
An iterator over every thing in this set. |
java.util.Iterator |
nameIterator()
An iterator over the names associated with each thing in the set. |
AceSet |
retrieve(java.lang.String name)
Retrieve a memeber by name. |
int |
size()
The number of items in this AceSet. |
AceURL |
toURL()
A URL that can be used to retrieve this set (assuming that the server will still be there when you try). |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SocketResultSet(org.acedb.socket.SocketDatabase db, AceSet parent, java.util.List names, AceURL url)
Method Detail |
public int size()
public java.util.Iterator nameIterator()
public java.util.Iterator iterator()
public boolean contains(java.lang.String name)
public AceSet retrieve(java.lang.String name) throws AceException
public AceSet filter(java.lang.String pattern)
public AceSet getParent()
public AceURL toURL()
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |