| java.lang.Object org.jboss.test.jca.fs.FSDirContext
FSDirContext | public class FSDirContext implements DirContext(Code) | | author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
Field Summary | |
static Category | log |
Method Summary | |
public Object | addToEnvironment(String str, Object obj) | public void | bind(Name name, Object obj) | public void | bind(String str, Object obj) | public void | bind(String str, Object obj, Attributes attributes) | public void | bind(Name name, Object obj, Attributes attributes) | public void | close() | public Name | composeName(Name name, Name name1) | public String | composeName(String str, String str1) | public DirContext | createSubcontext(String str, Attributes attributes) | public Context | createSubcontext(Name name) | public DirContext | createSubcontext(Name name, Attributes attributes) | public Context | createSubcontext(String str) | public void | destroySubcontext(String str) | public void | destroySubcontext(Name name) | public Attributes | getAttributes(Name name, String[] str) | public Attributes | getAttributes(String str) | public Attributes | getAttributes(Name name) | public Attributes | getAttributes(String str, String[] str1) | public Hashtable | getEnvironment() | public String | getNameInNamespace() | public NameParser | getNameParser(String str) | public NameParser | getNameParser(Name name) | public DirContext | getSchema(Name name) | public DirContext | getSchema(String str) | public DirContext | getSchemaClassDefinition(Name name) | public DirContext | getSchemaClassDefinition(String str) | public NamingEnumeration | list(String str) | public NamingEnumeration | list(Name name) | public NamingEnumeration | listBindings(Name name) | public NamingEnumeration | listBindings(String str) | public Object | lookup(String str) | public Object | lookup(Name name) | public Object | lookupLink(String str) | public Object | lookupLink(Name name) | public void | modifyAttributes(Name name, int param, Attributes attributes) | public void | modifyAttributes(String str, int param, Attributes attributes) | public void | modifyAttributes(Name name, ModificationItem[] modificationItem) | public void | modifyAttributes(String str, ModificationItem[] modificationItem) | public void | rebind(String str, Object obj, Attributes attributes) | public void | rebind(String str, Object obj) | public void | rebind(Name name, Object obj, Attributes attributes) | public void | rebind(Name name, Object obj) | public Object | removeFromEnvironment(String str) | public void | rename(String str, String str1) | public void | rename(Name name, Name name1) | public NamingEnumeration | search(String str, Attributes attributes, String[] str2) | public NamingEnumeration | search(Name name, Attributes attributes) | public NamingEnumeration | search(String str, Attributes attributes) | public NamingEnumeration | search(Name name, Attributes attributes, String[] str) | public NamingEnumeration | search(Name name, String str, SearchControls searchControls) | public NamingEnumeration | search(Name name, String str, Object[] obj, SearchControls searchControls) | public NamingEnumeration | search(String str, String str1, SearchControls searchControls) | public NamingEnumeration | search(String str, String str1, Object[] obj, SearchControls searchControls) | protected void | setManagedConnection(FSManagedConnection mc) | public void | unbind(Name name) | public void | unbind(String str) |
|
|