|
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.STCValuesImpl
public class STCValuesImpl
This class is used as a container for the values of an attribute
| Constructor Summary | |
|---|---|
protected |
STCValuesImpl()
|
protected |
STCValuesImpl(javax.naming.NamingEnumeration valsEnum)
Creates a new instance of STCValues |
| Method Summary | |
|---|---|
int |
countSTCValue()
Returns the number of values in the attribute |
STCValue |
getSTCValue(int j)
Returns the value at the specified index from the array of values |
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 STCValuesImpl()
protected STCValuesImpl(javax.naming.NamingEnumeration valsEnum)
throws javax.naming.NamingException
valsEnum - the enumeration of values
javax.naming.NamingException - if an error occurs while retrieving the values| Method Detail |
|---|
public void reset()
STCValues
reset in interface STCValuespublic int countSTCValue()
countSTCValue in interface STCValues
public STCValue getSTCValue(int j)
throws java.lang.IndexOutOfBoundsException
getSTCValue in interface STCValuesi - the index of the value to be returned
java.lang.IndexOutOfBoundsException - if the index specified is not in range
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||