|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.core.MimeMessageSource
org.apache.james.mailrepository.jdbc.MimeMessageJDBCSource
public class MimeMessageJDBCSource
This class points to a specific message in a repository. This will return an InputStream to the JDBC field/record, possibly sequenced with the file stream.
| Constructor Summary | |
|---|---|
MimeMessageJDBCSource(JDBCMailRepository repository,
String key,
StreamRepository sr)
Construct a MimeMessageSource based on a JDBC repository, a key, and a stream repository (where we might store the message body) |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check to see whether this is the same repository and the same key |
InputStream |
getInputStream()
Return the input stream to the database field and then the file stream. |
long |
getMessageSize()
Runs a custom SQL statement to check the size of the message body |
String |
getSourceId()
Returns a unique String ID that represents the location from where this source is loaded. |
int |
hashCode()
Provide a hash code that is consistent with equals for this class |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MimeMessageJDBCSource(JDBCMailRepository repository,
String key,
StreamRepository sr)
throws IOException
repository - the JDBCMailRepository to usekey - the key for the particular stream in the stream repository to
be used by this data source.sr - the stream repository used by this data source.
IOException - get thrown if an IO error detected| Method Detail |
|---|
public String getSourceId()
getSourceId in class MimeMessageSource
public InputStream getInputStream()
throws IOException
getInputStream in class MimeMessageSourceIOExceptionMimeMessageSource.getInputStream()
public long getMessageSize()
throws IOException
getMessageSize in class MimeMessageSourceIOExceptionMimeMessageSource.getMessageSize()public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||