Skip navigation links
A B C D E G H I J K L M N O P R S T U V X 

A

AbstractContext - Class in org.osjava.sj.jndi
The heart of the system, the abstract implementation of context for simple-jndi.
AbstractContext() - Constructor for class org.osjava.sj.jndi.AbstractContext
Creates a AbstractContext.
AbstractContext(Hashtable) - Constructor for class org.osjava.sj.jndi.AbstractContext
Creates a AbstractContext.
AbstractContext(Hashtable, boolean) - Constructor for class org.osjava.sj.jndi.AbstractContext
Creates a AbstractContext.
AbstractContext(Hashtable, NameParser) - Constructor for class org.osjava.sj.jndi.AbstractContext
Creates a AbstractContext.
AbstractContext(boolean) - Constructor for class org.osjava.sj.jndi.AbstractContext
Creates a AbstractContext.
AbstractContext(boolean, NameParser) - Constructor for class org.osjava.sj.jndi.AbstractContext
Creates a AbstractContext.
AbstractContext(NameParser) - Constructor for class org.osjava.sj.jndi.AbstractContext
Creates a AbstractContext.
AbstractContext(Hashtable, boolean, NameParser) - Constructor for class org.osjava.sj.jndi.AbstractContext
Creates a AbstractContext.
AbstractContext(AbstractContext) - Constructor for class org.osjava.sj.jndi.AbstractContext
Create a new context based upon the environment of the passed context.
AbstractProperties - Class in org.osjava.sj.loader.util
 
AbstractProperties() - Constructor for class org.osjava.sj.loader.util.AbstractProperties
 
AbstractProperties(Properties) - Constructor for class org.osjava.sj.loader.util.AbstractProperties
 
add(Object) - Method in class org.osjava.sj.loader.util.OrderedSet
 
addAll(Collection) - Method in class org.osjava.sj.loader.util.OrderedSet
 
addAttributes(String, NamedNodeMap) - Method in class org.osjava.sj.loader.util.XmlProperties
 
addNode(String, Node) - Method in class org.osjava.sj.loader.util.XmlProperties
 
addToEnvironment(String, Object) - Method in class org.osjava.sj.jndi.AbstractContext
 
addToEnvironment(String, Object) - Method in class org.osjava.sj.jndi.DelegatingContext
 

B

BeanConverter - Class in org.osjava.sj.loader.convert
Create an object using its empty constructor, then call setXxx for each pseudo property.
BeanConverter() - Constructor for class org.osjava.sj.loader.convert.BeanConverter
 
bind(Name, Object) - Method in class org.osjava.sj.jndi.AbstractContext
 
bind(String, Object) - Method in class org.osjava.sj.jndi.AbstractContext
 
bind(Name, Object) - Method in class org.osjava.sj.jndi.DelegatingContext
 
bind(String, Object) - Method in class org.osjava.sj.jndi.DelegatingContext
 
bindings - Variable in class org.osjava.sj.jndi.ContextBindings
A Map of the bindings of a Context.

C

clear() - Method in class org.osjava.sj.jndi.StaticHashtable
 
clear() - Method in class org.osjava.sj.loader.util.OrderedSet
 
close() - Method in class org.osjava.sj.jndi.AbstractContext
 
close() - Method in class org.osjava.sj.jndi.ContextBindings
Close the ContextBindings instance, rendering it inoperable.
close() - Method in class org.osjava.sj.jndi.DelegatingContext
 
closing - Variable in class org.osjava.sj.jndi.AbstractContext
 
composeName(Name, Name) - Method in class org.osjava.sj.jndi.AbstractContext
 
composeName(String, String) - Method in class org.osjava.sj.jndi.AbstractContext
 
composeName(Name, Name) - Method in class org.osjava.sj.jndi.DelegatingContext
 
composeName(String, String) - Method in class org.osjava.sj.jndi.DelegatingContext
 
ConstructorConverter - Class in org.osjava.sj.loader.convert
Convert a text value to any object whose constructor takes a single String object.
ConstructorConverter() - Constructor for class org.osjava.sj.loader.convert.ConstructorConverter
 
