A B C D G I J L M N R S T U

A

addToEnvironment(String, Object) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method addToEnvironment not yet implemented.

B

bind(Name, Object) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method bind not yet implemented.
bind(String, Object) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method bind the SimpleDataSource for use.

C

close() - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method close not yet implemented.
com.javaranch.unittest.helper.sql.pool - package com.javaranch.unittest.helper.sql.pool
 
com.javaranch.unittest.helper.sql.pool.test - package com.javaranch.unittest.helper.sql.pool.test
 
composeName(Name, Name) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method composeName not yet implemented.
composeName(String, String) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method composeName not yet implemented.
createSubcontext(Name) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method createSubcontext not yet implemented.
createSubcontext(String) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method createSubcontext not yet implemented.

D

dbDriver - Variable in class com.javaranch.unittest.helper.sql.pool.SimpleDataSource
 
dbLogin - Variable in class com.javaranch.unittest.helper.sql.pool.SimpleDataSource
 
dbPassword - Variable in class com.javaranch.unittest.helper.sql.pool.SimpleDataSource
 
dbServer - Variable in class com.javaranch.unittest.helper.sql.pool.SimpleDataSource
 
destroySubcontext(Name) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method destroySubcontext not yet implemented.
destroySubcontext(String) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method destroySubcontext not yet implemented.

G

getConnection() - Method in class com.javaranch.unittest.helper.sql.pool.SimpleDataSource
Method getConnection creates Connection to the database.
getConnection(String, String) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleDataSource
Method getConnection
getEnvironment() - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method getEnvironment not yet implemented.
getInitialContext(Hashtable) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContextFactory
Method getInitialContext Returns the SimpleContext for use.
getJndiName() - Static method in class com.javaranch.unittest.helper.sql.pool.JNDIUnitTestHelper
Gets the name of the datasource, useful in test because this is configurable for the tests ran.
getLoginTimeout() - Method in class com.javaranch.unittest.helper.sql.pool.SimpleDataSource
Method getLoginTimeout not yet implemented.
getLogWriter() - Method in class com.javaranch.unittest.helper.sql.pool.SimpleDataSource
Method getLogWriter not yet implemented.
getNameInNamespace() - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method getNameInNamespace not yet implemented.
getNameParser(Name) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method getNameParser not yet implemented.
getNameParser(String) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method getNameParser not yet implemented.

I

init(String) - Static method in class com.javaranch.unittest.helper.sql.pool.JNDIUnitTestHelper
Intializes the pool and sets it in the InitialContext

J

JNDIUnitTestHelper - class com.javaranch.unittest.helper.sql.pool.JNDIUnitTestHelper.
Title: JNDIUnitTestHelper

L

list(Name) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method list not yet implemented.
list(String) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method list not yet implemented.
listBindings(Name) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method listBindings not yet implemented.
listBindings(String) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method listBindings not yet implemented.
lookup(Name) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method lookup not yet implemented.
lookup(String) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method lookup Returns the SimpleDataSource.
lookupLink(Name) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method lookupLink not yet implemented.
lookupLink(String) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method lookupLink not yet implemented.

M

main(String[]) - Static method in class com.javaranch.unittest.helper.sql.pool.test.TestJNDIUnitTestHelper
Method main

N

notInitialized() - Static method in class com.javaranch.unittest.helper.sql.pool.JNDIUnitTestHelper
determines if the pool was successfully initialized or not.

R

rebind(Name, Object) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method rebind not yet implemented.
rebind(String, Object) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method rebind not yet implemented.
removeFromEnvironment(String) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method removeFromEnvironment not yet implemented.
rename(Name, Name) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method rename not yet implemented.
rename(String, String) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method rename not yet implemented.

S

setLoginTimeout(int) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleDataSource
Method setLoginTimeout not yet implemented.
setLogWriter(PrintWriter) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleDataSource
Method setLogWriter not yet implemented.
shutdown() - Static method in class com.javaranch.unittest.helper.sql.pool.JNDIUnitTestHelper
shutdowns down the pool and ends the Thread that DbConnectionBroker starts.
SimpleContext - class com.javaranch.unittest.helper.sql.pool.SimpleContext.
Title: SimpleContext
SimpleContext() - Constructor for class com.javaranch.unittest.helper.sql.pool.SimpleContext
 
SimpleContextFactory - class com.javaranch.unittest.helper.sql.pool.SimpleContextFactory.
Title: SimpleContextFactory
SimpleContextFactory() - Constructor for class com.javaranch.unittest.helper.sql.pool.SimpleContextFactory
 
SimpleDataSource - class com.javaranch.unittest.helper.sql.pool.SimpleDataSource.
Title: SimpleDataSource
SimpleDataSource() - Constructor for class com.javaranch.unittest.helper.sql.pool.SimpleDataSource
 
suite() - Static method in class com.javaranch.unittest.helper.sql.pool.test.TestJNDIUnitTestHelper
Method suite

T

tearDown() - Method in class com.javaranch.unittest.helper.sql.pool.test.TestJNDIUnitTestHelper
Method tearDown
testGetConnection() - Method in class com.javaranch.unittest.helper.sql.pool.test.TestJNDIUnitTestHelper
Method testGetConnection Simply creates the JNDI DataSource, gets a connection and frees it.
TestJNDIUnitTestHelper - class com.javaranch.unittest.helper.sql.pool.test.TestJNDIUnitTestHelper.
Title: TestJNDIUnitTestHelper
TestJNDIUnitTestHelper(String) - Constructor for class com.javaranch.unittest.helper.sql.pool.test.TestJNDIUnitTestHelper
Constructor TestJNDIUnitTestHelper

U

unbind(Name) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method unbind not yet implemented.
unbind(String) - Method in class com.javaranch.unittest.helper.sql.pool.SimpleContext
Method unbind not yet implemented.

A B C D G I J L M N R S T U