Save This Page
Home » openjdk-7 » javax » naming » spi » [javadoc | source]
javax.naming.spi
class: ContinuationDirContext [javadoc | source]
java.lang.Object
   javax.naming.spi.ContinuationContext
      javax.naming.spi.ContinuationDirContext

All Implemented Interfaces:
    DirContext, Context, Resolver

This class is the continuation context for invoking DirContext methods.
Fields inherited from javax.naming.spi.ContinuationContext:
cpe,  env,  contCtx
Constructor:
 ContinuationDirContext(CannotProceedException cpe,
    Hashtable env) 
Method from javax.naming.spi.ContinuationDirContext Summary:
bind,   bind,   createSubcontext,   createSubcontext,   getAttributes,   getAttributes,   getAttributes,   getAttributes,   getSchema,   getSchema,   getSchemaClassDefinition,   getSchemaClassDefinition,   getTargetContext,   getTargetContext,   modifyAttributes,   modifyAttributes,   modifyAttributes,   modifyAttributes,   rebind,   rebind,   search,   search,   search,   search,   search,   search,   search,   search
Methods from javax.naming.spi.ContinuationContext:
addToEnvironment,   bind,   bind,   close,   composeName,   composeName,   createSubcontext,   createSubcontext,   destroySubcontext,   destroySubcontext,   getEnvironment,   getNameInNamespace,   getNameParser,   getNameParser,   getTargetContext,   list,   list,   listBindings,   listBindings,   lookup,   lookup,   lookupLink,   lookupLink,   rebind,   rebind,   removeFromEnvironment,   rename,   rename,   resolveToClass,   resolveToClass,   unbind,   unbind
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.naming.spi.ContinuationDirContext Detail:
 public  void bind(Name name,
    Object obj,
    Attributes attrs) throws NamingException 
 public  void bind(String name,
    Object obj,
    Attributes attrs) throws NamingException 
 public DirContext createSubcontext(Name name,
    Attributes attrs) throws NamingException 
 public DirContext createSubcontext(String name,
    Attributes attrs) throws NamingException 
 public Attributes getAttributes(String name) throws NamingException 
 public Attributes getAttributes(Name name) throws NamingException 
 public Attributes getAttributes(String name,
    String[] attrIds) throws NamingException 
 public Attributes getAttributes(Name name,
    String[] attrIds) throws NamingException 
 public DirContext getSchema(String name) throws NamingException 
 public DirContext getSchema(Name name) throws NamingException 
 public DirContext getSchemaClassDefinition(String name) throws NamingException 
 public DirContext getSchemaClassDefinition(Name name) throws NamingException 
 protected DirContextNamePair getTargetContext(Name name) throws NamingException 
 protected DirContextStringPair getTargetContext(String name) throws NamingException 
 public  void modifyAttributes(Name name,
    ModificationItem[] mods) throws NamingException 
 public  void modifyAttributes(String name,
    ModificationItem[] mods) throws NamingException 
 public  void modifyAttributes(Name name,
    int mod_op,
    Attributes attrs) throws NamingException 
 public  void modifyAttributes(String name,
    int mod_op,
    Attributes attrs) throws NamingException 
 public  void rebind(Name name,
    Object obj,
    Attributes attrs) throws NamingException 
 public  void rebind(String name,
    Object obj,
    Attributes attrs) throws NamingException 
 public NamingEnumeration search(Name name,
    Attributes matchingAttributes) throws NamingException 
 public NamingEnumeration search(String name,
    Attributes matchingAttributes) throws NamingException 
 public NamingEnumeration search(Name name,
    Attributes matchingAttributes,
    String[] attributesToReturn) throws NamingException 
 public NamingEnumeration search(String name,
    Attributes matchingAttributes,
    String[] attributesToReturn) throws NamingException 
 public NamingEnumeration search(Name name,
    String filter,
    SearchControls cons) throws NamingException 
 public NamingEnumeration search(String name,
    String filter,
    SearchControls cons) throws NamingException 
 public NamingEnumeration search(Name name,
    String filterExpr,
    Object[] args,
    SearchControls cons) throws NamingException 
 public NamingEnumeration search(String name,
    String filterExpr,
    Object[] args,
    SearchControls cons) throws NamingException