contains(Object) - Method in class org.osjava.sj.jndi.StaticHashtable
 
contains(Object) - Method in class org.osjava.sj.loader.util.OrderedSet
 
containsAll(Collection) - Method in class org.osjava.sj.loader.util.OrderedSet
 
containsKey(Object) - Method in class org.osjava.sj.jndi.StaticHashtable
 
containsValue(Object) - Method in class org.osjava.sj.jndi.StaticHashtable
 
context - Variable in class org.osjava.sj.naming.Jndi
 
ContextBindings - Class in org.osjava.sj.jndi
This class represents a NamingEnumeration of the bindings of a Context.
ContextBindings(Map) - Constructor for class org.osjava.sj.jndi.ContextBindings
Creates a ContextBindings object based upon an a Map of names and the objects the names are bound to.
ContextNames - Class in org.osjava.sj.jndi
This class represents a NamingEnumeration of the class names of a Context.
ContextNames(Map) - Constructor for class org.osjava.sj.jndi.ContextNames
Creates a ContextNames object based upon an a Map of names and the objects the names are bound to.
convert(Properties, String) - Method in class org.osjava.sj.loader.convert.BeanConverter
 
convert(Properties, String) - Method in class org.osjava.sj.loader.convert.ConstructorConverter
 
convert(Properties, String) - Method in interface org.osjava.sj.loader.convert.Converter
Turn a String-based tree-structure into an Object.
convert(Properties, String) - Method in class org.osjava.sj.loader.convert.DataSourceConverter
 
convert(Properties, String) - Method in class org.osjava.sj.loader.convert.DateConverter
 
convert(Properties, String) - Method in class org.osjava.sj.loader.convert.MapConverter
 
convert(Properties, String) - Method in class org.osjava.sj.loader.convert.NullConverter
 
convert(Properties) - Static method in class org.osjava.sj.loader.JndiLoader
 
Converter - Interface in org.osjava.sj.loader.convert
 
converters - Variable in class org.osjava.sj.loader.convert.ConvertRegistry
 
ConvertRegistry - Class in org.osjava.sj.loader.convert
 
ConvertRegistry() - Constructor for class org.osjava.sj.loader.convert.ConvertRegistry
 
convertRegistry - Static variable in class org.osjava.sj.loader.JndiLoader
 
copyFromSystemProperties(Hashtable, String) - Static method in class org.osjava.sj.SimpleContext
 
createContext(Hashtable) - Static method in class org.osjava.sj.SimpleContext
 
createSubcontext(Name) - Method in class org.osjava.sj.jndi.AbstractContext
 
createSubcontext(String) - Method in class org.osjava.sj.jndi.AbstractContext
 
createSubcontext(Name) - Method in class org.osjava.sj.jndi.DelegatingContext
 
createSubcontext(String) - Method in class org.osjava.sj.jndi.DelegatingContext
 
createSubcontext(Name) - Method in class org.osjava.sj.memory.MemoryContext
 
CustomProperties - Class in org.osjava.sj.loader.util
 
CustomProperties() - Constructor for class org.osjava.sj.loader.util.CustomProperties
 

D

DataSourceConverter - Class in org.osjava.sj.loader.convert
 
DataSourceConverter() - Constructor for class org.osjava.sj.loader.convert.DataSourceConverter
 
DateConverter - Class in org.osjava.sj.loader.convert
 
DateConverter() - Constructor for class org.osjava.sj.loader.convert.DateConverter
 
DelegatingContext - Class in org.osjava.sj.jndi
Standard delegating pattern for JNDI Contexts.
DelegatingContext(Context) - Constructor for class org.osjava.sj.jndi.DelegatingContext
 
delimiter - Variable in class org.osjava.sj.loader.util.AbstractProperties
 
destroySubcontext(Name) - Method in class org.osjava.sj.jndi.AbstractContext
 
destroySubcontext(String) - Method in class org.osjava.sj.jndi.AbstractContext
 
destroySubcontext(Name) - Method in class org.osjava.sj.jndi.DelegatingContext
 
destroySubcontext(String) - Method in class org.osjava.sj.jndi.DelegatingContext
 
