| java.lang.Object com.flexive.war.webdav.DirContextStringImpl com.flexive.war.webdav.MemoryDirContext
Method Summary | |
public Object | addToEnvironment(String p1, Object p2) | public void | bind(Name name, Object value) | public void | bind(Name name, Object value, Attributes attributes) | public void | close() | public Name | composeName(Name p1, Name p2) | public Context | createSubcontext(Name name) | public DirContext | createSubcontext(Name name, Attributes attributes) | public void | destroySubcontext(Name name) | public Attributes | getAttributes(Name name) | public Attributes | getAttributes(Name name, String[] attrIDs) | public java.util.Hashtable, ?> | getEnvironment() | Name | getFullName() Returns the full name. | String | getName() Returns the name. | public String | getNameInNamespace() | public NameParser | getNameParser(Name p1) | public DirContext | getSchema(Name p1) | public DirContext | getSchemaClassDefinition(Name p1) | public NamingEnumeration<NameClassPair> | list(Name p1) | public NamingEnumeration<Binding> | listBindings(Name name) | public Object | lookup(Name name) | public Object | lookupLink(Name p1) | public void | modifyAttributes(Name p1, ModificationItem[] p2) | public void | modifyAttributes(Name p1, int p2, Attributes p3) | public void | rebind(Name name, Object value) | public void | rebind(Name name, Object value, Attributes attributes) | public Object | removeFromEnvironment(String p1) | public void | rename(Name p1, Name p2) | public NamingEnumeration<javax.naming.directory.SearchResult> | search(Name p1, Attributes p2) | public NamingEnumeration<javax.naming.directory.SearchResult> | search(Name p1, String p2, SearchControls p3) | public NamingEnumeration<javax.naming.directory.SearchResult> | search(Name p1, Attributes p2, String[] p3) | public NamingEnumeration<javax.naming.directory.SearchResult> | search(Name p1, String p2, Object[] p3, SearchControls p4) | void | setName(String contextName) Sets the name. | public String | toString() Returns a String representation of the object. | public void | unbind(Name name) |
serialVersionUID | final static long serialVersionUID(Code) | | |
MemoryDirContext | public MemoryDirContext()(Code) | | Constructor
|
setName | void setName(String contextName)(Code) | | Sets the name.
Parameters: contextName - the new name |
toString | public String toString()(Code) | | Returns a String representation of the object.
a String representation of the object. |
Methods inherited from com.flexive.war.webdav.DirContextStringImpl | public void bind(java.lang.String name, Object obj) throws NamingException(Code)(Java Doc) public void bind(String name, Object obj, Attributes attributes) throws NamingException(Code)(Java Doc) public String composeName(String name, String name1) throws NamingException(Code)(Java Doc) public Context createSubcontext(java.lang.String name) throws NamingException(Code)(Java Doc) public DirContext createSubcontext(String name, Attributes attributes) throws NamingException(Code)(Java Doc) public void destroySubcontext(java.lang.String name) throws NamingException(Code)(Java Doc) public Attributes getAttributes(String name) throws NamingException(Code)(Java Doc) public Attributes getAttributes(String name, String[] attrNames) throws NamingException(Code)(Java Doc) public NameParser getNameParser(java.lang.String name) throws NamingException(Code)(Java Doc) public DirContext getSchema(String name) throws NamingException(Code)(Java Doc) public DirContext getSchemaClassDefinition(String name) throws NamingException(Code)(Java Doc) public NamingEnumeration list(java.lang.String name) throws NamingException(Code)(Java Doc) public NamingEnumeration listBindings(java.lang.String name) throws NamingException(Code)(Java Doc) public java.lang.Object lookup(String name) throws NamingException(Code)(Java Doc) public java.lang.Object lookupLink(String name) throws NamingException(Code)(Java Doc) public void modifyAttributes(String name, ModificationItem[] modificationItem) throws NamingException(Code)(Java Doc) public void modifyAttributes(String name, int index, Attributes attributes) throws NamingException(Code)(Java Doc) public void rebind(String name, Object obj) throws NamingException(Code)(Java Doc) public void rebind(String name, Object obj, Attributes attributes) throws NamingException(Code)(Java Doc) public void rename(String name, String name1) throws NamingException(Code)(Java Doc) public NamingEnumeration search(String name, Attributes attributes) throws NamingException(Code)(Java Doc) public NamingEnumeration search(String name, String name1, SearchControls searchControls) throws NamingException(Code)(Java Doc) public NamingEnumeration search(String name, Attributes attributes, String[] str2) throws NamingException(Code)(Java Doc) public NamingEnumeration search(String name, String name1, Object[] obj, SearchControls searchControls) throws NamingException(Code)(Java Doc) public void unbind(String name) throws NamingException(Code)(Java Doc)
|
|
|