|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Result
Result interface. This is used to store a single Result & its attributes retrieved from a search operation.
| Method Summary | |
|---|---|
int |
countSTCAttribute()
Gets the number of attributes available. |
java.lang.String |
getName()
Get the name of the current result. |
STCAttributes |
getSTCAttributes()
Get the collection of attributes. |
void |
reset()
Method to reset the values |
STCAttribute |
retrieveSTCAttribute(int i)
Gets the attribute specified by the index position. |
| Method Detail |
|---|
java.lang.String getName()
STCAttributes getSTCAttributes()
STCAttribute retrieveSTCAttribute(int i)
throws java.lang.IndexOutOfBoundsException
i - The integer index specifying the position of the
attribute to return.
java.lang.IndexOutOfBoundsException - if index i < 0 || index i > countAttributes()int countSTCAttribute()
void reset()
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||