|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.ldapadapter.appconn.STCAttributesImpl
public class STCAttributesImpl
This class is used as a container for the attributes of an entry
| Constructor Summary | |
|---|---|
protected |
STCAttributesImpl()
|
protected |
STCAttributesImpl(javax.naming.NamingEnumeration attributeListEnum)
Creates a new instance of STCAttributes |
| Method Summary | |
|---|---|
int |
countSTCAttribute()
Returns the number of attributes |
STCAttribute |
getSTCAttribute(int i)
Returns the attribute at the specified index from the array of attributes |
void |
reset()
Method to reset the values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected STCAttributesImpl()
protected STCAttributesImpl(javax.naming.NamingEnumeration attributeListEnum)
throws javax.naming.NamingException
attributeListEnum - the enumeration of attributes
javax.naming.NamingException - if an error occurs while retrieving the attributes| Method Detail |
|---|
public int countSTCAttribute()
countSTCAttribute in interface STCAttributes
public STCAttribute getSTCAttribute(int i)
throws java.lang.IndexOutOfBoundsException
getSTCAttribute in interface STCAttributesi - the index of the attribute to be returned
java.lang.IndexOutOfBoundsException - if the index specified is not in rangepublic void reset()
reset in interface STCAttributes
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||