|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InnerClassException | |
|---|---|
| com.uwyn.rife.cmf.dam | Provides classes and interfaces for the database access management of the content management framework. |
| com.uwyn.rife.database | Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistance manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling. |
| com.uwyn.rife.resources | Provides classes and interfaces for the resource abstraction framework. |
| com.uwyn.rife.tools | Provides general purpose utility classes. |
| Uses of InnerClassException in com.uwyn.rife.cmf.dam |
|---|
| Methods in com.uwyn.rife.cmf.dam that throw InnerClassException | |
|---|---|
void |
ContentDataUser.throwException(Exception exception)
Calling this method makes it possible to throw a checked exception from within this class. |
abstract ResultType |
ContentDataUser.useContentData(Object contentData)
Should be implemented by all extending classes. |
| Uses of InnerClassException in com.uwyn.rife.database |
|---|
| Methods in com.uwyn.rife.database that throw InnerClassException | ||
|---|---|---|
|
DbQueryManager.executeUseFirstAsciiStream(ReadQuery query,
InputStreamUser user)
Safely and quickly retrieves the first cell as an ASCII InputStream from the results of a select query. |
|
|
DbQueryManager.executeUseFirstAsciiStream(ReadQuery query,
InputStreamUser user,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as an ASCII InputStream
from the results of a customizable select query. |
|
|
DbQueryManager.executeUseFirstBinaryStream(ReadQuery query,
InputStreamUser user)
Safely and quickly retrieves the first cell as an binary InputStream from the results of a select query. |
|
|
DbQueryManager.executeUseFirstBinaryStream(ReadQuery query,
InputStreamUser user,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as an binary InputStream
from the results of a customizable select query. |
|
|
DbQueryManager.executeUseFirstCharacterStream(ReadQuery query,
ReaderUser user)
Safely and quickly retrieves the first cell as an character Reader from the results of a select query. |
|
|
DbQueryManager.executeUseFirstCharacterStream(ReadQuery query,
ReaderUser user,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as an character Reader
from the results of a customizable select query. |
|
|
DbQueryManager.inTransaction(DbTransactionUser user)
Ensures that all the instructions that are executed in the provided DbTransactionUser instance are executed inside a transaction
and committed afterwards. |
|
|
DbQueryManager.reserveConnection(DbConnectionUser user)
Reserves a database connection for a this particular thread for all the instructions that are executed in the provided DbConnectionUser
instance. |
|
void |
DbTransactionUser.throwException(Exception exception)
Calling this method makes it possible to throw a checked exception from within this class. |
|
void |
DbConnectionUser.throwException(Exception exception)
Calling this method makes it possible to throw a checked exception from within this class. |
|
abstract ResultType |
DbConnectionUser.useConnection(DbConnection connection)
Should be implemented by all extending classes. |
|
Object |
DbTransactionUserWithoutResult.useTransaction()
Has been implemented to return a null reference and
delegate the logic to the useTransactionWithoutResult()
method. |
|
abstract ResultType |
DbTransactionUser.useTransaction()
Should be implemented by all extending classes. |
|
abstract void |
DbTransactionUserWithoutResult.useTransactionWithoutResult()
Should be implemented by all extending classes. |
|
| Uses of InnerClassException in com.uwyn.rife.resources |
|---|
| Methods in com.uwyn.rife.resources that throw InnerClassException | ||
|---|---|---|
protected
|
DatabaseResources._useStream(Select getResourceContent,
URL resource,
InputStreamUser user)
|
|
|
DatabaseResources.useStream(String name,
InputStreamUser user)
|
|
|
AbstractResourceFinder.useStream(String name,
InputStreamUser user)
|
|
|
ResourceFinder.useStream(String name,
InputStreamUser user)
Returns a stream that can be used to read the contents of the resource that corresponds to the provided name. |
|
|
ResourceFinderDirectories.useStream(URL resource,
InputStreamUser user)
|
|
|
ResourceFinderClasspath.useStream(URL resource,
InputStreamUser user)
|
|
|
ResourceFinder.useStream(URL resource,
InputStreamUser user)
Returns a stream that can be used to read the contents of the provided resource. |
|
| Uses of InnerClassException in com.uwyn.rife.tools |
|---|
| Methods in com.uwyn.rife.tools that throw InnerClassException | |
|---|---|
void |
ReaderUser.throwException(Exception exception)
Calling this method makes it possible to throw a checked exception from within this class. |
void |
InputStreamUser.throwException(Exception exception)
Calling this method makes it possible to throw a checked exception from within this class. |
abstract ResultType |
InputStreamUser.useInputStream(InputStream stream)
Should be implemented by all extending classes. |
abstract ResultType |
ReaderUser.useReader(Reader reader)
Should be implemented by all extending classes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||