A C D G I J M N O P R S T U _

A

addDataSource(Provides, DataSource) - Method in class org.ow2.petals.bc.sql.DataSources
add the dataSource in the Map

C

closeDataSource(DataSource) - Method in class org.ow2.petals.bc.sql.DataSources
Close the DataSource (assume this is a BasicDataSource)
COLUMN_ELEMENT - Static variable in interface org.ow2.petals.bc.sql.Constants
 
Constants - Interface in org.ow2.petals.bc.sql
XQuare SU extensions Constants.
createDataSourceForService(ConfigurationExtensions) - Method in class org.ow2.petals.bc.sql.DataSources
create a dataSource related to the information stored in the SU: url, driver(optional, resolve by jdbc url), user, password, maxActive(optional), maxIdle(optional), minIdle(optional), maxWait(optional), timeBEviction(optional)
createServiceUnitManager() - Method in class org.ow2.petals.bc.sql.SqlComponent
 

D

DATABASE_DRIVER - Static variable in interface org.ow2.petals.bc.sql.Constants
 
DATABASE_MAXACTIVE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
DATABASE_MAXIDLE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
DATABASE_MAXWAIT - Static variable in interface org.ow2.petals.bc.sql.Constants
 
DATABASE_MINIDLE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
DATABASE_PASSWORD - Static variable in interface org.ow2.petals.bc.sql.Constants
 
DATABASE_TIMEBTWEVICTION - Static variable in interface org.ow2.petals.bc.sql.Constants
 
DATABASE_URL - Static variable in interface org.ow2.petals.bc.sql.Constants
 
DATABASE_USER - Static variable in interface org.ow2.petals.bc.sql.Constants
 
DataSources - Class in org.ow2.petals.bc.sql
 
DataSources(Logger) - Constructor for class org.ow2.petals.bc.sql.DataSources
 
DEFAULT_SCOPE - Static variable in class org.ow2.petals.bc.sql.service.SQLParameter
 
doDeploy(String, String, Jbi) - Method in class org.ow2.petals.bc.sql.su.SUManager
 
doInit() - Method in class org.ow2.petals.bc.sql.SqlComponent
initialize the component
doInit(String, String) - Method in class org.ow2.petals.bc.sql.su.SUManager
 
doShutdown() - Method in class org.ow2.petals.bc.sql.SqlComponent
 
doShutdown(String) - Method in class org.ow2.petals.bc.sql.su.SUManager
 
doStart(String) - Method in class org.ow2.petals.bc.sql.su.SUManager
 
doUndeploy(String) - Method in class org.ow2.petals.bc.sql.su.SUManager
 
DriverResolver - Class in org.ow2.petals.bc.sql
 
DriverResolver() - Constructor for class org.ow2.petals.bc.sql.DriverResolver
 

G

getDataSource(Provides) - Method in class org.ow2.petals.bc.sql.DataSources
get the dataSource in the Map
getDataSourceKeys() - Method in class org.ow2.petals.bc.sql.DataSources
Return all keys map of the created datasources.
getDataSources() - Method in class org.ow2.petals.bc.sql.SqlComponent
 
getPipedInputStream() - Method in class org.ow2.petals.bc.sql.listener.OutStreamer
 
getRank() - Method in class org.ow2.petals.bc.sql.service.SQLParameter
 
getScope() - Method in class org.ow2.petals.bc.sql.service.SQLParameter
 
getSQLParameter(CallableStatement, SQLParameter, short) - Static method in class org.ow2.petals.bc.sql.service.SQLParameter
Get the SQL parameter from the CallableStatement according to its type.
getSQLService() - Method in class org.ow2.petals.bc.sql.SqlComponent
 
getThreadPool() - Method in class org.ow2.petals.bc.sql.SqlComponent
 
getType() - Method in class org.ow2.petals.bc.sql.service.SQLParameter
 
getValue() - Method in class org.ow2.petals.bc.sql.service.SQLParameter
 

I

IN_SCOPE - Static variable in class org.ow2.petals.bc.sql.service.SQLParameter
 
INDEX_ATTRIBUTE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
init() - Method in class org.ow2.petals.bc.sql.listener.JBIListener
 
INOUT_SCOPE - Static variable in class org.ow2.petals.bc.sql.service.SQLParameter
 

J

JBIListener - Class in org.ow2.petals.bc.sql.listener
 
JBIListener() - Constructor for class org.ow2.petals.bc.sql.listener.JBIListener
Creates a new instance of JBIListener

M

METADATA - Static variable in interface org.ow2.petals.bc.sql.Constants
 

N

NAME_ATTRIBUTE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
NAMESPACE - Static variable in interface org.ow2.petals.bc.sql.Constants
 

O

onJBIMessage(Exchange) - Method in class org.ow2.petals.bc.sql.listener.JBIListener
 
OPERATION_DELETE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
OPERATION_DELETE_WITH_RESPONSE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
OPERATION_INSERT - Static variable in interface org.ow2.petals.bc.sql.Constants
 
OPERATION_INSERT_WITH_RESPONSE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
OPERATION_SELECT - Static variable in interface org.ow2.petals.bc.sql.Constants
 
OPERATION_STOREDPROCEDURE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
OPERATION_UPDATE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
OPERATION_UPDATE_WITH_RESPONSE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
OPERATION_XML_STOREDPROCEDURE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
org.ow2.petals.bc.sql - package org.ow2.petals.bc.sql
 