driver - Variable in class org.osjava.sj.loader.SJDataSource
 

E

elements() - Method in class org.osjava.sj.jndi.StaticHashtable
 
ensureLoaded(String) - Static method in class org.osjava.sj.loader.SJDataSource
 
entrySet() - Method in class org.osjava.sj.jndi.StaticHashtable
 
env - Variable in class org.osjava.sj.jndi.AbstractContext
 
equals(Object) - Method in class org.osjava.sj.jndi.StaticHashtable
 
equals(Object) - Method in class org.osjava.sj.loader.SJDataSource
 
equals(Object) - Method in class org.osjava.sj.loader.util.OrderedSet
 

G

get(Object) - Method in class org.osjava.sj.jndi.StaticHashtable
 
getConnection() - Method in class org.osjava.sj.loader.SJDataSource
 
getConnection(String, String) - Method in class org.osjava.sj.loader.SJDataSource
returns a connection to the database specified in the properties and creates a connection pool, if neccessary
getConverter(String) - Method in class org.osjava.sj.loader.convert.ConvertRegistry
 
getDelimiter() - Method in class org.osjava.sj.loader.util.AbstractProperties
 
getEnvironment() - Method in class org.osjava.sj.jndi.AbstractContext
 
getEnvironment() - Method in class org.osjava.sj.jndi.DelegatingContext
 
getInitialContext(Hashtable) - Method in class org.osjava.sj.memory.MemoryContextFactory
 
getInitialContext(Hashtable) - Method in class org.osjava.sj.SimpleContextFactory
 
getLastElement(String, String) - Static method in class org.osjava.sj.loader.JndiLoader
 
getLoginTimeout() - Method in class org.osjava.sj.loader.SJDataSource
 
getLogWriter() - Method in class org.osjava.sj.loader.SJDataSource
 
getNameInNamespace() - Method in class org.osjava.sj.jndi.AbstractContext
 
getNameInNamespace() - Method in class org.osjava.sj.jndi.DelegatingContext
 
getNameParser(Name) - Method in class org.osjava.sj.jndi.AbstractContext
 
getNameParser(String) - Method in class org.osjava.sj.jndi.AbstractContext
 
getNameParser(Name) - Method in class org.osjava.sj.jndi.DelegatingContext
 
getNameParser(String) - Method in class org.osjava.sj.jndi.DelegatingContext
 
getParameter(String) - Method in class org.osjava.sj.loader.JndiLoader
 
getParentLogger() - Method in class org.osjava.sj.loader.SJDataSource
 
getSubContexts() - Method in class org.osjava.sj.jndi.AbstractContext
Convenience method returning the subcontexts that this context parents.
getTarget() - Method in class org.osjava.sj.jndi.DelegatingContext
 
getUrl(String) - Static method in class org.osjava.sj.loader.PoolSetup
 

H

hashCode() - Method in class org.osjava.sj.jndi.StaticHashtable
 
hashCode() - Method in class org.osjava.sj.loader.SJDataSource
 
hashCode() - Method in class org.osjava.sj.loader.util.OrderedSet
 
hasMore() - Method in class org.osjava.sj.jndi.ContextBindings
Returns true if there are more elements available, otherwise false.
hasMoreElements() - Method in class org.osjava.sj.jndi.ContextBindings
Returns true if there are more elements available, otherwise false.

I

index - Variable in class org.osjava.sj.loader.util.AbstractProperties
 
IniProperties - Class in org.osjava.sj.loader.util
Functionally like the CustomProperties class in that it has comments and an order, IniProperties reads .ini files.
IniProperties() - Constructor for class org.osjava.sj.loader.util.IniProperties
 
InvalidObjectTypeException - Exception in org.osjava.sj.jndi
An exception to indicate that the object that was being bound to a context is not a valid type for the context.
InvalidObjectTypeException(String) - Constructor for exception org.osjava.sj.jndi.InvalidObjectTypeException
Create a new InvalidObjectTypeException with the given explanation.
InvalidObjectTypeException() - Constructor for exception org.osjava.sj.jndi.InvalidObjectTypeException
Create a new InvalidObjectTypeException with the default explanation.
isEmpty() - Method in class org.osjava.sj.jndi.AbstractContext
Determine whether or not the context is empty.
isEmpty() - Method in class org.osjava.sj.jndi.StaticHashtable
 
