Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
C
D
E
F
G
J
M
N
P
R
S
T
S
STATUS_ACTIVE
- Static variable in interface com.framework.jdto.transaction.
TransactionStatus
A transaction is associated with the target object and it is in the active state.
STATUS_COMMITTED
- Static variable in interface com.framework.jdto.transaction.
TransactionStatus
A transaction is associated with the target object and it has been committed.
STATUS_MARKED_COMMIT
- Static variable in interface com.framework.jdto.transaction.
TransactionStatus
A transaction is associated with the target object and it has been prepared, i.e. all subordinates have responded Vote.Commit.
STATUS_MARKED_ROLLBACK
- Static variable in interface com.framework.jdto.transaction.
TransactionStatus
A transaction is associated with the target object and it has been marked for rollback, perhaps as a result of a setRollbackOnly operation
STATUS_NO_TRANSACTION
- Static variable in interface com.framework.jdto.transaction.
TransactionStatus
No transaction is currently associated with the target object.
STATUS_ROLLEDBACK
- Static variable in interface com.framework.jdto.transaction.
TransactionStatus
A transaction is associated with the target object and the outcome has been determined as rollback.
STATUS_UNKNOWN
- Static variable in interface com.framework.jdto.transaction.
TransactionStatus
A transaction is associated with the target object but its current status cannot be determined.
ServiceFinder
- class com.framework.jdto.finder.
ServiceFinder
.
This class Follows the ServiceLocator Design Pattern. its a SingleTon Class. its basically used for Locating the DataSource provided its DataSourceJNDIName, InitialContextFactory and ProviderURL.
StatementWrapper
- class com.framework.jdto.jdbc.wrapper.
StatementWrapper
.
This class is a Wrapper Class for java.sql.Statement.
StatementWrapper()
- Constructor for class com.framework.jdto.jdbc.wrapper.
StatementWrapper
StatementWrapper(DataSource)
- Constructor for class com.framework.jdto.jdbc.wrapper.
StatementWrapper
setBigDecimal(int, BigDecimal)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to BigDecimal value.
setBoolean(int, boolean)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to boolean value.
setByte(int, byte)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to byte value.
setBytes(int, byte[])
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to array of bytes.
setConnection(Connection)
- Method in class com.framework.jdto.transaction.
TransactionContext
Sets the connection to the current Transaction context.
setCurrentTransactionStatus(int)
- Static method in class com.framework.jdto.transaction.
TransactionContextManager
Sets the status of the current transaction.
setDatasource(DataSource)
- Method in class com.framework.jdto.jdbc.wrapper.
JDBCTemplate
This Method Sets the DataSource to the current PreparedStatementWrapper Object or StatementWrapper Object
setDate(int, Date)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to Date value.
setDouble(int, double)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to double value.
setFloat(int, float)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to float value.
setInt(int, int)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to int value.
setLong(int, long)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to long value.
setNull(int, int)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to SQL NULL.
setRollbackOnly()
- Method in interface com.framework.jdto.transaction.
Transaction
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setRollbackOnly()
- Method in class com.framework.jdto.transaction.
TransactionContext
Sets the current Transaction to STATUS_MARKED_ROLLBACK if any failure occurs.
setRollbackOnly()
- Static method in class com.framework.jdto.transaction.
TransactionContextManager
This method sets the current Transaction Status as STATUS_MARKED_ROLLBACK, so that the framework rollback's the transaction.
setShort(int, short)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to short value.
setSql(String)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the sql string to the current PreparedStatementWrapper Object and associates it with the java.sql.PreparedStatement.
setSql(String, boolean)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the sql string to the current PreparedStatementWrapper Object and associates it with the java.sql.PreparedStatement.
setSql(String)
- Method in class com.framework.jdto.jdbc.wrapper.
StatementWrapper
Sets the sql string to the current StatementWrapper Object and associates it with the java.sql.Statement.
setSql(String, boolean)
- Method in class com.framework.jdto.jdbc.wrapper.
StatementWrapper
Sets the sql string to the current StatementWrapper Object and associates it with the java.sql.Statement.
setStatus(int)
- Method in class com.framework.jdto.transaction.
TransactionContext
Sets the status of the Current Transaction.
setString(int, String)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to String value.
setTime(int, Time)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to SQL Time value.
setTimestamp(int, Timestamp)
- Method in class com.framework.jdto.jdbc.wrapper.
PreparedStatementWrapper
Sets the designated parameter to SQL TimeStamp value.
setTransactionOwner(int)
- Method in class com.framework.jdto.transaction.
TransactionContext
Sets the Tranasaction Owner.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
C
D
E
F
G
J
M
N
P
R
S
T