A C D E G H I J L M O R S T

A

AbstractJdbcUsersRepository - Class in org.apache.james.user.jdbc
Deprecated. 
AbstractJdbcUsersRepository() - Constructor for class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated.  
addMappingInternal(String, String, String) - Method in class org.apache.james.rrt.jdbc.JDBCRecipientRewriteTable
Deprecated.  
addUser(String, String) - Method in class org.apache.james.user.jdbc.DefaultUsersJdbcRepository
Deprecated.  

C

checkJdbcAttributesSupport(DatabaseMetaData) - Method in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
Checks whether support for JDBC Mail atributes is activated for this repository and if everything is consistent.
Looks for both the "updateMessageAttributesSQL" and "retrieveMessageAttributesSQL" statements in sqlResources and for a table column named "message_attributes".
contains(String) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Returns whether or not this user is in the repository
containsCaseInsensitive(String) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Returns whether or not this user is in the repository.
countUsers() - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Returns a count of the users in the repository.

D

datasource - Variable in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
The JDBC datasource that provides the JDBC connection
datasourceName - Variable in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
The name of the datasource used by this repository
DefaultUsersJdbcRepository - Class in org.apache.james.user.jdbc
Deprecated. 
DefaultUsersJdbcRepository() - Constructor for class org.apache.james.user.jdbc.DefaultUsersJdbcRepository
Deprecated.  
doAddUser(User) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Adds a user to the underlying Repository.
doConfigure(HierarchicalConfiguration) - Method in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
 
doConfigure(HierarchicalConfiguration) - Method in class org.apache.james.rrt.jdbc.JDBCRecipientRewriteTable
Deprecated.  
doConfigure(HierarchicalConfiguration) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated.  Configures the UserRepository for JDBC access.
doRemoveUser(User) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Removes a user from the underlying repository.
doUpdateUser(User) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Updates a user record to match the supplied User.

E

equals(Object) - Method in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
 
equals(Object) - Method in class org.apache.james.mailrepository.jdbc.MimeMessageJDBCSource
Check to see whether this is the same repository and the same key

G

getAllMappingsInternal() - Method in class org.apache.james.rrt.jdbc.JDBCRecipientRewriteTable
Deprecated.  
getConnection() - Method in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
Gets the SQL connection to be used by this JDBCMailRepository
getInputStream() - Method in class org.apache.james.mailrepository.jdbc.MimeMessageJDBCSource
Return the input stream to the database field and then the file stream.
getMessageSize() - Method in class org.apache.james.mailrepository.jdbc.MimeMessageJDBCSource
Runs a custom SQL statement to check the size of the message body
getSourceId() - Method in class org.apache.james.mailrepository.jdbc.MimeMessageJDBCSource
Returns a unique String ID that represents the location from where this source is loaded.
getUserByName(String) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Get the user object with the specified user name.
getUserByName(String, boolean) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Gets a user by name, ignoring case if specified.
getUserByNameIterating(String, boolean) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Gets a user by name, ignoring case if specified.
getUserDomainMappingsInternal(String, String) - Method in class org.apache.james.rrt.jdbc.JDBCRecipientRewriteTable
Deprecated.  

H

hashCode() - Method in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
Provide a hash code that is consistent with equals for this class
hashCode() - Method in class org.apache.james.mailrepository.jdbc.MimeMessageJDBCSource
Provide a hash code that is consistent with equals for this class

I

init() - Method in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
Initialises the JDBC repository.
init() - Method in class org.apache.james.rrt.jdbc.JDBCRecipientRewriteTable
Deprecated.  
init() - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Initialises the JDBC repository.
internalRemove(String) - Method in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
 
internalStore(Mail) - Method in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
 

J

JamesUsersJdbcRepository - Class in org.apache.james.user.jdbc
Deprecated. 
JamesUsersJdbcRepository() - Constructor for class org.apache.james.user.jdbc.JamesUsersJdbcRepository
Deprecated.  
jdbcMailAttributesReady - Variable in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
"Support for Mail Attributes under JDBC repositories is ready" indicator.
JDBCMailRepository - Class in org.apache.james.mailrepository.jdbc
Implementation of a MailRepository on a database.
JDBCMailRepository() - Constructor for class org.apache.james.mailrepository.jdbc.JDBCMailRepository
 
