KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > ldap > ControlFactory

javax.naming.ldap
Class ControlFactory

java.lang.Object
  extended by javax.naming.ldap.ControlFactory
See Also:
Source Code, Control

protected ControlFactory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Control getControlInstance(Control ctl)
                                    throws NamingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Control getControlInstance(Control ctl,
                                         Context ctx,
                                         Hashtable<?,?> env)
                                  throws NamingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags