|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use POP3Connection | |
|---|---|
| org.apache.geronimo.javamail.store.pop3 | |
| org.apache.geronimo.javamail.store.pop3.connection | |
| Uses of POP3Connection in org.apache.geronimo.javamail.store.pop3 |
|---|
| Methods in org.apache.geronimo.javamail.store.pop3 that return POP3Connection | |
|---|---|
protected POP3Connection |
POP3Store.getConnection()
Get a connection for the store. |
protected POP3Connection |
POP3Message.getConnection()
get the current connection pool attached to the folder. |
protected POP3Connection |
POP3Folder.getConnection()
Retrieve the connection attached to this folder. |
| Methods in org.apache.geronimo.javamail.store.pop3 with parameters of type POP3Connection | |
|---|---|
protected void |
POP3Folder.expungeDeletedMessages(POP3Connection connection)
Mark any messages we've flagged as deleted from the POP3 server before closing. |
protected void |
POP3Store.releaseConnection(POP3Connection connection)
Return a connection back to the connection pool after it has been used for a request. |
protected void |
POP3Message.releaseConnection(POP3Connection connection)
Release the connection back to the Folder after performing an operation that requires a connection. |
protected void |
POP3Folder.releaseConnection(POP3Connection connection)
Release our connection back to the Store. |
| Uses of POP3Connection in org.apache.geronimo.javamail.store.pop3.connection |
|---|
| Fields in org.apache.geronimo.javamail.store.pop3.connection declared as POP3Connection | |
|---|---|
protected POP3Connection |
POP3ConnectionPool.availableConnection
|
| Methods in org.apache.geronimo.javamail.store.pop3.connection that return POP3Connection | |
|---|---|
protected POP3Connection |
POP3ConnectionPool.createPoolConnection()
Creates an authenticated pool connection and adds it to the connection pool. |
POP3Connection |
POP3ConnectionPool.getConnection()
Get a connection from the pool. |
| Methods in org.apache.geronimo.javamail.store.pop3.connection with parameters of type POP3Connection | |
|---|---|
void |
POP3ConnectionPool.releaseConnection(POP3Connection connection)
Return a connection to the connection pool. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||