JDBCRecipientRewriteTable - Class in org.apache.james.rrt.jdbc
Deprecated. use JPARecipientRewriteTable
JDBCRecipientRewriteTable() - Constructor for class org.apache.james.rrt.jdbc.JDBCRecipientRewriteTable
Deprecated.  

L

list() - Method in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
 
list() - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. List users in repository.
listAllUsers() - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Returns a list populated with all of the Users in the repository.
listUserNames() - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Produces the complete list of User names, with correct case.

M

m_sqlParameters - Variable in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated.  
mapAddressInternal(String, String) - Method in class org.apache.james.rrt.jdbc.JDBCRecipientRewriteTable
Deprecated.  
MimeMessageJDBCSource - Class in org.apache.james.mailrepository.jdbc
This class points to a specific message in a repository.
MimeMessageJDBCSource(JDBCMailRepository, String, StreamRepository) - Constructor for class org.apache.james.mailrepository.jdbc.MimeMessageJDBCSource
Construct a MimeMessageSource based on a JDBC repository, a key, and a stream repository (where we might store the message body)

O

org.apache.james.mailrepository.jdbc - package org.apache.james.mailrepository.jdbc
 
org.apache.james.rrt.jdbc - package org.apache.james.rrt.jdbc
 
org.apache.james.user.jdbc - package org.apache.james.user.jdbc
 

R

readUserFromResultSet(ResultSet) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Reads properties for a User from an open ResultSet.
readUserFromResultSet(ResultSet) - Method in class org.apache.james.user.jdbc.DefaultUsersJdbcRepository
Deprecated.  
readUserFromResultSet(ResultSet) - Method in class org.apache.james.user.jdbc.JamesUsersJdbcRepository
Deprecated.  
removeMappingInternal(String, String, String) - Method in class org.apache.james.rrt.jdbc.JDBCRecipientRewriteTable
Deprecated.  
removeUser(String) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Removes a user from the repository
repositoryName - Variable in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
The repository name parsed from the destination URL
retrieve(String) - Method in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
 

S

setDatasource(DataSource) - Method in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
 
setDataSource(DataSource) - Method in class org.apache.james.rrt.jdbc.JDBCRecipientRewriteTable
Deprecated.  
setDatasource(DataSource) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Set the DataSourceSelector
setFileSystem(FileSystem) - Method in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
 
setFileSystem(FileSystem) - Method in class org.apache.james.rrt.jdbc.JDBCRecipientRewriteTable
Deprecated.  
setFileSystem(FileSystem) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Sets the filesystem service
setUserForInsertStatement(User, PreparedStatement) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Set parameters of a PreparedStatement object with property values from a User instance.
setUserForInsertStatement(User, PreparedStatement) - Method in class org.apache.james.user.jdbc.DefaultUsersJdbcRepository
Deprecated.  
setUserForInsertStatement(User, PreparedStatement) - Method in class org.apache.james.user.jdbc.JamesUsersJdbcRepository
Deprecated.  
setUserForUpdateStatement(User, PreparedStatement) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Set parameters of a PreparedStatement object with property values from a User instance.
setUserForUpdateStatement(User, PreparedStatement) - Method in class org.apache.james.user.jdbc.DefaultUsersJdbcRepository
Deprecated.  
setUserForUpdateStatement(User, PreparedStatement) - Method in class org.apache.james.user.jdbc.JamesUsersJdbcRepository
Deprecated.  
sqlQueries - Variable in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
Contains all of the sql strings for this component.

T

tableName - Variable in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
The table name parsed from the destination URL
test(String, String) - Method in class org.apache.james.user.jdbc.AbstractJdbcUsersRepository
Deprecated. Test if user with name 'name' has password 'password'.
theJDBCUtil - Variable in class org.apache.james.mailrepository.jdbc.JDBCMailRepository
The JDBCUtil helper class

A C D E G H I J L M O R S T

Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.