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

A

APPLICATION_SCOPE - Static variable in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Indicates the web-application scope for setAttribute, getAttribute and removeAttribute methods.
AccessGuard - class com.boylesoftware.cb2.util.AccessGuard.
This class provides service for synchronizing access to a guarded object from multiple concurrent threads.
AccessGuard() - Constructor for class com.boylesoftware.cb2.util.AccessGuard
Constructs a guard.
ActionContext - class com.boylesoftware.cb2.presentation.servlet.ActionContext.
Represents context of a CB2 action execution within a request processing.
ActionContext() - Constructor for class com.boylesoftware.cb2.presentation.servlet.ActionContext
 
AdaptiveObjectPool - class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool.
A general purpose object pool.
AdaptiveObjectPool(PooledObjectFactory, int, int, long) - Constructor for class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool
Constructs a pool with the specified initial capacity and all other passible parameters.
AdaptiveObjectPool(PooledObjectFactory) - Constructor for class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool
Constructs a pool with initial capacity of 10 instances, 0 minimum objects limit and no idle timeout.
AdaptiveObjectPool(Class, int, int, long) - Constructor for class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool
Constructs a pool with the specified intial capacity.
AdaptiveObjectPool(Class) - Constructor for class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool
Constructs a pool with initial capacity of 10 instances, 0 minimum objects limit and no idle timeout.
AdminServlet - class com.boylesoftware.cb2.admin.servlet.AdminServlet.
Servlet, which displays the CB2 Application Status/Administration page and processes adminitstrative actions submitted from it.
AdminServlet() - Constructor for class com.boylesoftware.cb2.admin.servlet.AdminServlet
 
ApplicationContext - class com.boylesoftware.cb2.ApplicationContext.
ApplicationContext class provides low-level application-wide services available to all application parts at all times.
ApplicationContext(String, String) - Constructor for class com.boylesoftware.cb2.ApplicationContext
Create an application context instance and initializes it.
ApplicationException - exception com.boylesoftware.cb2.ApplicationException.
CB2 exception generated on the application context level.
ApplicationException(String) - Constructor for class com.boylesoftware.cb2.ApplicationException
Constructs a new exception with an error message.
ApplicationException(String, Throwable) - Constructor for class com.boylesoftware.cb2.ApplicationException
Constructs a new exception with an error message and a throwable, which is the root cause of this error.
AuthenticationListener - interface com.boylesoftware.cb2.AuthenticationListener.
BLOs can implement this interface if they want to be notified about user logins and logouts.
activate() - Method in class com.boylesoftware.cb2.BLObject
Restore BLO after it has been recreated from the serialized form.
addBatch() - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
addBatch(String) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
addComponentRef(String, String) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Calls addComponentRef(refName, componentName, null).
addComponentRef(String, String, Map) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Adds a component reference to the list of component references associated with the page, which will be displayed as the result of this request processing.
addError(int) - Method in class com.boylesoftware.cb2.BLErrors
Adds an error to the container.
addError(int, String) - Method in class com.boylesoftware.cb2.BLErrors
Adds an error and its description to the container.
addErrors(ActionErrors) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Same as the saveErrors method, but does not overwrite any existing errors in the request.
addMessages(ActionMessages) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Same as the saveMessages method, but does not overwrite any existing messages in the request.
addUserSessionStateListener(UserSessionStateListener) - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Registers the specified listener for user session state events.
appCtx - Variable in class com.boylesoftware.cb2.GenericFetchExecutor
The application context.
arrayToString(Object[]) - Static method in class com.boylesoftware.cb2.util.TextUtils
Calls arrayToString(src, 0, src.length).
arrayToString(Object[], int, int) - Static method in class com.boylesoftware.cb2.util.TextUtils
Returns string representation of data in the specified array of objects.

B

BLErrors - class com.boylesoftware.cb2.BLErrors.
Container for Business Level errors reported by a BLO.
BLErrors() - Constructor for class com.boylesoftware.cb2.BLErrors
Creates an empty BLErrors object.
BLErrors(int) - Constructor for class com.boylesoftware.cb2.BLErrors
Creates an empty BLErrors object.
BLException - exception com.boylesoftware.cb2.BLException.
Indicates an unexpected failure in the Business Level.
BLException(String) - Constructor for class com.boylesoftware.cb2.BLException
Creates a new exception with the error description.
BLException(String, Throwable) - Constructor for class com.boylesoftware.cb2.BLException
Creates a new exception with the error description and a throwable that is the cause of this exception.
BLManager - class com.boylesoftware.cb2.BLManager.
Business Level Manager singleton, which represents the Business Level of a CB2-based application.
BLManager(ApplicationContext) - Constructor for class com.boylesoftware.cb2.BLManager
Creates BLManager and initializes the BLO subsystem.
BLOContainer - class com.boylesoftware.cb2.BLOContainer.
As its name suggests, BLO container contains BLOs.
BLOContainerStateListener - interface com.boylesoftware.cb2.BLOContainerStateListener.
Interface, which can be implemented by BLOs if they want to be notified about changes in the BLO container's state, such as BLO container gets locked or unlocked.
BLObject - class com.boylesoftware.cb2.BLObject.
Parent abstract class for Business Level Objects (the BLOs), that are software components in the CB2 architecture that represent various business entities and implement application's business logic.
BLObject() - Constructor for class com.boylesoftware.cb2.BLObject
 
BTreeMap - class com.boylesoftware.cb2.util.BTreeMap.
This class allows to associate values with string prefixes.
BTreeMap() - Constructor for class com.boylesoftware.cb2.util.BTreeMap
Constructs a new empty map.
BTreeMap.Entry - class com.boylesoftware.cb2.util.BTreeMap.Entry.
An entry.
BTreeMap.Entry() - Constructor for class com.boylesoftware.cb2.util.BTreeMap.Entry
Constructs an entry.
BroadcastMessagingProvider - interface com.boylesoftware.cb2.BroadcastMessagingProvider.
Interface for CB2 Broadcast Messaging provider implementations.
BroadcastMessagingTerminal - interface com.boylesoftware.cb2.BroadcastMessagingTerminal.
CB2 Broadcast Messaging clients (the BCM terminals) implement this interface and register within the application context under specific BCM channel names to receive broadcast messages.
begin() - Method in interface com.boylesoftware.cb2.TransactionContext
Begin a new transaction.
beginTransaction(boolean) - Method in class com.boylesoftware.cb2.ApplicationContext
Starts new transaction.
beginTransaction() - Method in class com.boylesoftware.cb2.ApplicationContext
Starts new transaction and binds its transaction context to the calling thread.
bloc - Variable in class com.boylesoftware.cb2.BLObject
Deprecated. use getBLOContainer or getBLO protected methods instead. Exposing this variable makes possible for a BLO to change it, which is illegal.
broadcastBCMMessage(String, Serializable) - Method in class com.boylesoftware.cb2.ApplicationContext
Sends a message to all cluster members through the CB2 Broadcast Messaging subsystem (the BCM).
broadcastMessage(String, Serializable) - Method in interface com.boylesoftware.cb2.BroadcastMessagingProvider
Makes the provider to broadcast a message to all registered instances in the cluster including the local instance.
broadcastMessage(String, Serializable) - Method in class com.boylesoftware.cb2.bcmproviders.http.HttpBCMProvider
Send a message to all cluster members.
broadcastMessage(String, Serializable) - Method in class com.boylesoftware.cb2.bcmproviders.local.LocalProvider
Deliver a message to all local terminals registered for the channel.
broadcastMessage(String, Serializable) - Method in class com.boylesoftware.cb2.bcmproviders.sockethub.SocketHubBCMProvider
Broadcast a message to all cluster members.
bytesToString(byte[]) - Static method in class com.boylesoftware.cb2.util.CodeUtils
Converts a byte array to a string of printable characters consisting of symbols A-Z, a-z, 0-9, + and *.

C

CB2Action - class com.boylesoftware.cb2.presentation.servlet.CB2Action.
Abstract parent class for CB2/Struts action handlers.
CB2Action() - Constructor for class com.boylesoftware.cb2.presentation.servlet.CB2Action
 
CB2Application - class com.boylesoftware.cb2.presentation.servlet.CB2Application.
This web-application wide singleton represents this CB2 based application.
CB2PlugIn - class com.boylesoftware.cb2.presentation.servlet.CB2PlugIn.
Struts plugin to enable CB2 presentation level for a Struts module.
CB2PlugIn() - Constructor for class com.boylesoftware.cb2.presentation.servlet.CB2PlugIn
 
CB2RequestProcessor - class com.boylesoftware.cb2.presentation.servlet.CB2RequestProcessor.
CB2 Struts request processor.
CB2RequestProcessor() - Constructor for class com.boylesoftware.cb2.presentation.servlet.CB2RequestProcessor
 
CallableStatementWrapper - class com.boylesoftware.cb2.util.sql.CallableStatementWrapper.
Wrapper around a JDBC's CallableStatement interface implementation.
CallableStatementWrapper() - Constructor for class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Creates a new wrapper.
CallableStatementWrapper(CallableStatement) - Constructor for class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Creates a new wrapper and sets the wrapped statement to the specified one.
CodeUtils - class com.boylesoftware.cb2.util.CodeUtils.
Collection of data encoding/decoding utility functions.
CodeUtils() - Constructor for class com.boylesoftware.cb2.util.CodeUtils
 
ConnectionWrapper - class com.boylesoftware.cb2.util.sql.ConnectionWrapper.
Wrapper around a JDBC's Connection interface implementation.
ConnectionWrapper() - Constructor for class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Creates a new wrapper.
ConnectionWrapper(Connection) - Constructor for class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Creates a new wrapper and sets the wrapped connection to the specified one.
CruelErrorHandler - class com.boylesoftware.cb2.util.CruelErrorHandler.
Simple error handler for XML parsers.
CruelErrorHandler() - Constructor for class com.boylesoftware.cb2.util.CruelErrorHandler
 
cancel() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
cancelAllStatements() - Method in class com.boylesoftware.cb2.ApplicationContext
Tries to cancel all currently active database statements.
cancelStatement(Long) - Method in class com.boylesoftware.cb2.ApplicationContext
Tries to cancel an active database statement.
clear() - Method in class com.boylesoftware.cb2.DynamicDataModel
 