org.ow2.petals.bc.sql.listener - package org.ow2.petals.bc.sql.listener
 
org.ow2.petals.bc.sql.service - package org.ow2.petals.bc.sql.service
 
org.ow2.petals.bc.sql.su - package org.ow2.petals.bc.sql.su
 
OUT_SCOPE - Static variable in class org.ow2.petals.bc.sql.service.SQLParameter
 
OutStreamer - Class in org.ow2.petals.bc.sql.listener
The SQL Response is written in a PipeStream an thread while the response of is sent by the JBIListener thread.
OutStreamer(SQLService, ResultSet, boolean, Connection, Logger) - Constructor for class org.ow2.petals.bc.sql.listener.OutStreamer
A Thread used to push resultSet data into a Pipe Stream after the SqlComponent returns the response
OutStreamer(SQLService, List<SQLParameter>, Connection, Logger, boolean) - Constructor for class org.ow2.petals.bc.sql.listener.OutStreamer
A Thread used to push resultSet data into a Pipe Stream after the SqlComponent returns the response

P

PARAMETER - Static variable in interface org.ow2.petals.bc.sql.Constants
 
PARAMETER_ELEMENT - Static variable in interface org.ow2.petals.bc.sql.Constants
 
printDataSourceInfo(DataSource) - Static method in class org.ow2.petals.bc.sql.DataSources
Print info for a BasicDataSource

R

RANK_ATTRIBUTE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
removeDataSource(Provides) - Method in class org.ow2.petals.bc.sql.DataSources
remove the dataSource in the Map
resolveDriverClassname(String) - Static method in class org.ow2.petals.bc.sql.DriverResolver
Resolve JDBC Driver className with the connection URI.
RESULT_ELEMENT - Static variable in interface org.ow2.petals.bc.sql.Constants
 
resultSetAsXMLOutputStream(ResultSet, OutputStream, boolean) - Method in class org.ow2.petals.bc.sql.service.SQLService
Transform the given resultSet as an XML outputStream
ROW_ELEMENT - Static variable in interface org.ow2.petals.bc.sql.Constants
 
run() - Method in class org.ow2.petals.bc.sql.listener.OutStreamer
 

S

select(String, Connection) - Method in class org.ow2.petals.bc.sql.service.SQLService
Execute the select SQL command on the given connection.
setSQLParameter(CallableStatement, SQLParameter, short) - Static method in class org.ow2.petals.bc.sql.service.SQLParameter
Set the SQL parameter to the CallableStatement according to its type.
setValue(String) - Method in class org.ow2.petals.bc.sql.service.SQLParameter
 
SQL_ELEMENT - Static variable in interface org.ow2.petals.bc.sql.Constants
 
SQL_TYPES - Static variable in class org.ow2.petals.bc.sql.service.SQLParameter
 
SqlComponent - Class in org.ow2.petals.bc.sql
 
SqlComponent() - Constructor for class org.ow2.petals.bc.sql.SqlComponent
 
SQLParameter - Class in org.ow2.petals.bc.sql.service
 
SQLParameter(String, String, short) - Constructor for class org.ow2.petals.bc.sql.service.SQLParameter
 
SQLParameter(String, String) - Constructor for class org.ow2.petals.bc.sql.service.SQLParameter
 
sqlParametersAsXMLOutputStream(List<SQLParameter>, OutputStream, boolean) - Method in class org.ow2.petals.bc.sql.service.SQLService
Inject the given list of SQL parameters into a XML outputStream.
SQLService - Class in org.ow2.petals.bc.sql.service
 
SQLService(Logger) - Constructor for class org.ow2.petals.bc.sql.service.SQLService
 
STORED_PROCEDURE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
STORED_PROCEDURE_CALL - Static variable in interface org.ow2.petals.bc.sql.Constants
 
STORED_PROCEDURE_DROP - Static variable in interface org.ow2.petals.bc.sql.Constants
 
STORED_PROCEDURE_SIGNATURE - Static variable in interface org.ow2.petals.bc.sql.Constants
 
storedProcedure(List<SQLParameter>, String, Connection) - Method in class org.ow2.petals.bc.sql.service.SQLService
Execute the SQL Stored Procedure on the given connection.
STOREDPROCEDURE_ELEMENT - Static variable in interface org.ow2.petals.bc.sql.Constants
 
STOREDPROCEDURE_RESULT_ELEMENT - Static variable in interface org.ow2.petals.bc.sql.Constants
 
SUManager - Class in org.ow2.petals.bc.sql.su
Service Unit Manager for the SQL component.
SUManager(AbstractComponent) - Constructor for class org.ow2.petals.bc.sql.su.SUManager
 

T

toString() - Method in class org.ow2.petals.bc.sql.service.SQLParameter
 
TYPE_ATTRIBUTE - Static variable in interface org.ow2.petals.bc.sql.Constants
 

U

update(String, Connection) - Method in class org.ow2.petals.bc.sql.service.SQLService
Execute the update SQL command on the given connection.
UPDATED_ELEMENT - Static variable in interface org.ow2.petals.bc.sql.Constants
 

_

_staticMapping - Static variable in class org.ow2.petals.bc.sql.DriverResolver
 

A C D G I J M N O P R S T U _

Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.