isEmpty() - Method in class org.osjava.sj.loader.util.OrderedSet
 
isSharedAndLoaded() - Static method in class org.osjava.sj.jndi.AbstractContext
Whether this context is running in shared mode AND has already been loaded with data.
isWrapperFor(Class<?>) - Method in class org.osjava.sj.loader.SJDataSource
 
iterator - Variable in class org.osjava.sj.jndi.ContextBindings
The iterator utilized in the Enumeration
iterator() - Method in class org.osjava.sj.loader.util.OrderedSet
 

J

Jndi - Class in org.osjava.sj.naming
Helper object for talking to JNDI.
Jndi() - Constructor for class org.osjava.sj.naming.Jndi
 
JndiLoader - Class in org.osjava.sj.loader
Loads a .properties file into a JNDI server.
JndiLoader() - Constructor for class org.osjava.sj.loader.JndiLoader
 
JndiLoader(Hashtable) - Constructor for class org.osjava.sj.loader.JndiLoader
 
jndiPut(Context, String, Object) - Method in class org.osjava.sj.loader.JndiLoader
 

K

keys() - Method in class org.osjava.sj.jndi.StaticHashtable
 
keys() - Method in class org.osjava.sj.loader.util.AbstractProperties
 
keySet() - Method in class org.osjava.sj.jndi.StaticHashtable
 
keySet() - Method in class org.osjava.sj.loader.util.AbstractProperties
 

L

list(Name) - Method in class org.osjava.sj.jndi.AbstractContext
 
list(String) - Method in class org.osjava.sj.jndi.AbstractContext
 
list(Name) - Method in class org.osjava.sj.jndi.DelegatingContext
 
list(String) - Method in class org.osjava.sj.jndi.DelegatingContext
 
list - Variable in class org.osjava.sj.loader.util.OrderedSet
 
listBindings(Name) - Method in class org.osjava.sj.jndi.AbstractContext
 
listBindings(String) - Method in class org.osjava.sj.jndi.AbstractContext
 
listBindings(Name) - Method in class org.osjava.sj.jndi.DelegatingContext
 
listBindings(String) - Method in class org.osjava.sj.jndi.DelegatingContext
 
load(Properties, Context) - Method in class org.osjava.sj.loader.JndiLoader
Loads a properties object into a context.
load(Properties, Context, Context, String) - Method in class org.osjava.sj.loader.JndiLoader
 
load(InputStream) - Method in class org.osjava.sj.loader.util.AbstractProperties
 
load(InputStream) - Method in class org.osjava.sj.loader.util.CustomProperties
 
load(InputStream) - Method in class org.osjava.sj.loader.util.IniProperties
Load in a .ini file.
load(InputStream) - Method in class org.osjava.sj.loader.util.XmlProperties
 
loadDirectory(File, Context) - Method in class org.osjava.sj.loader.JndiLoader
Loads all .properties files in a directory into a context
loadDirectory(File, Context, Context, String) - Method in class org.osjava.sj.loader.JndiLoader
 
loadDocument(Document) - Method in class org.osjava.sj.loader.util.XmlProperties
 
loadFile(File) - Method in class org.osjava.sj.loader.JndiLoader
 
lookup(Name) - Method in class org.osjava.sj.jndi.AbstractContext
Return the named object.
lookup(String) - Method in class org.osjava.sj.jndi.AbstractContext
 
lookup(Name) - Method in class org.osjava.sj.jndi.DelegatingContext
 
lookup(String) - Method in class org.osjava.sj.jndi.DelegatingContext
 
lookup(String) - Method in class org.osjava.sj.naming.Jndi
 
lookupDataSource(String) - Method in class org.osjava.sj.naming.Jndi
 
lookupLink(Name) - Method in class org.osjava.sj.jndi.AbstractContext
 
lookupLink(String) - Method in class org.osjava.sj.jndi.AbstractContext
 