clear() - Method in class com.boylesoftware.cb2.util.BTreeMap
Clears the map.
clear(HashMap) - Method in class com.boylesoftware.cb2.util.BTreeMap
Clears one level.
clearBatch() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
clearParameters() - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
clearWarnings() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
clearWarnings() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
close() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
close() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
com.boylesoftware.cb2 - package com.boylesoftware.cb2
The CB2 core, which includes the most fundamental services such as application context, business level and database access level implementations.
com.boylesoftware.cb2.admin.servlet - package com.boylesoftware.cb2.admin.servlet
CB2 administrative servlet and its data.
com.boylesoftware.cb2.auth.servlet.resin - package com.boylesoftware.cb2.auth.servlet.resin
Additional authenticators for servlet container managed authentication for Caucho Resin (http://www.caucho.com/resin-2.1).
com.boylesoftware.cb2.bcmproviders.http - package com.boylesoftware.cb2.bcmproviders.http
Broadcast Messaging provider implementation based on HTTP protocol and suitable for servlet based applications.
com.boylesoftware.cb2.bcmproviders.local - package com.boylesoftware.cb2.bcmproviders.local
Stub-like Broadcast Messaging provider implementation able to deliver messages to the local instance.
com.boylesoftware.cb2.bcmproviders.sockethub - package com.boylesoftware.cb2.bcmproviders.sockethub
Broadcast Messaging provider implementation, which uses a centralized network server to distribute messages.
com.boylesoftware.cb2.commons.property - package com.boylesoftware.cb2.commons.property
Implementation of a Property BLO, which manages database-stored application properties.
com.boylesoftware.cb2.commons.user - package com.boylesoftware.cb2.commons.user
Basic implementation of the UserBLO - a business level entity that represents aplication user accounts and deals with authentication, security roles and user profiles.
com.boylesoftware.cb2.db.tsql - package com.boylesoftware.cb2.db.tsql
Supplementary database access level related classes specific to T-SQL based database servers (that is Sybase ASE and Microsoft SQL Server).
com.boylesoftware.cb2.presentation.servlet - package com.boylesoftware.cb2.presentation.servlet
Presentation Level framework for web-applications based on Apache Struts.
com.boylesoftware.cb2.util - package com.boylesoftware.cb2.util
Supplementary utility classes used by CB2 and can be equally helpful to the user application code.
com.boylesoftware.cb2.util.pool - package com.boylesoftware.cb2.util.pool
Implementations of object and thread pools.
com.boylesoftware.cb2.util.sql - package com.boylesoftware.cb2.util.sql
Utility classes for JDBC-related operations.
commit() - Method in interface com.boylesoftware.cb2.TransactionContext
Commit the transaction.
commit() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
commitTransaction(TransactionContext) - Static method in class com.boylesoftware.cb2.ApplicationContext
Commits transaction associated with the specified transaction context.
commitTransaction() - Static method in class com.boylesoftware.cb2.ApplicationContext
Commits transaction associated with the calling thread.
con - Variable in class com.boylesoftware.cb2.GenericFetchExecutor
The database connection.
con - Variable in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
The wrapped connection.
con - Variable in class com.boylesoftware.cb2.util.sql.StatementWrapper
Connection, which will be returned by the getConnection method.
containsError(int) - Method in class com.boylesoftware.cb2.BLErrors
Checks if there is the specified error in this BLErrors instance.
containsKey(Object) - Method in class com.boylesoftware.cb2.DynamicDataModel
 
containsValue(Object) - Method in class com.boylesoftware.cb2.DynamicDataModel
 
createObject() - Method in interface com.boylesoftware.cb2.util.pool.PooledObjectFactory
Instantiates an object for a pool.
createObject() - Method in class com.boylesoftware.cb2.util.pool.PooledThreadFactory
Creates a new instance of the pooled thread class and starts a thread on it.
createObject() - Method in class com.boylesoftware.cb2.util.pool.SimplePooledObjectFactory
Instantiates an object for a pool.
createPooledThread() - Method in class com.boylesoftware.cb2.util.pool.PooledThreadFactory
User-defined method that creates a new instance of the pooled thread object.
createStatement() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
createStatement(int, int) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
createStatement(int, int, int) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
createStatementHook(Statement, String) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
This hook method is called from all the methods that create all kinds of database statements, including prepared and callable statements.
createUserSession() - Method in class com.boylesoftware.cb2.BLManager
Creates and initializes a new user session with BLO container and all the BLOs.
cstmt - Variable in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Reference to the wrapped statement as a callable statement so we don't have to do class casting all the time.
curSampleInd - Variable in class com.boylesoftware.cb2.util.EventHistory
Index of the currently being built sample.

D

DAO - class com.boylesoftware.cb2.DAO.
Database Access Object (the DAO) provides high-level API for database operations.
DAO(DAOConfig, boolean) - Constructor for class com.boylesoftware.cb2.DAO
Constructs a DAO instance, which automatically retrieves database connections from the application context every time it needs it.
DAO(DAOConfig, Connection) - Constructor for class com.boylesoftware.cb2.DAO
Constructs a DAO instance configured to use a certain database connection.
DAOConfig - class com.boylesoftware.cb2.DAOConfig.
DAO configuration built from a <dao-config> element in the blo-config.xml file.
DAOConfig(ApplicationContext, String, Element[]) - Constructor for class com.boylesoftware.cb2.DAOConfig
Constructs a DAO config instance from a number of <dao-config> XML elements.
DAOPlugin - interface com.boylesoftware.cb2.DAOPlugin.
Common parent interface for various DAO plugin subinterfaces.
DATA_BG_COLOR - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
DATA_BORDER_COLOR - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
DATA_COLOR - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
DATA_STROKE - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
DROP_TEMP_TABLE_QUERY - Static variable in class com.boylesoftware.cb2.db.tsql.NoCursorFetchExecutor
SQL query used to drop the temp table.
DataModel - class com.boylesoftware.cb2.DataModel.
Parent class for Data Models used by the DAO.
DataModel() - Constructor for class com.boylesoftware.cb2.DataModel
 
DynamicDataModel - class com.boylesoftware.cb2.DynamicDataModel.
Special implementation of Data Model, which is not associated with any specific result set, but is able to contain any data in a form of name-value mappings.
daoConfig - Variable in class com.boylesoftware.cb2.GenericFetchExecutor
The DAO configuration.
dataSource - Variable in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
The datasource for database connections.
dataSourceName - Variable in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Name of the data source corresponding to the database where the properties are stored.
dateFormat - Variable in class com.boylesoftware.cb2.util.StatsGraph.ScaleDescriptor
Format for scale labels.
delete(DataModel) - Method in class com.boylesoftware.cb2.DAO
Constructs and executes an SQL DELETE statement for the specified DM.
destroy() - Method in class com.boylesoftware.cb2.ApplicationContext
Destroy the application context.
destroy() - Method in class com.boylesoftware.cb2.BLManager
Destroys the BLO subsystem.
destroy() - Method in class com.boylesoftware.cb2.BLObject
Destroyes the BLO.
destroy() - Method in interface com.boylesoftware.cb2.BroadcastMessagingProvider
Destroys the provider and frees any used resources.
destroy() - Method in interface com.boylesoftware.cb2.FetchExecutor
Releases any used resources, but does not close any exposed to the DAO database resources like the result set, the statement returned by the execute method and the connection.
destroy() - Method in class com.boylesoftware.cb2.GenericFetchExecutor
Sets null to all internal member variables.
destroy() - Method in class com.boylesoftware.cb2.admin.servlet.AdminServlet
Called when the servlet goes out of service.
destroy() - Method in class com.boylesoftware.cb2.bcmproviders.http.HttpBCMProvider
Destroy the provider.
destroy() - Method in class com.boylesoftware.cb2.bcmproviders.local.LocalProvider
Destroy the instance.
destroy() - Method in class com.boylesoftware.cb2.bcmproviders.sockethub.SocketHubBCMProvider
Destroy the provider instance and close the connection to the hub.
destroy() - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Free all used by the BLO resources.
destroy() - Method in class com.boylesoftware.cb2.presentation.servlet.CB2PlugIn
Destroys the plugin when the application goes down.
destroy() - Method in class com.boylesoftware.cb2.presentation.servlet.CB2RequestProcessor
Gracefully shutdown the application.
destroyObject(Object) - Method in interface com.boylesoftware.cb2.util.pool.PooledObjectFactory
Destroyes the object before it is removed from the pool.
destroyObject(Object) - Method in class com.boylesoftware.cb2.util.pool.PooledObjectFactoryAdapter
Interface method implementation, does nothing.
destroyObject(Object) - Method in class com.boylesoftware.cb2.util.pool.PooledThreadFactory
Kills a thread.
destroyUserSession(String) - Method in class com.boylesoftware.cb2.BLManager
Destroyes a user session including its BLO container and all the BLOs in it.
diff(DataModel) - Method in class com.boylesoftware.cb2.DataModel
Finds fields that have different values in this DM and the specified one, which must belong to the exactly same class.
diff(DataModel) - Method in class com.boylesoftware.cb2.DynamicDataModel
Finds fields that have different values in this DM and the specified one, which must be a DynamicDataModel too.
digest - Variable in class com.boylesoftware.cb2.util.UniqueIdGenerator
Digest used to postprocess new ids.
discard() - Method in class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool
Destroys the pool.
doAutoTransaction(HttpServletRequest, String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
Checks if [noTX] flag is specified in the action mapping parameter and tells whether an automatic transaction should be handled for the action.
doEndTag() - Method in class com.boylesoftware.cb2.presentation.servlet.InsertTag
Does the actual job at the tag's end preparing required beans in the page context and inserting the content.
doExecute() - Method in class com.boylesoftware.cb2.util.pool.PooledThread
Triggers the user-defined execute method call.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.boylesoftware.cb2.admin.servlet.AdminServlet
Handles a GET request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.boylesoftware.cb2.bcmproviders.http.ReceiverServlet
Handle a GET request.
doStartTag() - Method in class com.boylesoftware.cb2.presentation.servlet.InsertTag
This implementation just skips the tag's whole body doing nothing.

E

ERR_ALREADY_LOGGEDIN - Static variable in class com.boylesoftware.cb2.commons.user.UserBLO
Error code indicating that the user is already logged in and you are trying to log in again.
ERR_BASE - Static variable in class com.boylesoftware.cb2.commons.user.UserBLO
Base value for error codes.
ERR_INVALID_PASSWORD - Static variable in class com.boylesoftware.cb2.commons.user.UserBLO
Error code indicating that the password was invalid.
ERR_INVALID_USERNAME - Static variable in class com.boylesoftware.cb2.commons.user.UserBLO
Error code indicating that the login name was invalid.
EXECUTE_TYPE_BATCH - Static variable in class com.boylesoftware.cb2.util.sql.StatementWrapper
Indicates executeBatch call.
EXECUTE_TYPE_GENERIC - Static variable in class com.boylesoftware.cb2.util.sql.StatementWrapper
Indicates generic execute call.
EXECUTE_TYPE_QUERY - Static variable in class com.boylesoftware.cb2.util.sql.StatementWrapper
Indicates executeQuery call.
EXECUTE_TYPE_UPDATE - Static variable in class com.boylesoftware.cb2.util.sql.StatementWrapper
Indicates executeUpdate call.
EmptyForm - class com.boylesoftware.cb2.presentation.servlet.EmptyForm.
An empty form bean.
EmptyForm() - Constructor for class com.boylesoftware.cb2.presentation.servlet.EmptyForm
 
EventHistory - class com.boylesoftware.cb2.util.EventHistory.
Counts events and maintains a statistics for a certain period of time.
EventHistory(long, int) - Constructor for class com.boylesoftware.cb2.util.EventHistory
Constructs and initializes a new event history object.
EventStatistics - class com.boylesoftware.cb2.util.EventStatistics.
This utility class can be used for collecting statistics on some reqularly taking place event.
EventStatistics() - Constructor for class com.boylesoftware.cb2.util.EventStatistics
Constructs an event statistics object.
EventStatistics(EventHistory[]) - Constructor for class com.boylesoftware.cb2.util.EventStatistics
Constructs an event statistics object with event history timelines.
ExceptionUtils - class com.boylesoftware.cb2.util.ExceptionUtils.
Collection of static utility methods to work with Java exceptions.
ExceptionUtils() - Constructor for class com.boylesoftware.cb2.util.ExceptionUtils
 
endReading() - Method in class com.boylesoftware.cb2.util.AccessGuard
Unregisters a reader.
endWriting() - Method in class com.boylesoftware.cb2.util.AccessGuard
Unregisters a writer.
entrySet() - Method in class com.boylesoftware.cb2.DynamicDataModel
 
equals(Object) - Method in class com.boylesoftware.cb2.DataModel
Indicates whether some other object is "equal to" this data model.
equals(Object) - Method in class com.boylesoftware.cb2.util.PrincipalWithRoles
Checks if this principal is the same as another.
error(SAXParseException) - Method in class com.boylesoftware.cb2.util.CruelErrorHandler
Rethrows the exception.
errors - Variable in class com.boylesoftware.cb2.BLErrors
The errors container.
eventFinished(long) - Method in class com.boylesoftware.cb2.util.EventStatistics
Registers the fact that processing of the event has finished.
eventStarted() - Method in class com.boylesoftware.cb2.util.EventHistory
Registers an event happened now.
eventStarted(long) - Method in class com.boylesoftware.cb2.util.EventHistory
Registers an event happened at the specified time.
eventStarted() - Method in class com.boylesoftware.cb2.util.EventStatistics
Registers the fact that the event has happened.
execute() - Method in interface com.boylesoftware.cb2.FetchExecutor
Executes the query and returns the statement, which was actually used for getting the result set (possibly a different statement from what prepareStatement returned).
execute() - Method in class com.boylesoftware.cb2.GenericFetchExecutor
Executes the stmt statement and sets the rs member variable.
execute() - Method in class com.boylesoftware.cb2.db.tsql.NoCursorFetchExecutor
Executes the query and returns the statement actually used for getting the result set.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
CB2 implementation of the Struts' action execute method.
execute(ActionContext) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
Redefine this method in your child action handler.
execute(ActionContext) - Method in class com.boylesoftware.cb2.presentation.servlet.ShowPageAction
Initializes the presentation elements and puts them to the request.
execute() - Method in class com.boylesoftware.cb2.util.pool.PooledThread
Define this method and implement the thread's logic in it.
execute() - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
execute(String) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
execute(String, int) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
execute(String, int[]) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
execute(String, String[]) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
executeBatch() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
executeFetch(Class, String, Object[], int, int, FetchResultProcessorHandler[], FetchResultDescriptor) - Method in class com.boylesoftware.cb2.DAO
Fetches data from the database using the specified SQL query and returns the result as an array of DMs.
executeFetch(Class, String, Object[]) - Method in class com.boylesoftware.cb2.DAO
Calls executeFetch(dmClass, query, queryParams, 0, 0, null, null).
executeFetch(Class, String, Object[], int, int, FetchResultDescriptor) - Method in class com.boylesoftware.cb2.DAO
Calls executeFetch(dmClass, query, queryParams, page, pageSize, null, fetchResultDescriptor).
executeQuery() - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
executeQuery(String) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
executeUpdate(String, Object[]) - Method in class com.boylesoftware.cb2.DAO
Executes the specified SQL query and returns the number of affected rows.
executeUpdate() - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
executeUpdate(String) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
executeUpdate(String, int) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
executeUpdate(String, int[]) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
executeUpdate(String, String[]) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.

F

FetchExecutor - interface com.boylesoftware.cb2.FetchExecutor.
Interface for modules that are used by the DAO's fetch calls to prepare and execute SQL statements.
FetchResultDescriptor - class com.boylesoftware.cb2.FetchResultDescriptor.
Descriptor or a result set processed by a DAO fetch call.
FetchResultDescriptor() - Constructor for class com.boylesoftware.cb2.FetchResultDescriptor
 
FetchResultProcessor - interface com.boylesoftware.cb2.FetchResultProcessor.
Classes that implement this interface can be passed along with a DAO fetch call to be installed into the DAO's result set processing loop to perform certain operations on the DMs as they are coming out of the DAO and before they get packed into an array and returned back to the caller.
FetchResultProcessorHandler - class com.boylesoftware.cb2.FetchResultProcessorHandler.
Wrapper for FetchResultPocessor interface implementations, so they can be passed to the DAO along with a fetch call.
FetchResultProcessorHandler(FetchResultProcessor, int) - Constructor for class com.boylesoftware.cb2.FetchResultProcessorHandler
Creates a handler, which can be passed to the DAO with a fetch call.
fatalError(SAXParseException) - Method in class com.boylesoftware.cb2.util.CruelErrorHandler
Rethrows the exception.
fetch(String, Set, Object[], String[], int, int, int, FetchResultProcessorHandler[], FetchResultDescriptor) - Method in class com.boylesoftware.cb2.DAO
Fetches data from the database using a query from the DAO configuration and returns the result as an array of DMs.
fetch(String, Object[]) - Method in class com.boylesoftware.cb2.DAO
Calls fetch(queryName, null, queryParams, null, DAO.ORDER_UNUSED, 0, 0, null, null).
fetch(String, Object[], String[], int) - Method in class com.boylesoftware.cb2.DAO
Calls fetch(queryName, null, queryParams, orderBy, order, 0, 0, null, null).
fetch(String, Object[], int, int, FetchResultDescriptor) - Method in class com.boylesoftware.cb2.DAO
Calls fetch(queryName, null, queryParams, null, DAO.ORDER_UNUSED, page, pageSize, null, fetchResultDescriptor).
fetch(String, Object[], String[], int, int, int, FetchResultDescriptor) - Method in class com.boylesoftware.cb2.DAO
Calls fetch(queryName, null, queryParams, orderBy, order, page, pageSize, null, fetchResultDescriptor).
fetch(String, Set, Object[]) - Method in class com.boylesoftware.cb2.DAO
Calls fetch(queryName, conditions, queryParams, null, DAO.ORDER_UNUSED, 0, 0, null, null).
fetch(String, Set, Object[], String[], int) - Method in class com.boylesoftware.cb2.DAO
Calls fetch(queryName, conditions, queryParams, orderBy, order, 0, 0, null, null).
fetch(String, Set, Object[], int, int, FetchResultDescriptor) - Method in class com.boylesoftware.cb2.DAO
Calls fetch(queryName, conditions, queryParams, null, DAO.ORDER_UNUSED, page, pageSize, null, fetchResultDescriptor).
fetch(String, Set, Object[], String[], int, int, int, FetchResultDescriptor) - Method in class com.boylesoftware.cb2.DAO
Calls fetch(queryName, conditions, queryParams, orderBy, order, page, pageSize, null, fetchResultDescriptor).
fetchResultDescriptor - Variable in class com.boylesoftware.cb2.GenericFetchExecutor
Reference to the fetch result descriptor instance passed to the DAO for the call.
fetchUserDetailsByLoginNameQN - Variable in class com.boylesoftware.cb2.commons.user.UserBLO
Name of the select query in the configuration file which is used for getting a user details data model by the user's login name.
fetchWithNamedParams(String, Set, Map, String[], int, int, int, FetchResultProcessorHandler[], FetchResultDescriptor) - Method in class com.boylesoftware.cb2.DAO
Version of DAO.fetch(String, Set, Object [], String [], int, int, int, FetchResultProcessorHandler [], FetchResultDescriptor), which works with named query parameters.
fetchWithNamedParams(String, Map) - Method in class com.boylesoftware.cb2.DAO
Calls fetchWithNamedParams(queryName, null, queryParams, null, DAO.ORDER_UNUSED, 0, 0, null, null).
fetchWithNamedParams(String, Map, String[], int) - Method in class com.boylesoftware.cb2.DAO
Calls fetchWithNamedParams(queryName, null, queryParams, orderBy, order, 0, 0, null, null).
fetchWithNamedParams(String, Map, int, int, FetchResultDescriptor) - Method in class com.boylesoftware.cb2.DAO
Calls fetchWithNamedParams(queryName, null, queryParams, null, DAO.ORDER_UNUSED, page, pageSize, null, fetchResultDescriptor).
fetchWithNamedParams(String, Map, String[], int, int, int, FetchResultDescriptor) - Method in class com.boylesoftware.cb2.DAO
Calls fetchWithNamedParams(queryName, null, queryParams, orderBy, order, page, pageSize, null, fetchResultDescriptor).
fetchWithNamedParams(String, Set, Map) - Method in class com.boylesoftware.cb2.DAO
Calls fetchWithNamedParams(queryName, conditions, queryParams, null, DAO.ORDER_UNUSED, 0, 0, null, null).
fetchWithNamedParams(String, Set, Map, String[], int) - Method in class com.boylesoftware.cb2.DAO
Calls fetchWithNamedParams(queryName, conditions, queryParams, orderBy, order, 0, 0, null, null).
fetchWithNamedParams(String, Set, Map, int, int, FetchResultDescriptor) - Method in class com.boylesoftware.cb2.DAO
Calls fetchWithNamedParams(queryName, conditions, queryParams, null, DAO.ORDER_UNUSED, page, pageSize, null, fetchResultDescriptor).
fetchWithNamedParams(String, Set, Map, String[], int, int, int, FetchResultDescriptor) - Method in class com.boylesoftware.cb2.DAO
Calls fetchWithNamedParams(queryName, conditions, queryParams, orderBy, order, page, pageSize, null, fetchResultDescriptor).
finalize() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Called by the garbage collector.
findForward(String) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Convenience method, which calls findForward on the action mapping in this context.
findPageMapping(String) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Finds action mapping for the named page from pages configuration file.
finish(int, List) - Method in interface com.boylesoftware.cb2.FetchExecutor
Called after everything has been processed and the resulting array of DMs formed.
finish(int, List) - Method in class com.boylesoftware.cb2.GenericFetchExecutor
Finishes query execution and result set processing and sets up fetch result descriptor in fetchResultDescriptor member variable if it is not null.
fireUserLoggedInEvent(long) - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Call userLoggedIn() method on all registered user session state event listeners.
fireUserLoggedOutEvent(long) - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Call userLoggedOut() method on all registered user session state event listeners.

G

GRID_COLOR - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
GRID_STROKE - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
GenericFetchExecutor - class com.boylesoftware.cb2.GenericFetchExecutor.
Generic FetchExecutor implementation used by the DAO by default when no other DAO plugin implementing FetchExecutor interface is installed.
GenericFetchExecutor() - Constructor for class com.boylesoftware.cb2.GenericFetchExecutor
 
generateImage(EventHistory, int, int) - Static method in class com.boylesoftware.cb2.util.StatsGraph
Calls generateImage with default decoration.
generateImage(EventHistory, int, int, Map) - Static method in class com.boylesoftware.cb2.util.StatsGraph
Generates a graph image from the samples in the specified EventHistory object.
generateTinyImage(EventHistory, int, int, long) - Static method in class com.boylesoftware.cb2.util.StatsGraph
Calls generateTinyImage with default decoration.
generateTinyImage(EventHistory, int, int, long, Map) - Static method in class com.boylesoftware.cb2.util.StatsGraph
Analogue of the generateImage method, but the output image contains only the samples data and no scales, fields and other decorations.
get(Object) - Method in class com.boylesoftware.cb2.DynamicDataModel
 
get(HttpServletRequest) - Static method in class com.boylesoftware.cb2.presentation.servlet.RequestProcessingContext
Gets the instance of request processing context for the specified request.
get(String) - Method in class com.boylesoftware.cb2.util.BTreeMap
Looks up the best value for the specified key.
get(String) - Method in class com.boylesoftware.cb2.util.TextUtils.MapValueGetter
Gets the specified macro's value from the map.
get(String) - Method in interface com.boylesoftware.cb2.util.TextUtils.ValueGetter
Gets the value.
get() - Method in class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool
Returns an object from the pool.
getActionMapping() - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets action mapping used to select the action.
getActionName() - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
Returns this action implementation's logical name.
getAppName() - Method in class com.boylesoftware.cb2.ApplicationContext
Gets the application name originally set through appName parameter of the application context constructor.
getApplication(ServletContext) - Static method in class com.boylesoftware.cb2.presentation.servlet.CB2PlugIn
Finds the CB2Application instance for the web-application.
getApplicationContext() - Method in class com.boylesoftware.cb2.BLManager
Gets application context to which this BL Manager belongs.
getApplicationContext() - Method in class com.boylesoftware.cb2.BLObject
Gets application context.
getApplicationContext() - Method in class com.boylesoftware.cb2.DAOConfig
Gets the application context associated with this config object.
getApplicationContext() - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets the application context.
getApplicationContext() - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Application
Gets our application context.
getApplicationContext() - Method in class com.boylesoftware.cb2.presentation.servlet.RequestProcessingContext
Gets out application context.
getArray(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getArray(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getAttribute(String, int) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets an attribute value from the specified scope.
getAutoCommit() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
getBLManager() - Method in class com.boylesoftware.cb2.BLOContainer
Gets the BL Manager.
getBLManager() - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Application
Gets our business logic level manager.
getBLManager() - Method in class com.boylesoftware.cb2.presentation.servlet.RequestProcessingContext
Gets out business level manager.
getBLO(String) - Method in class com.boylesoftware.cb2.BLOContainer
Gets a BLO from this container or the Shared BLO Container.
getBLO(String) - Method in class com.boylesoftware.cb2.BLObject
Gets a BLO from the same or the shared BLO container.
getBLO(String) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets the named BLO.
getBLOContainer(String) - Method in class com.boylesoftware.cb2.BLManager
Gets BLO container for the specified user session.
getBLOContainer() - Method in class com.boylesoftware.cb2.BLObject
Gets BLO container to which this BLO belongs.
getBLOContainer() - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets BLO container for the current session.
getBLSessionId() - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Finds corresponding BL session id for a request.
getBLSessionId() - Method in class com.boylesoftware.cb2.presentation.servlet.RequestProcessingContext
Gets id of the corresponding session in the business level.
getBasicProperty(String) - Method in class com.boylesoftware.cb2.ApplicationContext
Gets value of an application property defined in the cb2app.properties file.
getBigDecimal(int, int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Deprecated.  
getBigDecimal(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getBigDecimal(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getBlob(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getBlob(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getBoolean(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getBoolean(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getByte(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getByte(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getBytes(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getBytes(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getCatalog() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
getClob(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getClob(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getCloseJNDIContexts() - Method in class com.boylesoftware.cb2.ApplicationContext
Convenience method returning value of com.boylesoftware.cb2.closeJNDIContexts application property as a boolean.
getConfigDirPath() - Method in class com.boylesoftware.cb2.ApplicationContext
Returns filesystem path to the directory that contains application configuration files including cb2app.properties.
getConnection(TransactionContext, String) - Static method in class com.boylesoftware.cb2.ApplicationContext
Gets database connection enrolled in the specified transaction context.
getConnection(String, boolean) - Method in class com.boylesoftware.cb2.ApplicationContext
Gets database connection.
getConnection(TransactionContext) - Static method in class com.boylesoftware.cb2.ApplicationContext
Convenience method, which calls getConnection(txCtx, "default") internally.
getConnection(boolean) - Method in class com.boylesoftware.cb2.ApplicationContext
Convenience method, which calls getConnection("default", forUpdate) internally.
getConnection() - Method in class com.boylesoftware.cb2.ApplicationContext
Convenience method, which calls getConnection("default", true) internally.
getConnection(String) - Method in interface com.boylesoftware.cb2.TransactionContext
Get a database connection managed by this transaction context.
getConnection() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getDAO(String) - Method in class com.boylesoftware.cb2.BLObject
Gets DAO for the specified data source.
getDAO() - Method in class com.boylesoftware.cb2.BLObject
Gets DAO for the default data source.
getDAOConfig(String) - Method in class com.boylesoftware.cb2.BLObject
Gets DAO config object for the specified data source.
getDAOConfig() - Method in class com.boylesoftware.cb2.BLObject
Gets DAO config object for the default data source.
getDate(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getDate(int, Calendar) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getDate(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getDate(String, Calendar) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getDecorElement(String, Map) - Static method in class com.boylesoftware.cb2.util.StatsGraph
Returns the named decoration element.
getDeploymentName() - Method in class com.boylesoftware.cb2.BLObject
Gets the BLO's deployment name as specified by name attribute of the corresponding <blo> element in the blo-config.xml file.
getDigestPassword(HttpServletRequest, HttpServletResponse, ServletContext, String, String) - Method in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
Returns the password from the database.
getDistAvg() - Method in class com.boylesoftware.cb2.util.EventStatistics
Gets the average time in milliseconds between events.
getDouble(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getDouble(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getErrorDescription(int) - Method in class com.boylesoftware.cb2.BLErrors
Gets the specified error's description.
getErrors() - Method in class com.boylesoftware.cb2.BLErrors
Gets all errors in this instance as an array or error codes.
getEventStats(String) - Method in class com.boylesoftware.cb2.ApplicationContext
Gets event statistics for various events.
getEventStats(String) - Method in class com.boylesoftware.cb2.BLManager
Not used in this class, always returns null.
getEventStats(String) - Method in class com.boylesoftware.cb2.DAO
Not used in this class, always returns null.
getEventStats(String) - Method in interface com.boylesoftware.cb2.StatusProvider
Gets statistics for the specified event.
getEventStats(String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Application
Interface method implementation.
getEventsPerMinuteAvg() - Method in class com.boylesoftware.cb2.util.EventStatistics
Gets the average number of events per minute.
getFetchDirection() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getFetchSize() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getField(String) - Method in class com.boylesoftware.cb2.DataModel
Gets a field's value by its name.
getField(String) - Method in class com.boylesoftware.cb2.DynamicDataModel
Gets a field's value by its name.
getFloat(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getFloat(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getForm() - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets form bean submitted to the action or null if no form is required by the action.
getGeneratedKeys() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getHitRate() - Method in class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool
The hit rate (the relation of the number of new object allocations to the total number of pooled object requests) in 0.01%.
getHoldability() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
getIgnoreIfAbsent() - Method in class com.boylesoftware.cb2.presentation.servlet.InsertTag
Gets the ignoreIfAbsent attribute for the tag.
getInitParameter(String) - Method in class com.boylesoftware.cb2.BLObject
Gets a BLO initialization parameter.
getInt(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getInt(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getLastErrors() - Method in class com.boylesoftware.cb2.BLObject
Gets errors for the last BLO business method call.
getLastSampleIndex() - Method in class com.boylesoftware.cb2.util.EventHistory
Gets index of the last sample in the array of samples.
getLastSampleTs() - Method in class com.boylesoftware.cb2.util.EventHistory
Gets timestamp for the last sample.
getLocale() - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets the user's currently selected locale.
getLog(String) - Method in class com.boylesoftware.cb2.ApplicationContext
Returns log for the specified channel.
getLog() - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets log to be used in the action.
getLong(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getLong(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getMaxFieldSize() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getMaxRows() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getMaxSample() - Method in class com.boylesoftware.cb2.util.EventHistory
Gets the maximum sample value.
getMetaData() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
getMetaData() - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
getMoreResults() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getMoreResults(int) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getNIdles() - Method in class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool
Returns the number of idle objects in the pool.
getNIncrements() - Method in class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool
Returns the number of times the pool's internal storage of idle objects had to be increased because it could not hold the required number of idle objects.
getNSamples() - Method in class com.boylesoftware.cb2.util.EventHistory
Gets the number of samples in the array of samples.
getNTimes() - Method in class com.boylesoftware.cb2.util.EventStatistics
Gets the number of times the event has happened.
getNUsed() - Method in class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool
Returns the number of objects currently being assigned through the get method.
getName() - Method in class com.boylesoftware.cb2.presentation.servlet.InsertTag
Gets the name of the component reference or the attribute as it is configured by componentref or attribute element in the configuration file.
getName() - Method in class com.boylesoftware.cb2.util.PrincipalWithRoles
Gets the principal's unique name.
getNameBean() - Method in class com.boylesoftware.cb2.presentation.servlet.InsertTag
Gets the name of the bean containing component reference or page attribute name.
getNameProperty() - Method in class com.boylesoftware.cb2.presentation.servlet.InsertTag
Gets name of the property in the nameBean bean containing component reference or page attribute name.
getNoTXConnection(String) - Method in class com.boylesoftware.cb2.ApplicationContext
Gets database connection directly from the data source.
getNoTXConnection() - Method in class com.boylesoftware.cb2.ApplicationContext
Convenience method, which calls getNoTXConnection("default") internally.
getNullIfEmpty(String) - Static method in class com.boylesoftware.cb2.util.TextUtils
If the input string is not null, not zero length and does not consist of only whitespace characters, this method trims it and returns the result.
getNumberOfErrors() - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Application
Gets the number of registered errors in all user sessions.
getNumberOfSessions() - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Application
Gets number of currently registered user sessions.
getObject(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getObject(int, Map) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getObject(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getObject(String, Map) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getParameterAsInt(HttpServletRequest, String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
Retreives a request parameter as an int number.
getParameterAsIntNoNull(HttpServletRequest, String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
Retreives a request parameter as an int number.
getParameterAsLong(HttpServletRequest, String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
Retreives a request parameter as a long number.
getParameterAsLongNoNull(HttpServletRequest, String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
Retreives a request parameter as a long number.
getParameterMetaData() - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
getParameterNoNull(HttpServletRequest, String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
Checks if a parameter is in a request and returns its value if so.
getPassword(String) - Method in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
Gets a user's password from the database,
getPasswordQuery() - Method in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
Gets the password query.
getPoolName() - Method in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
Gets the database connection pool name.
getPoolSize() - Method in class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool
Returns number of idle objects this pool can hold without reallocating the pool's internal storage of idle objects.
getProcTimeAvg() - Method in class com.boylesoftware.cb2.util.EventStatistics
Gets the average amount of time in milliseconds processing of the event took.
getProcTimeMax() - Method in class com.boylesoftware.cb2.util.EventStatistics
Gets the maximum amount of time in milliseconds processing of the event took.
getProcTimeMin() - Method in class com.boylesoftware.cb2.util.EventStatistics
Gets the minimum amount of time in milliseconds processing of the event took.
getProperties() - Method in class com.boylesoftware.cb2.ApplicationContext
Gets all application properties.
getProperties() - Method in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Gets all application properties as a sorted map.
getProperty(String) - Method in class com.boylesoftware.cb2.ApplicationContext
Gets an application property value.
getPropertyType(String) - Method in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Tells the specified application property's type, which is where its value comes from.
getQuery(String) - Method in class com.boylesoftware.cb2.DAO
Deprecated. there is no direct substitution for this method. If you needed this method for building dynamic SQL queries you should consider using {cond ...} constructs of the DAO Extended Syntax.
getQueryTimeout() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getRef(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getRef(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getRequest() - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets the HTTP request.
getRequestParameter(String) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
A shortcut method returning a named HTTP request parameter.
getRequestURL() - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets complete URL requested by the client browser.
getRequestURL() - Method in class com.boylesoftware.cb2.presentation.servlet.RequestProcessingContext
Gets the requested by the client URL.
getResources() - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets the default message resources for the current module.
getResources(String) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets the specified message resources for the current module.
getResponse() - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets the HTTP response.
getResultSet() - Method in interface com.boylesoftware.cb2.FetchExecutor
Gets the result set after execute method call.
getResultSet() - Method in class com.boylesoftware.cb2.GenericFetchExecutor
Gets the result set.
getResultSet() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getResultSetConcurrency() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getResultSetField(ResultSet, int, String, Class) - Method in interface com.boylesoftware.cb2.ResultSetFieldGetter
Gets the specified column's value from the result set.
getResultSetHoldability() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getResultSetType() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getRoles(String) - Method in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
Gets a collection of user's security roles from the database.
getRolesQuery() - Method in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
Gets the role query.
getRowsTotal() - Method in class com.boylesoftware.cb2.FetchResultDescriptor
Gets total number of rows in the result set, not only in the requested page,
getSampleSpan() - Method in class com.boylesoftware.cb2.util.EventHistory
Gets number of milliseconds of one sample.
getSamples() - Method in class com.boylesoftware.cb2.util.EventHistory
Gets the samples.
getSessionId() - Method in class com.boylesoftware.cb2.BLOContainer
Gets id of the user session, to which this container corresponds.
getSharedBLO(String) - Method in class com.boylesoftware.cb2.BLManager
Gets a shared BLO from the Shared BLO Container.
getSharedBLO(String) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Returns the specified by name BLO from the BLManager's shared BLO container or null.
getShort(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getShort(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getStats() - Method in class com.boylesoftware.cb2.ApplicationContext
Retrieves application context information and returns it as XML.
getStats() - Method in class com.boylesoftware.cb2.BLManager
Retrieves information about the Business Level as an XML text.
getStats() - Method in class com.boylesoftware.cb2.DAO
Retrieves information about the DAO and returns it as an XML text.
getStats() - Method in interface com.boylesoftware.cb2.StatusProvider
Gets status/statistics report as an XML text.
getStats() - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Application
Retrieves information about the servlet container and user sessions and returns it as an XML text.
getString(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getString(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getTime(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getTime(int, Calendar) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getTime(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getTime(String, Calendar) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getTimelines() - Method in class com.boylesoftware.cb2.util.EventStatistics
Gets the event history timelines.
getTimestamp(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getTimestamp(int, Calendar) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getTimestamp(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getTimestamp(String, Calendar) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getTotalSpan() - Method in class com.boylesoftware.cb2.util.EventHistory
Gets number of milliseconds in the whole timeline.
getTransactionIsolation() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
getTsLast() - Method in class com.boylesoftware.cb2.util.EventStatistics
Gets the timestamp when the event happened last time.
getTypeMap() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
getUIState() - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Gets the UIState bean instance for the current session.
getUIState() - Method in class com.boylesoftware.cb2.presentation.servlet.RequestProcessingContext
Gets the UI state bean instance from the session.
getURL(int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getURL(String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
getUpdateCount() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getUserId() - Method in class com.boylesoftware.cb2.commons.user.UserSessionStateEvent
Returns the related user account id.
getUserPrincipal() - Method in class com.boylesoftware.cb2.BLOContainer
Gets currently authenticated for the session user principal set earlier by the processUserLogin call.
getWarnings() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
getWarnings() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
getWrappedCallableStatement() - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Returns the wrapped callable statement.
getWrappedConnection() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Returns the wrapped connection.
getWrappedPreparedStatement() - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Returns the wrapped prepared statement.
getWrappedStatement() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Returns the wrapped statement.
getXMLNodeText(Node) - Static method in class com.boylesoftware.cb2.util.XMLUtils
Retrieves text body of an XML node.
getXMLSubelementText(Element, String) - Static method in class com.boylesoftware.cb2.util.XMLUtils
Retrieves text body of an XML element's subnode.

H

HttpBCMProvider - class com.boylesoftware.cb2.bcmproviders.http.HttpBCMProvider.
Implementation of the BroadcastMessagingProvider interface which uses HTTP to deliver messages to the members of the cluster.
HttpBCMProvider() - Constructor for class com.boylesoftware.cb2.bcmproviders.http.HttpBCMProvider
 
HttpResponseUtils - class com.boylesoftware.cb2.util.HttpResponseUtils.
A collection of static utility functions to work with HTTP response objects.
HttpResponseUtils() - Constructor for class com.boylesoftware.cb2.util.HttpResponseUtils
 
Hub - class com.boylesoftware.cb2.bcmproviders.sockethub.Hub.
Standalone program, which plays the role of a message hub, or server.
hasBLO(String) - Method in class com.boylesoftware.cb2.BLOContainer
Checks if there is a BLO under the specified name in this container or in the Shared BLO Container.
hashCode() - Method in class com.boylesoftware.cb2.DataModel
Returns hash code of the data model.
hashCode() - Method in class com.boylesoftware.cb2.util.PrincipalWithRoles
Returns the object's hash code.

I

InsertTag - class com.boylesoftware.cb2.presentation.servlet.InsertTag.
Implementation of the <cb2:insert> JSP tag.
InsertTag() - Constructor for class com.boylesoftware.cb2.presentation.servlet.InsertTag
 
InsertTei - class com.boylesoftware.cb2.presentation.servlet.InsertTei.
Tag Extra Info class for the <cb2:insert> JSP tag.
InsertTei() - Constructor for class com.boylesoftware.cb2.presentation.servlet.InsertTei
 
InvalidParamValueException - exception com.boylesoftware.cb2.presentation.servlet.InvalidParamValueException.
This exception is thrown by the ShowPageAction when an presentation element input parameter has an invalid value.
InvalidParamValueException(String) - Constructor for class com.boylesoftware.cb2.presentation.servlet.InvalidParamValueException
Constructs a new exception.
InvalidParamValueException(String, Throwable) - Constructor for class com.boylesoftware.cb2.presentation.servlet.InvalidParamValueException
Constructs a new exception caused by another exception.
init() - Method in class com.boylesoftware.cb2.BLObject
Initializes the BLO.
init(ApplicationContext) - Method in interface com.boylesoftware.cb2.BroadcastMessagingProvider
Initializes the provider.
init(DAOConfig, Connection, Class, String, Object[], int, int, FetchResultDescriptor) - Method in interface com.boylesoftware.cb2.FetchExecutor
Initializes the executor before calling any other methods.
init(DAOConfig, Connection, Class, String, Object[], int, int, FetchResultDescriptor) - Method in class com.boylesoftware.cb2.GenericFetchExecutor
Initializes the executor setting up internal member variables.
init() - Method in class com.boylesoftware.cb2.admin.servlet.AdminServlet
Initializes the servlet.
init() - Method in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
Initialize the authenticator.
init(ApplicationContext) - Method in class com.boylesoftware.cb2.bcmproviders.http.HttpBCMProvider
Initialize the provider instance.
init() - Method in class com.boylesoftware.cb2.bcmproviders.http.ReceiverServlet
Initialize the servlet.
init(ApplicationContext) - Method in class com.boylesoftware.cb2.bcmproviders.local.LocalProvider
Initialize the provider.
init(ApplicationContext) - Method in class com.boylesoftware.cb2.bcmproviders.sockethub.SocketHubBCMProvider
Initialize the provider.
init() - Method in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Initializes the BLO.
init() - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Initializes the BLO.
init(ActionServlet, ModuleConfig) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2PlugIn
Initialize the plugin for a module.
init(ActionServlet, ModuleConfig) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2RequestProcessor
Initializes the request processor.
init(ActionContext) - Method in class com.boylesoftware.cb2.presentation.servlet.EmptyForm
Does nothing.
init(ActionContext) - Method in interface com.boylesoftware.cb2.presentation.servlet.PresentationElement
Initializes the presentation element.
insert(DataModel) - Method in class com.boylesoftware.cb2.DAO
Constructs and executes an SQL INSERT statement for the specified DM.
isActive() - Method in interface com.boylesoftware.cb2.TransactionContext
Tells if there is an active transaction at the moment of the call.
isBCMEnabled() - Method in class com.boylesoftware.cb2.ApplicationContext
Tells if the CB2 Broadcast Messaging subsystem (the BCM) is enabled.
isClosed() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
isDatabaseAvailable() - Method in class com.boylesoftware.cb2.ApplicationContext
Tells if the database subsystem is enabled for this application context.
isDetached(HttpServletRequest, String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
Checks if [detached] flag is specified in the action mapping parameter and tells whether the session's BLO container should be aquired and locked for the action execution.
isEmpty() - Method in class com.boylesoftware.cb2.DynamicDataModel
 
isEmpty(String) - Static method in class com.boylesoftware.cb2.util.TextUtils
Checks if the specified string is "empty".
isInRole(String) - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Returns true if currently logged in user is in the specified by name role.
isInRole(String) - Method in class com.boylesoftware.cb2.util.PrincipalWithRoles
Checks if this principal plays the specified role.
isLocked() - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Application
Tells if the application is locked by a setLock call.
isLoggedIn() - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Returns true if a user is authenticated and successfully logged in meaning that the BLO is in authenticated mode.
isReadOnly() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
isRollbackOnly(TransactionContext) - Static method in class com.boylesoftware.cb2.ApplicationContext
Tells if transaction associated with the specified transaction context is marked for rollback only.
isRollbackOnly() - Static method in class com.boylesoftware.cb2.ApplicationContext
Tells if transaction associated with the calling thread is marked for rollback only.
isRollbackOnly() - Method in class com.boylesoftware.cb2.BLObject
Checks if the current transaction is marked for rollback only.
isRollbackOnly() - Method in interface com.boylesoftware.cb2.TransactionContext
Tells if the transaction is marked for rollback only.
isShared() - Method in class com.boylesoftware.cb2.BLOContainer
Tells if this is the Shared BLO Container.
isUserInRole(HttpServletRequest, HttpServletResponse, ServletContext, Principal, String) - Method in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
Checks if a user plays a security role.
isValid(TagData) - Method in class com.boylesoftware.cb2.presentation.servlet.InsertTei
Validate the tag instance at translation time.
isValidEmailAddress(String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
Deprecated. use TextUtils.isValidEmailAddress(java.lang.String) static method instead.
isValidEmailAddress(String) - Static method in class com.boylesoftware.cb2.util.TextUtils
Tells if the specified string is valid email address.
isValidUSPhoneNumber(String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
Deprecated. no direct replacement for this method, should be implemented in the application specific way.

J

JdbcAuthenticator - class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator.
Authenticator implementation for Caucho Resin servlet engine, which uses database as the user accounts storage.
JdbcAuthenticator() - Constructor for class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
 

K

keySet() - Method in class com.boylesoftware.cb2.DynamicDataModel
 
kill() - Method in class com.boylesoftware.cb2.util.pool.PooledThread
Kills the thread.

L

LEVEL_AVG_COLOR - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
LEVEL_AVG_STROKE - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
LEVEL_MAX_COLOR - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
LEVEL_MAX_STROKE - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
LEVEL_MIN_COLOR - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
LEVEL_MIN_STROKE - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
LOG_SUBSYS - Static variable in interface com.boylesoftware.cb2.BroadcastMessagingProvider
Channel for the logger.
LOG_SUBSYS - Static variable in interface com.boylesoftware.cb2.TransactionContext
Channel name for the logger.
LocalProvider - class com.boylesoftware.cb2.bcmproviders.local.LocalProvider.
Simple stub-like BCM provider, which does not do any actual broadcasting.
LocalProvider() - Constructor for class com.boylesoftware.cb2.bcmproviders.local.LocalProvider
 
LocalResourceEntityResolver - class com.boylesoftware.cb2.util.LocalResourceEntityResolver.
This entity resolver allows to access local copies of DTDs referred from XML configuration files.
LocalResourceEntityResolver(Class, String[]) - Constructor for class com.boylesoftware.cb2.util.LocalResourceEntityResolver
Constructs a resolver.
labelWidth - Variable in class com.boylesoftware.cb2.util.StatsGraph.ScaleDescriptor
Maximum possible width in pixels of one label.
log - Variable in class com.boylesoftware.cb2.BLObject
Log to be used in the BLO's methods.
loggedInUserDM - Variable in class com.boylesoftware.cb2.commons.user.UserBLO
DM of the logged in user or null if no user is logged in.
login(String, String) - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Tries to log in the specified by login name user.
loginImpl(HttpServletRequest, HttpServletResponse, ServletContext, String, String) - Method in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
Authenticates the user given the request.
loginName - Variable in class com.boylesoftware.cb2.commons.user.UserBasicDM
The user's login name.
logout() - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Logs out the currently logged in user.
logout(ActionContext) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Action
Logs out the currently authenticated in user.

M

MAIN_BG_COLOR - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
MAIN_MARGIN_BOTTOM - Static variable in class com.boylesoftware.cb2.util.StatsGraph
Width of the field at the bottom of the "data" area.
MAIN_MARGIN_LEFT - Static variable in class com.boylesoftware.cb2.util.StatsGraph
Width of the field to the left of the "data" area.
MAIN_MARGIN_RIGHT - Static variable in class com.boylesoftware.cb2.util.StatsGraph
Width of the field to the right of the "data" area.
MAIN_MARGIN_TOP - Static variable in class com.boylesoftware.cb2.util.StatsGraph
Width of the field at the top of the "data" area.
MIN_STEPX - Static variable in class com.boylesoftware.cb2.util.StatsGraph
Minimum allowed distance in pixels between two vertical net-lines.
main(String[]) - Static method in class com.boylesoftware.cb2.bcmproviders.sockethub.Hub
The program entry point.
maxSample - Variable in class com.boylesoftware.cb2.util.EventHistory
Maximum sample value.

N

NONCHANGABLE_PROPS - Static variable in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Set of name prefixes for application properties that cannot be stored in the database and can be specified only in the cb2app.properties file.
NoBLOContainerException - exception com.boylesoftware.cb2.NoBLOContainerException.
Indicates that there is no BLO container instance for the requested session.
NoBLOContainerException(String) - Constructor for class com.boylesoftware.cb2.NoBLOContainerException
Constructs an exception.
NoCursorFetchExecutor - class com.boylesoftware.cb2.db.tsql.NoCursorFetchExecutor.
Fetch executor implementation for Sybase and MS SQL Server that does not use scrollable result sets for paginated fetches.
NoCursorFetchExecutor() - Constructor for class com.boylesoftware.cb2.db.tsql.NoCursorFetchExecutor
 
NoRequiredParamException - exception com.boylesoftware.cb2.presentation.servlet.NoRequiredParamException.
This exception is thrown by the ShowPageAction when it can't find a required presentation element input parameter in the scope while setting it up.
NoRequiredParamException(String) - Constructor for class com.boylesoftware.cb2.presentation.servlet.NoRequiredParamException
Constructs a new exception.
NoRequiredParamException(String, Throwable) - Constructor for class com.boylesoftware.cb2.presentation.servlet.NoRequiredParamException
Constructs a new exception caused by another exception.
nBytes - Variable in class com.boylesoftware.cb2.util.UniqueIdGenerator
Number of bytes in the generated ids.
nSamples - Variable in class com.boylesoftware.cb2.util.EventHistory
Number of samples in the timeline including the current one (so it never can be zero).
name - Variable in class com.boylesoftware.cb2.commons.user.UserRoleBasicDM
The role's identifying name.
nameColumn - Variable in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Name of the column, which contains application property names.
nativeSQL(String) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
next() - Method in class com.boylesoftware.cb2.util.UniqueIdGenerator
Generates next id.
nextLevel - Variable in class com.boylesoftware.cb2.util.BTreeMap.Entry
Collection of entries for the next level.

O

ORDER_ASC - Static variable in class com.boylesoftware.cb2.DAO
Used with fetch methods to indicate that the caller wants ascending order in the result set.
ORDER_DESC - Static variable in class com.boylesoftware.cb2.DAO
Used with fetch methods to indicate that the caller wants descending order in the result set.
ORDER_NOORDER - Static variable in class com.boylesoftware.cb2.DAO
Deprecated. use ORDER_UNUSED instead.
ORDER_UNUSED - Static variable in class com.boylesoftware.cb2.DAO
Used with fetch methods to indicate that automatic ORDER BY clause generation is not used, or it is used, but no ASC nor DESC keywords should be added to the column names in the clause.
objectToString(Object) - Static method in class com.boylesoftware.cb2.util.CodeUtils
Serializes an object and returns string representation of its data.

P

PROPTYPE_BASIC - Static variable in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Property type, returned by getPropertyType method, which indicates that the property comes from the cb2app.properties file.
PROPTYPE_DB - Static variable in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Property type, returned by getPropertyType method, which indicates that the property comes from the database.
PROPTYPE_IMMUTABLE - Static variable in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Property type, returned by getPropertyType method, which indicates that the property comes from the cb2app.properties file and its value cannot be changed, because it is used by the application context before it processes additional properties from the database.
PROPTYPE_OVERRIDDEN - Static variable in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Property type, returned by getPropertyType method, which indicates that the property comes from the cb2app.properties file, but its value has been overridden by a property with the same name stored in the database.
PROPTYPE_UNKNOWN - Static variable in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
This value is returned by getPropertyType method when type of a non existant property is requested.
PooledObjectFactory - interface com.boylesoftware.cb2.util.pool.PooledObjectFactory.
Factories implementing this interface are used by object pool implementations for instantiating the objects.
PooledObjectFactoryAdapter - class com.boylesoftware.cb2.util.pool.PooledObjectFactoryAdapter.
Convenience adapter for PooledObjectFactory interface.
PooledObjectFactoryAdapter() - Constructor for class com.boylesoftware.cb2.util.pool.PooledObjectFactoryAdapter
 
PooledThread - class com.boylesoftware.cb2.util.pool.PooledThread.
Abstract parent class for threads to be used with PooledThreadFactory class.
PooledThread() - Constructor for class com.boylesoftware.cb2.util.pool.PooledThread
 
PooledThreadFactory - class com.boylesoftware.cb2.util.pool.PooledThreadFactory.
Parent class for thread pool factories.
PooledThreadFactory(String) - Constructor for class com.boylesoftware.cb2.util.pool.PooledThreadFactory
Constructs the pool.
PreparedStatementWrapper - class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper.
Wrapper around a JDBC's PreparedStatement interface implementation.
PreparedStatementWrapper() - Constructor for class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Creates a new wrapper.
PreparedStatementWrapper(PreparedStatement) - Constructor for class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Creates a new wrapper and sets the wrapped statement to the specified one.
PresentationElement - interface com.boylesoftware.cb2.presentation.servlet.PresentationElement.
CB2 presentation elements implement this interface.
PrincipalWithRoles - class com.boylesoftware.cb2.util.PrincipalWithRoles.
Simple implementation of Java's Principal interface, which adds a list of security roles attached to the principal.
PrincipalWithRoles(String, Set) - Constructor for class com.boylesoftware.cb2.util.PrincipalWithRoles
Constructs a principal.
PropertySharedBLO - class com.boylesoftware.cb2.commons.property.PropertySharedBLO.
Generic BLO for managing database-stored application properties, that are used by the application context via com.boylesoftware.cb2.appProperties.query property.
PropertySharedBLO() - Constructor for class com.boylesoftware.cb2.commons.property.PropertySharedBLO
 
page - Variable in class com.boylesoftware.cb2.GenericFetchExecutor
Requested page starting from zero.
pageSize - Variable in class com.boylesoftware.cb2.GenericFetchExecutor
Requested page size.
password - Variable in class com.boylesoftware.cb2.commons.user.UserBasicDM
The user's login password.
pinConnection(boolean) - Method in class com.boylesoftware.cb2.DAO
"Pins down" a database connection to the current thread.
pool - Variable in class com.boylesoftware.cb2.util.pool.PooledObjectFactoryAdapter
Reference to the pool set by the setPool method.
postCallHook() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
This hook is invoked after every interface method call.
postCallHook() - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
This hook is invoked after every interface method call.
postexecuteHook(ResultSet, int, boolean) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
This hook method is called from all the methods that cause the statement execution after the actuall method on the underlying statement returns.
preexecuteHook(int, String) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
This hook method is called from all the methods that cause the statement execution before the control is actually passed down to the underlying statement.
prepareCall(String) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
prepareCall(String, int, int) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
prepareCall(String, int, int, int) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
prepareStatement() - Method in interface com.boylesoftware.cb2.FetchExecutor
Prepares a statement object before the execute method call.
prepareStatement() - Method in class com.boylesoftware.cb2.GenericFetchExecutor
Creates a statement object.
prepareStatement() - Method in class com.boylesoftware.cb2.db.tsql.NoCursorFetchExecutor
Prepares a statement object before the execute method call.
prepareStatement(String) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
prepareStatement(String, int, int) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
prepareStatement(String, int, int, int) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
prepareStatement(String, int) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
prepareStatement(String, int[]) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
prepareStatement(String, String[]) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
process(HttpServletRequest, HttpServletResponse) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2RequestProcessor
Process a request.
processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2RequestProcessor
Overrides the basic Struts method that calls actions.
processBCMMessage(String, String, Serializable) - Method in class com.boylesoftware.cb2.ApplicationContext
Processes a received through the CB2 Broadcast Messaging subsystem message by calling processMessage method on the appropriate terminal.
processBLOContainerLock() - Method in interface com.boylesoftware.cb2.BLOContainerStateListener
Called by the BLO container immediately after it gets locked but before it is returned by the BL Manager to the caller.
processBLOContainerUnlock() - Method in interface com.boylesoftware.cb2.BLOContainerStateListener
Called by the BLO container just before it gets unlocked.
processDM(DataModel, ResultSet, int, int) - Method in interface com.boylesoftware.cb2.FetchResultProcessor
Called by the DAO for each DM on a certain DM nesting level just after it has processed a result set row and populated the DM's fields.
processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2RequestProcessor
Forward to the specified destination by the specified mechanism if an ActionForward instance was returned by the Action.
processMessage(String, String, Serializable) - Method in class com.boylesoftware.cb2.ApplicationContext
Processes an internal application context BCM message.
processMessage(String, String, Serializable) - Method in interface com.boylesoftware.cb2.BroadcastMessagingTerminal
This method gets called when a message is received.
processPostprocess(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2RequestProcessor
Performs request post-processing after the action has been executed and returned a forward.
processQueryParam(PreparedStatement, int, Object) - Method in interface com.boylesoftware.cb2.QueryParamProcessor
This method is called by the DAO just before a query parameter gets set into a java.sql.PreparedStatement.
processResultSetField(String, Class, Object) - Method in interface com.boylesoftware.cb2.ResultSetFieldProcessor
This method is called by the DAO just before a value from a result set column gets set into a DM field.
processUserLogin(Principal) - Method in interface com.boylesoftware.cb2.AuthenticationListener
Notify the BLO about a user login event.
processUserLogin(Principal) - Method in class com.boylesoftware.cb2.BLOContainer
Notifies the BLO container about a user login event for the session.
processUserLogin(Principal) - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Notify the BLO about a user login event.
processUserLogout() - Method in interface com.boylesoftware.cb2.AuthenticationListener
Notify the BLO about a user logout event.
processUserLogout() - Method in class com.boylesoftware.cb2.BLOContainer
Notifies the BLO container about a user logout event for the session.
processUserLogout() - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Notify the BLO about a user logout event.
pstmt - Variable in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Reference to the wrapped statement as a prepared statement so we don't have to do class casting all the time.
put(Object, Object) - Method in class com.boylesoftware.cb2.DynamicDataModel
 
put(String, Object) - Method in class com.boylesoftware.cb2.util.BTreeMap
Adds a new value to the map.
putAll(Map) - Method in class com.boylesoftware.cb2.DynamicDataModel
 

Q

QueryParamProcessor - interface com.boylesoftware.cb2.QueryParamProcessor.
Interface for DAO plugins that perform additional processing of query parameters just before they get set into a prepared statement during a DAO call.
QueryParamSetter - interface com.boylesoftware.cb2.QueryParamSetter.
Interface for the DAO plugin, which is responsible for setting query parameters into JDBC prepared statements during a DAO call.
query - Variable in class com.boylesoftware.cb2.GenericFetchExecutor
Text of the SQL query to be executed.
queryParams - Variable in class com.boylesoftware.cb2.GenericFetchExecutor
The query parameters as passed to the DAO.

R

REP_PATTERN - Static variable in class com.boylesoftware.cb2.db.tsql.NoCursorFetchExecutor
Regex pattern used to parse and modify the query.
REP_STRING - Static variable in class com.boylesoftware.cb2.db.tsql.NoCursorFetchExecutor
Replacement string for the query modification.
REQUEST_SCOPE - Static variable in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Indicates the HTTP request scope for setAttribute, getAttribute and removeAttribute methods.
ReceiverServlet - class com.boylesoftware.cb2.bcmproviders.http.ReceiverServlet.
The reciever servlet for HttpBCMProvider BCM provider implementation.
ReceiverServlet() - Constructor for class com.boylesoftware.cb2.bcmproviders.http.ReceiverServlet
 
RequestProcessingContext - class com.boylesoftware.cb2.presentation.servlet.RequestProcessingContext.
Request processor creates an instance of this class and keeps it as a request attribute during the whole request processing procedure.
ResultSetFieldGetter - interface com.boylesoftware.cb2.ResultSetFieldGetter.
Interface for the DAO plugin, which is responsible for getting column values from the result set during a DAO fetch call.
ResultSetFieldProcessor - interface com.boylesoftware.cb2.ResultSetFieldProcessor.
Interface for DAO plugins that perform additional processing of data from result set columns just before they get set into DM fields during a DAO fetch call.
random - Variable in class com.boylesoftware.cb2.util.UniqueIdGenerator
Random number generator.
reconfigure(String) - Method in class com.boylesoftware.cb2.ApplicationContext
Re/configure the context.
reconfigureDAL(Document) - Method in class com.boylesoftware.cb2.BLManager
Re/initializes the database access level.
registerBCMTerminal(String, BroadcastMessagingTerminal) - Method in class com.boylesoftware.cb2.ApplicationContext
Registers a BCM terminal on the specified channel.
registerLogin(UserBasicDM) - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Performes all internal BLO operations for a user login action.
registerOutParameter(int, int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
registerOutParameter(int, int, int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
registerOutParameter(int, int, String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
registerOutParameter(String, int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
registerOutParameter(String, int, int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
registerOutParameter(String, int, String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
release() - Method in class com.boylesoftware.cb2.BLOContainer
Releases this BLO container after it has been locked by the BL Manager's getBLOContainer method.
release() - Method in class com.boylesoftware.cb2.presentation.servlet.InsertTag
Release the tag.
releaseBLOContainer(String) - Method in class com.boylesoftware.cb2.BLManager
Releases BLO container that was previously locked by a getBLOContainer call.
releaseSavepoint(Savepoint) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
remove(Object) - Method in class com.boylesoftware.cb2.DynamicDataModel
 
removeAttribute(String, int) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Removes an attribute from the specified scope.
removeUserSessionStateListener(UserSessionStateListener) - Method in class com.boylesoftware.cb2.commons.user.UserBLO
Removes the specified listener for user session state events from the internal list of listeners.
replaceMacros(CharSequence, TextUtils.ValueGetter) - Static method in class com.boylesoftware.cb2.util.TextUtils
This method replaces all occurencies of ${name} in the input string with respective values provided by the specified value getter.
replaceMacros(CharSequence, TextUtils.ValueGetter, boolean) - Static method in class com.boylesoftware.cb2.util.TextUtils
This method replaces all occurencies of ${name} in the input string with respective values provided by the specified value getter.
reset() - Method in class com.boylesoftware.cb2.presentation.servlet.EmptyForm
Does nothing.
reset() - Method in interface com.boylesoftware.cb2.presentation.servlet.PresentationElement
Resets fields of the presentation element to their default values.
resetObject(Object) - Method in interface com.boylesoftware.cb2.util.pool.PooledObjectFactory
Resets an object after it had been used.
resetObject(Object) - Method in class com.boylesoftware.cb2.util.pool.PooledObjectFactoryAdapter
Interface method implementation, does nothing.
resetProperty(String) - Method in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Resets an application property's value.
resolveEntity(String, String) - Method in class com.boylesoftware.cb2.util.LocalResourceEntityResolver
The interface method implementation.
restoreUserSession(String, BLOContainer) - Method in class com.boylesoftware.cb2.BLManager
Binds the specified BLO container instance with the specified session id effectively creating a new session.
rethrowBLException(Throwable, String) - Static method in class com.boylesoftware.cb2.util.ExceptionUtils
Takes a throwable and rethrows it wrapping it into a BLException if necessary.
rethrowServletException(Throwable, String) - Static method in class com.boylesoftware.cb2.util.ExceptionUtils
Takes a throwable and rethrows it wrapping it into a ServletException if necessary.
returnObject(Object) - Method in class com.boylesoftware.cb2.util.pool.AdaptiveObjectPool
Returns a borrowed object back to the pool.
roles - Variable in class com.boylesoftware.cb2.commons.user.UserBasicDM
List of security roles this user is associated with.
rollback() - Method in interface com.boylesoftware.cb2.TransactionContext
Rollback the transaction.
rollback() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
rollback(Savepoint) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
rollbackTransaction(TransactionContext) - Static method in class com.boylesoftware.cb2.ApplicationContext
Rolls back transaction associated with the specified transaction context.
rollbackTransaction() - Static method in class com.boylesoftware.cb2.ApplicationContext
Rolls back transaction associated with the calling thread.
rs - Variable in class com.boylesoftware.cb2.GenericFetchExecutor
The result set object.
run() - Method in class com.boylesoftware.cb2.util.pool.PooledThread
The thread enrty point.

S

SCALES - Static variable in class com.boylesoftware.cb2.util.StatsGraph
Scales.
SCALE_LABEL_COLOR - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
SCALE_LABEL_FONT - Static variable in class com.boylesoftware.cb2.util.StatsGraph
 
SELECT_PAGE_QUERY_1 - Static variable in class com.boylesoftware.cb2.db.tsql.NoCursorFetchExecutor
SQL query used to select the final result from the temporary table.
SELECT_PAGE_QUERY_2 - Static variable in class com.boylesoftware.cb2.db.tsql.NoCursorFetchExecutor
SQL query used to select the final result from the temporary table.
SESSION_SCOPE - Static variable in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Indicates the HTTP session scope for setAttribute, getAttribute and removeAttribute methods.
ShowPageAction - class com.boylesoftware.cb2.presentation.servlet.ShowPageAction.
This special action processes requests to pages mapped in the pages-config.xml configuration file.
ShowPageAction() - Constructor for class com.boylesoftware.cb2.presentation.servlet.ShowPageAction
 
SimplePooledObjectFactory - class com.boylesoftware.cb2.util.pool.SimplePooledObjectFactory.
Simple pooled object factory implementation, which creates instances of a specified during initialization class using its default constructor.
SimplePooledObjectFactory(Class) - Constructor for class com.boylesoftware.cb2.util.pool.SimplePooledObjectFactory
Constructs a factory.
SocketHubBCMProvider - class com.boylesoftware.cb2.bcmproviders.sockethub.SocketHubBCMProvider.
Implementation of BCM provider, which uses a centralized hub to broadcast messages to all registered cluster members over TCP.
SocketHubBCMProvider() - Constructor for class com.boylesoftware.cb2.bcmproviders.sockethub.SocketHubBCMProvider
 
StatementWrapper - class com.boylesoftware.cb2.util.sql.StatementWrapper.
Wrapper around a JDBC's Statement interface implementation.
StatementWrapper() - Constructor for class com.boylesoftware.cb2.util.sql.StatementWrapper
Creates a new wrapper.
StatementWrapper(Connection, Statement) - Constructor for class com.boylesoftware.cb2.util.sql.StatementWrapper
Creates a new wrapper and sets the wrapped statement to the specified one.
StatsGraph - class com.boylesoftware.cb2.util.StatsGraph.
Works with EventHistory objects and generates nice images with event statistics.
StatsGraph() - Constructor for class com.boylesoftware.cb2.util.StatsGraph
 
StatsGraph.ScaleDescriptor - class com.boylesoftware.cb2.util.StatsGraph.ScaleDescriptor.
Descriptor of a horizontal scale.
StatsGraph.ScaleDescriptor(long, DateFormat, int) - Constructor for class com.boylesoftware.cb2.util.StatsGraph.ScaleDescriptor
Constructs a scale descriptor.
StatusProvider - interface com.boylesoftware.cb2.StatusProvider.
Interface for objects that provide information about their internal status, environment, and operation statistics.
sampleSpan - Variable in class com.boylesoftware.cb2.util.EventHistory
Number of milliseconds for a single sample data.
samples - Variable in class com.boylesoftware.cb2.util.EventHistory
Containes samples.
saveErrors(ActionErrors) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Save the specified error messages keys into the appropriate request attribute for use by the <html:errors> tag, if any messages are required.
saveMessages(ActionMessages) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Save the specified messages keys into the appropriate request attribute for use by the <html:messages> tag (if messages="true" is set), if any messages are required.
saveProperties(Properties) - Method in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Saves properties from the specified set of properties that have different from current application properties values to the database.
setApplicationContext(ApplicationContext) - Method in interface com.boylesoftware.cb2.DAOPlugin
The systems calls this method after it creates a new instance of the plugin, once in its lifecycle.
setApplicationContext(ApplicationContext) - Method in class com.boylesoftware.cb2.GenericFetchExecutor
Sets the application context.
setArray(int, Array) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setAsciiStream(String, InputStream, int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setAsciiStream(int, InputStream, int) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setAttribute(String, Object, int) - Method in class com.boylesoftware.cb2.presentation.servlet.ActionContext
Sets an attribute in the specified scope.
setAutoCommit(boolean) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
setBigDecimal(String, BigDecimal) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setBigDecimal(int, BigDecimal) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setBinaryStream(String, InputStream, int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setBinaryStream(int, InputStream, int) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setBlob(int, Blob) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setBoolean(String, boolean) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setBoolean(int, boolean) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setByte(String, byte) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setByte(int, byte) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setBytes(String, byte[]) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setBytes(int, byte[]) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setCatalog(String) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
setCharacterStream(String, Reader, int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setCharacterStream(int, Reader, int) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setClob(int, Clob) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setConnection(Connection) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Sets the connection, which will be returned by the getConnection method.
setController(String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2PlugIn
Sets the controller class name init parameter.
setCursorName(String) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
setDate(String, Date) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setDate(String, Date, Calendar) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setDate(int, Date) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setDate(int, Date, Calendar) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setDouble(String, double) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setDouble(int, double) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setErrors(BLErrors) - Method in class com.boylesoftware.cb2.BLObject
Sets errors for the last BLO business method call.
setEscapeProcessing(boolean) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
setFetchDirection(int) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
setFetchSize(int) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
setField(String, Object) - Method in class com.boylesoftware.cb2.DataModel
Sets new value to a field via reflection.
setField(String, Object) - Method in class com.boylesoftware.cb2.DynamicDataModel
Sets a field's value by the field's name.
setFloat(String, float) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setFloat(int, float) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setHoldability(int) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
setIgnoreIfAbsent(boolean) - Method in class com.boylesoftware.cb2.presentation.servlet.InsertTag
Sets the ignoreIfAbsent attribute for the tag.
setInt(String, int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setInt(int, int) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setLock(boolean) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2Application
Sets the application "locked" status.
setLockedUrl(String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2PlugIn
Sets the URL of the "application is locked" page.
setLong(String, long) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setLong(int, long) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setMaxFieldSize(int) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
setMaxRows(int) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
setName(String) - Method in class com.boylesoftware.cb2.presentation.servlet.InsertTag
Sets the name of the component reference or the attribute as it is configured by componentref or attribute element in the configuration file.
setNameBean(String) - Method in class com.boylesoftware.cb2.presentation.servlet.InsertTag
Sets the name of the bean containing component reference or page attribute name.
setNameProperty(String) - Method in class com.boylesoftware.cb2.presentation.servlet.InsertTag
Sets name of the property in the nameBean bean containing component reference or page attribute name.
setNoCache(HttpServletResponse) - Static method in class com.boylesoftware.cb2.util.HttpResponseUtils
Sets headers in a response so it is not cached by the browser.
setNull(String, int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setNull(String, int, String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setNull(int, int) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setNull(int, int, String) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setObject(String, Object, int, int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setObject(String, Object, int) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setObject(String, Object) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setObject(int, Object, int, int) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setObject(int, Object, int) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setObject(int, Object) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setPagesConfig(String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2PlugIn
Sets the pages config file URL init parameter.
setParameterHook(String, Object) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
This hook is called by all methods that set named parameters.
setParameterHook(int, Object) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
This hook is called by all methods that set query parameters.
setPasswordQuery(String) - Method in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
Sets the password query.
setPool(AdaptiveObjectPool) - Method in interface com.boylesoftware.cb2.util.pool.PooledObjectFactory
This method is called when the factory instance is used when creating a new pool.
setPool(AdaptiveObjectPool) - Method in class com.boylesoftware.cb2.util.pool.PooledObjectFactoryAdapter
Interface method implementation, sets the internal pool member variable.
setPool(AdaptiveObjectPool) - Method in class com.boylesoftware.cb2.util.pool.PooledThread
This method is automatically called from the factory, it sets the internal reference to the pool so this implementation can return objects after execution.
setPoolName(String) - Method in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
Sets the database connection pool name.
setProperty(String, String) - Method in class com.boylesoftware.cb2.ApplicationContext
Changes value of an existing application property or sets up a new application property.
setQueryParam(PreparedStatement, int, Object, Integer) - Method in interface com.boylesoftware.cb2.QueryParamSetter
Sets the specified query parameter into the specified prepared statement.
setQueryTimeout(int) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Interface method wrapper.
setReadOnly(boolean) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
setRef(int, Ref) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setRequestCharEncoding(String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2PlugIn
Sets optional request character encoding.
setResponseContentType(String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2PlugIn
Sets optional response content type.
setRolesQuery(String) - Method in class com.boylesoftware.cb2.auth.servlet.resin.JdbcAuthenticator
Sets the role query.
setRollbackOnly(TransactionContext) - Static method in class com.boylesoftware.cb2.ApplicationContext
Marks transaction associated with the specified transaction context as for rollback only.
setRollbackOnly() - Static method in class com.boylesoftware.cb2.ApplicationContext
Marks transaction associated with the calling thread for rollback only.
setRollbackOnly() - Method in class com.boylesoftware.cb2.BLObject
Marks current transaction for rollback only, or does nothing if there is no current transaction.
setRollbackOnly() - Method in interface com.boylesoftware.cb2.TransactionContext
Marks the transaction for rollback only.
setRowsTotal(int) - Method in class com.boylesoftware.cb2.FetchResultDescriptor
Sets the rowsTotal property.
setSavepoint() - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
setSavepoint(String) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
setShort(String, short) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setShort(int, short) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setString(String, String) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setString(int, String) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setTime(String, Time) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setTime(String, Time, Calendar) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setTime(int, Time) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setTime(int, Time, Calendar) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setTimestamp(String, Timestamp) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setTimestamp(String, Timestamp, Calendar) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setTimestamp(int, Timestamp) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setTimestamp(int, Timestamp, Calendar) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setToTheFirstRow() - Method in interface com.boylesoftware.cb2.FetchExecutor
Positions the result set cursor to the first row of the requested data.
setToTheFirstRow() - Method in class com.boylesoftware.cb2.GenericFetchExecutor
Positions the result set cursor to the first row of the requested data.
setToTheFirstRow() - Method in class com.boylesoftware.cb2.db.tsql.NoCursorFetchExecutor
Positions the result set cursor to the first row of the requested data.
setTransactionIsolation(int) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
setTypeMap(Map) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Interface method wrapper.
setURL(String, URL) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.
setURL(int, URL) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Interface method wrapper.
setUistate(String) - Method in class com.boylesoftware.cb2.presentation.servlet.CB2PlugIn
Sets the UI state bean class name init parameter.
setUnicodeStream(int, InputStream, int) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Deprecated.  
setWrappedConnection(Connection) - Method in class com.boylesoftware.cb2.util.sql.ConnectionWrapper
Sets the wrapped connection.
setWrappedStatement(Statement) - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Sets the wrapped statement.
setWrappedStatement(Statement) - Method in class com.boylesoftware.cb2.util.sql.PreparedStatementWrapper
Sets the wrapped statement.
setWrappedStatement(Statement) - Method in class com.boylesoftware.cb2.util.sql.StatementWrapper
Sets the wrapped statement.
setup(ApplicationContext) - Method in interface com.boylesoftware.cb2.TransactionContext
Setup the instance before using it.
size() - Method in class com.boylesoftware.cb2.BLErrors
Gets total number of errors in this instance.
size() - Method in class com.boylesoftware.cb2.DynamicDataModel
 
startReading() - Method in class com.boylesoftware.cb2.util.AccessGuard
Registers a reader.
startWriting() - Method in class com.boylesoftware.cb2.util.AccessGuard
Registers a writer.
stepMs - Variable in class com.boylesoftware.cb2.util.StatsGraph.ScaleDescriptor
Scale step in milliseconds.
stmt - Variable in class com.boylesoftware.cb2.GenericFetchExecutor
The statement object.
stmt - Variable in class com.boylesoftware.cb2.util.sql.StatementWrapper
The wrapped statement.
stringToBytes(String) - Static method in class com.boylesoftware.cb2.util.CodeUtils
Restores a byte array from a string created by bytesToString method.
stringToObject(String) - Static method in class com.boylesoftware.cb2.util.CodeUtils
Restores an object instance from the string generated by the objectToString method.
supportsUnboundTransactions() - Method in interface com.boylesoftware.cb2.TransactionContext
Tells if this implementation supports transaction contexts that are not bound to a thread.

T

TIMESTAMP_FORMAT - Static variable in interface com.boylesoftware.cb2.StatusProvider
Date format, which should be used by status provider implementators for formating timestamps in the generated by the getStats method XMLs.
TMP_TABLE_NAME - Static variable in class com.boylesoftware.cb2.db.tsql.NoCursorFetchExecutor
Name of the temporary table to use.
TextUtils - class com.boylesoftware.cb2.util.TextUtils.
Collection of useful text and string processing static functions.
TextUtils() - Constructor for class com.boylesoftware.cb2.util.TextUtils
 
TextUtils.MapValueGetter - class com.boylesoftware.cb2.util.TextUtils.MapValueGetter.
Standard implementation of ValueGetter interface, which takes values for macros from a map object.
TextUtils.MapValueGetter(Map) - Constructor for class com.boylesoftware.cb2.util.TextUtils.MapValueGetter
Constructs a getter instance.
TextUtils.ValueGetter - interface com.boylesoftware.cb2.util.TextUtils.ValueGetter.
Interface used by the replaceMacros methods to get values for macros.
TooManyWaitingThreadsException - exception com.boylesoftware.cb2.TooManyWaitingThreadsException.
Thown by the BL Manager's getBLOContainer method to indicate that there are already too many threads waiting for the BLO container to get unlocked.
TooManyWaitingThreadsException() - Constructor for class com.boylesoftware.cb2.TooManyWaitingThreadsException
Constructs a new exception instance.
TransactionContext - interface com.boylesoftware.cb2.TransactionContext.
Interface for transaction context implementations used by the application context to manage database transactions.
table - Variable in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Name of the database table, which contains application properties.
theClass - Variable in class com.boylesoftware.cb2.util.pool.SimplePooledObjectFactory
The objects' class.
timeIntervalToString(long) - Static method in class com.boylesoftware.cb2.util.TextUtils
Render a readable string representation of a time interval.
toString() - Method in class com.boylesoftware.cb2.ApplicationException
Gets string representation of this exception's description including verbose description of its cause with the stack trace.
toString() - Method in class com.boylesoftware.cb2.DataModel
Gives string representation of the data model including values of all its fields.
toString() - Method in class com.boylesoftware.cb2.DynamicDataModel
Gives string representation of the data model including values of all its fields
toString() - Method in class com.boylesoftware.cb2.util.PrincipalWithRoles
Gets string representation of this principal.
top - Variable in class com.boylesoftware.cb2.util.BTreeMap
The top level.
totalSpan - Variable in class com.boylesoftware.cb2.util.EventHistory
Number of milliseconds representing the whole timeline.
tsLastSampleStart - Variable in class com.boylesoftware.cb2.util.EventHistory
Timestamp when collecting data for the current sample was started.

U

UIState - class com.boylesoftware.cb2.presentation.servlet.UIState.
General purpose Java bean intended to keep session-scope presentation level state data.
UIState() - Constructor for class com.boylesoftware.cb2.presentation.servlet.UIState
 
UniqueIdGenerator - class com.boylesoftware.cb2.util.UniqueIdGenerator.
Generates sequence of unique ids, which can be used, for example, as session ids.
UniqueIdGenerator(int) - Constructor for class com.boylesoftware.cb2.util.UniqueIdGenerator
Constructs and initializes a new generator.
UniqueIdGenerator() - Constructor for class com.boylesoftware.cb2.util.UniqueIdGenerator
Constructs and initializes a new generator for 16 bytes in the generated ids.
UserBLO - class com.boylesoftware.cb2.commons.user.UserBLO.
Generic implementation of an application user account business entity.
UserBLO() - Constructor for class com.boylesoftware.cb2.commons.user.UserBLO
 
UserBasicDM - class com.boylesoftware.cb2.commons.user.UserBasicDM.
Data model for basic application user account information.
UserBasicDM() - Constructor for class com.boylesoftware.cb2.commons.user.UserBasicDM
 
UserRoleBasicDM - class com.boylesoftware.cb2.commons.user.UserRoleBasicDM.
Data model for basic application user security role.
UserRoleBasicDM() - Constructor for class com.boylesoftware.cb2.commons.user.UserRoleBasicDM
 
UserSessionStateEvent - class com.boylesoftware.cb2.commons.user.UserSessionStateEvent.
The event object used by UserSessionStateListener interface.
UserSessionStateEvent(BLObject, long) - Constructor for class com.boylesoftware.cb2.commons.user.UserSessionStateEvent
Constructs an event.
UserSessionStateListener - interface com.boylesoftware.cb2.commons.user.UserSessionStateListener.
Interface for BLOs that want to listen for user session state changes.
unpinConnection() - Method in class com.boylesoftware.cb2.DAO
Releases and closes the database connection "pinned" by an earlier pinConnection call.
unregisterBCMTerminal(String) - Method in class com.boylesoftware.cb2.ApplicationContext
Unregisters the BCM terminal set on the specified channel.
update(String, Set, Object[]) - Method in class com.boylesoftware.cb2.DAO
Executes a query from the DAO configuration as an update query and returns the number of affected rows.
update(DataModel) - Method in class com.boylesoftware.cb2.DAO
Constructs and executes an SQL UPDATE statement for the specified DM.
update(String, Object[]) - Method in class com.boylesoftware.cb2.DAO
Calls update(queryName, null, queryParams).
updateDiff(DataModel, DataModel) - Method in class com.boylesoftware.cb2.DAO
Similar to DAO.update(DataModel), but update only those fields, that have different values in the two specified DMs.
updateExcludingFields(DataModel, Set) - Method in class com.boylesoftware.cb2.DAO
Similar to DAO.update(DataModel), except that only fields not listed in the fields set are included into the generated UPDATE statement.
updateFields(DataModel, Set) - Method in class com.boylesoftware.cb2.DAO
Similar to DAO.update(DataModel), except that only fields listed in the fields set are included into the generated UPDATE statement.
updateWithNamedParams(String, Set, Map) - Method in class com.boylesoftware.cb2.DAO
Version of DAO.update(String, Set, Object []), which works with named query parameters.
updateWithNamedParams(String, Map) - Method in class com.boylesoftware.cb2.DAO
Calls updateWithNamedParams(queryName, null, queryParams).
usePreparedStatement - Variable in class com.boylesoftware.cb2.GenericFetchExecutor
Set to true if the stmt is an instance of java.sql.PreparedStatement.
userId - Variable in class com.boylesoftware.cb2.commons.user.UserBasicDM
The user id.
userId - Variable in class com.boylesoftware.cb2.commons.user.UserSessionStateEvent
The related user account id.
userLoggedIn(UserSessionStateEvent) - Method in interface com.boylesoftware.cb2.commons.user.UserSessionStateListener
Called whenever a user logged in to the application.
userLoggedOut(UserSessionStateEvent) - Method in interface com.boylesoftware.cb2.commons.user.UserSessionStateListener
Called whenever a user logged out from the application.

V

value - Variable in class com.boylesoftware.cb2.util.BTreeMap.Entry
The entrie's value.
valueColumn - Variable in class com.boylesoftware.cb2.commons.property.PropertySharedBLO
Name of the column, which contains application property values.
values() - Method in class com.boylesoftware.cb2.DynamicDataModel
 

W

warning(SAXParseException) - Method in class com.boylesoftware.cb2.util.CruelErrorHandler
Rethrows the exception.
wasNull() - Method in class com.boylesoftware.cb2.util.sql.CallableStatementWrapper
Interface method wrapper.

X

XMLUtils - class com.boylesoftware.cb2.util.XMLUtils.
A collection of utility functions that help to work with XML.
XMLUtils() - Constructor for class com.boylesoftware.cb2.util.XMLUtils
 

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

Copyright © 2002,2003,2004 - Boyle Software, Inc.