All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

C

closeConnection(). Method in class com.studioitech.gulli.MJDBC.dbConnection
Close a connection and its associated statement
Note: this MUST be executed in a Multi-Thread safe enviroment

D

db. Variable in class com.studioitech.gulli.MJDBC.dbConnection
access JDBC connection in the chosen dbConnection.

dbArbiterConnections(String, String, String, String, int). Constructor for class com.studioitech.gulli.MJDBC.dbArbiterConnections
Constructor of the ArbiterConnections: It opens ncons dbConnection and init their multi-thread safe handling

dbConnection(String, String, String). Constructor for class com.studioitech.gulli.MJDBC.dbConnection
Constructor of the dbConnection: A dbConnection is defined as a triple (Connection, Statement, busyState)

debug(String, int). Static method in class com.studioitech.gulli.MJDBC.E
Print a debug message if its associated level is less then current DEBUG_LEVEL.

Note that:


E

E(). Constructor for class com.studioitech.gulli.MJDBC.E

F

flush(). Static method in class com.studioitech.gulli.MJDBC.E
Print the buffer if the associated PrintWriter channel is setted via setOutput(); In every case it frees the buffer

freeConnection(). Method in class com.studioitech.gulli.MJDBC.dbConnection
Set this connection as available, It is multithread safe

G

getAnAvailableCon(). Method in class com.studioitech.gulli.MJDBC.dbArbiterConnections
Get an available connection in the opened pool of dbConnection

getNumAllocatedCon(). Method in class com.studioitech.gulli.MJDBC.dbArbiterConnections
Get the number of connection in the pool of opened dbConnection


S

setAutoFlush(boolean). Static method in class com.studioitech.gulli.MJDBC.E
set autoflush to the given boolean value

setDebugLevel(int). Static method in class com.studioitech.gulli.MJDBC.E
set DEBUG_LEVEL to the given integer value

setOutput(PrintWriter). Static method in class com.studioitech.gulli.MJDBC.E
set the PrintWriter to write message

shutdown(). Method in class com.studioitech.gulli.MJDBC.dbArbiterConnections
Close all available dbConnection

st. Variable in class com.studioitech.gulli.MJDBC.dbConnection
access JDBC statement in the chosen dbConnection.


T

takeConnection(). Method in class com.studioitech.gulli.MJDBC.dbConnection
Take a non yet used connection, It is multithread safe