lookupLink(Name) - Method in class org.osjava.sj.jndi.DelegatingContext
 
lookupLink(String) - Method in class org.osjava.sj.jndi.DelegatingContext
 
lookupList(String) - Method in class org.osjava.sj.naming.Jndi
 
lookupString(String) - Method in class org.osjava.sj.naming.Jndi
 

M

MapConverter - Class in org.osjava.sj.loader.convert
 
MapConverter() - Constructor for class org.osjava.sj.loader.convert.MapConverter
 
MemoryContext - Class in org.osjava.sj.memory
A generic context that requires no DataSource backend.
MemoryContext() - Constructor for class org.osjava.sj.memory.MemoryContext
 
MemoryContext(Hashtable) - Constructor for class org.osjava.sj.memory.MemoryContext
 
MemoryContext(Hashtable, boolean) - Constructor for class org.osjava.sj.memory.MemoryContext
 
MemoryContext(Hashtable, NameParser) - Constructor for class org.osjava.sj.memory.MemoryContext
 
MemoryContext(boolean) - Constructor for class org.osjava.sj.memory.MemoryContext
 
MemoryContext(boolean, NameParser) - Constructor for class org.osjava.sj.memory.MemoryContext
 
MemoryContext(NameParser) - Constructor for class org.osjava.sj.memory.MemoryContext
 
MemoryContext(Hashtable, boolean, NameParser) - Constructor for class org.osjava.sj.memory.MemoryContext
 
MemoryContext(AbstractContext) - Constructor for class org.osjava.sj.memory.MemoryContext
 
MemoryContextFactory - Class in org.osjava.sj.memory
Initial Context Factory for MemoryContexts.
MemoryContextFactory() - Constructor for class org.osjava.sj.memory.MemoryContextFactory
Create a MemoryContextFactory

N

nameInNamespace - Variable in class org.osjava.sj.jndi.AbstractContext
 
nameLock - Variable in class org.osjava.sj.jndi.AbstractContext
 
nameParser - Variable in class org.osjava.sj.jndi.AbstractContext
 
next() - Method in class org.osjava.sj.jndi.ContextBindings
Returns a Binding created from the next available name.
next() - Method in class org.osjava.sj.jndi.ContextNames
Returns a NameClassPair created from the next available name.
nextElement() - Method in class org.osjava.sj.jndi.ContextBindings
Returns a Binding created from the next available name.
nextElement() - Method in class org.osjava.sj.jndi.ContextNames
Returns a NameClassPair created from the next available name.
NULL_CONVERTER - Static variable in class org.osjava.sj.loader.convert.ConvertRegistry
 
NullConverter - Class in org.osjava.sj.loader.convert
 
NullConverter() - Constructor for class org.osjava.sj.loader.convert.NullConverter
 

O

OrderedSet - Class in org.osjava.sj.loader.util
An implementation of Set that guarentees ordering remains constant.
OrderedSet() - Constructor for class org.osjava.sj.loader.util.OrderedSet
 
OrderedSet(Collection) - Constructor for class org.osjava.sj.loader.util.OrderedSet
 
OrderedSet(List) - Constructor for class org.osjava.sj.loader.util.OrderedSet
Create using the given List as the internal storage method.
org.osjava.sj - package org.osjava.sj
A toolset of simple components that make JNDI life much easier.
org.osjava.sj.jndi - package org.osjava.sj.jndi
Support classes for writing JNDI implementations.
org.osjava.sj.loader - package org.osjava.sj.loader
Easy way to load values from .properties files into a JNDI system.
org.osjava.sj.loader.convert - package org.osjava.sj.loader.convert
 
org.osjava.sj.loader.util - package org.osjava.sj.loader.util
 
org.osjava.sj.memory - package org.osjava.sj.memory
A memory-based JNDI implementation.
org.osjava.sj.naming - package org.osjava.sj.naming
Helper classes for clients of JNDI servers.

P

parent - Variable in class org.osjava.sj.jndi.SimpleNameParser
 
