com.ca.jcs
Interface AttributesProxy

All Known Implementing Classes:
LazyConnectorAttributesProxy, LazyLdapAttributesProxy, ValidationLazyAttributesProxy

public interface AttributesProxy

Implemented by classes allowing attribute values to be looked up for requested attribute ids.


Method Summary
 Attribute get(String attrID)
           
 

Method Detail

get

Attribute get(String attrID)
              throws NamingException
Throws:
NamingException


Created 2011-07-14 13:27 EST