parse(String) - Method in class org.osjava.sj.jndi.SimpleNameParser
Parses a name into its components.
(Copied from NameParser.parse(java.lang.String)
password - Variable in class org.osjava.sj.loader.SJDataSource
 
PoolSetup - Class in org.osjava.sj.loader
This is a wrapper for the Pooling functionality, currently provided by Jakarta DBCP.
PoolSetup() - Constructor for class org.osjava.sj.loader.PoolSetup
 
poolUrl - Variable in class org.osjava.sj.loader.SJDataSource
if a connection pool has been built, its url is stored in here
processChildren(String, Node) - Method in class org.osjava.sj.loader.util.XmlProperties
 
properties - Variable in class org.osjava.sj.loader.SJDataSource
 
propertyNames() - Method in class org.osjava.sj.loader.util.AbstractProperties
 
props - Variable in class org.osjava.sj.jndi.SimpleNameParser
 
put(Object, Object) - Method in class org.osjava.sj.jndi.StaticHashtable
 
put(Object, Object) - Method in class org.osjava.sj.loader.util.AbstractProperties
 
putAll(Map) - Method in class org.osjava.sj.jndi.StaticHashtable
 
putParameter(String, String) - Method in class org.osjava.sj.loader.JndiLoader
 
pw - Variable in class org.osjava.sj.loader.SJDataSource
 

R

rebind(Name, Object) - Method in class org.osjava.sj.jndi.AbstractContext
 
rebind(String, Object) - Method in class org.osjava.sj.jndi.AbstractContext
 
rebind(Name, Object) - Method in class org.osjava.sj.jndi.DelegatingContext
 
rebind(String, Object) - Method in class org.osjava.sj.jndi.DelegatingContext
 
remove(Object) - Method in class org.osjava.sj.jndi.StaticHashtable
 
remove(Object) - Method in class org.osjava.sj.loader.util.AbstractProperties
 
remove(Object) - Method in class org.osjava.sj.loader.util.OrderedSet
 
removeAll(Collection) - Method in class org.osjava.sj.loader.util.OrderedSet
 
removeFromEnvironment(String) - Method in class org.osjava.sj.jndi.AbstractContext
 
removeFromEnvironment(String) - Method in class org.osjava.sj.jndi.DelegatingContext
 
removeLastElement(String, String) - Static method in class org.osjava.sj.loader.JndiLoader
 
rename(Name, Name) - Method in class org.osjava.sj.jndi.AbstractContext
 
rename(String, String) - Method in class org.osjava.sj.jndi.AbstractContext
 
rename(Name, Name) - Method in class org.osjava.sj.jndi.DelegatingContext
 
rename(String, String) - Method in class org.osjava.sj.jndi.DelegatingContext
 
replace(String, String, String) - Static method in class org.osjava.sj.loader.util.Utils
 
retainAll(Collection) - Method in class org.osjava.sj.loader.util.OrderedSet
 

S

save(OutputStream, String) - Method in class org.osjava.sj.loader.util.AbstractProperties
Currently will write out defaults as well, which is not in the specification.
self - Variable in class org.osjava.sj.jndi.StaticHashtable
 
setDelimiter(String) - Method in class org.osjava.sj.loader.util.AbstractProperties
 
setLoginTimeout(int) - Method in class org.osjava.sj.loader.SJDataSource
 
setLogWriter(PrintWriter) - Method in class org.osjava.sj.loader.SJDataSource
 
setNameInNamespace(Name) - Method in class org.osjava.sj.jndi.AbstractContext
Set the name of the Context.
setNameInNamespace(String) - Method in class org.osjava.sj.jndi.AbstractContext
Set the name of the Context.
setProperty(String, String) - Method in class org.osjava.sj.loader.util.AbstractProperties
 
setupConnection(String, String, String, String, Properties) - Static method in class org.osjava.sj.loader.PoolSetup
 
SIMPLE_COLON_REPLACE - Static variable in class org.osjava.sj.loader.JndiLoader
 
SIMPLE_DELEGATE - Static variable in class org.osjava.sj.SimpleContext
 
SIMPLE_DELIMITER - Static variable in class org.osjava.sj.loader.JndiLoader
 
SIMPLE_ROOT - Static variable in class org.osjava.sj.SimpleContext
 
SIMPLE_SHARED - Static variable in class org.osjava.sj.loader.JndiLoader
 
SIMPLE_SPACE - Static variable in class org.osjava.sj.SimpleContext
 
SimpleContext - Class in org.osjava.sj
 
SimpleContext(Hashtable) - Constructor for class org.osjava.sj.SimpleContext
 
SimpleContextFactory - Class in org.osjava.sj
Initial Context Factory for SimpleContexts
SimpleContextFactory() - Constructor for class org.osjava.sj.SimpleContextFactory
Create a SimpleContextFactory
SimpleNameParser - Class in org.osjava.sj.jndi
The NameParser for the Simple-JNDI.
SimpleNameParser(Context) - Constructor for class org.osjava.sj.jndi.SimpleNameParser
Creates a ThreadNameParser.
size() - Method in class org.osjava.sj.jndi.StaticHashtable
 
size() - Method in class org.osjava.sj.loader.util.OrderedSet
 
SJDataSource - Class in org.osjava.sj.loader
A basic implementation of a DataSource.
SJDataSource(String, String, String, String, Properties) - Constructor for class org.osjava.sj.loader.SJDataSource
 
split(String, String) - Static method in class org.osjava.sj.loader.util.Utils
 
StaticHashtable - Class in org.osjava.sj.jndi
A hashtable that shares its space with any other instance of StaticHashtable.
StaticHashtable(Hashtable) - Constructor for class org.osjava.sj.jndi.StaticHashtable
 
store(OutputStream, String) - Method in class org.osjava.sj.loader.util.AbstractProperties
Currently will write out defaults as well, which is not in the specification.
store(String, String) - Method in class org.osjava.sj.loader.util.XmlProperties
 
SUB_CONTEXTS - Static variable in class org.osjava.sj.jndi.AbstractContext
 
subContexts - Variable in class org.osjava.sj.jndi.AbstractContext
 

T

TABLE - Static variable in class org.osjava.sj.jndi.AbstractContext
 
table - Variable in class org.osjava.sj.jndi.AbstractContext
 
table - Variable in class org.osjava.sj.loader.JndiLoader
 
target - Variable in class org.osjava.sj.jndi.DelegatingContext
 
toArray() - Method in class org.osjava.sj.loader.util.OrderedSet
 
toArray(Object[]) - Method in class org.osjava.sj.loader.util.OrderedSet
 
toBoolean(String, boolean) - Static method in class org.osjava.sj.loader.PoolSetup
 
toInt(String, int) - Static method in class org.osjava.sj.loader.PoolSetup
 
toLong(String, long) - Static method in class org.osjava.sj.loader.PoolSetup
 
toString() - Method in class org.osjava.sj.jndi.StaticHashtable
 
toString() - Method in class org.osjava.sj.loader.SJDataSource
 

U

unbind(Name) - Method in class org.osjava.sj.jndi.AbstractContext
 
unbind(String) - Method in class org.osjava.sj.jndi.AbstractContext
 
unbind(Name) - Method in class org.osjava.sj.jndi.DelegatingContext
 
unbind(String) - Method in class org.osjava.sj.jndi.DelegatingContext
 
unwrap(Class<T>) - Method in class org.osjava.sj.loader.SJDataSource
 
url - Variable in class org.osjava.sj.loader.SJDataSource
 
username - Variable in class org.osjava.sj.loader.SJDataSource
 
Utils - Class in org.osjava.sj.loader.util
The usual Utils class with reusable flotsam
Utils() - Constructor for class org.osjava.sj.loader.util.Utils
 

V

values() - Method in class org.osjava.sj.jndi.StaticHashtable
 

X

XmlProperties - Class in org.osjava.sj.loader.util
Loads properties using the DOM API from an InputStream containing XML
XmlProperties() - Constructor for class org.osjava.sj.loader.util.XmlProperties
 
XmlProperties(Properties) - Constructor for class org.osjava.sj.loader.util.XmlProperties
 
A B C D E G H I J K L M N O P R S T U V X 
Skip navigation links