Uses of Class
org.apache.geronimo.javamail.store.imap.connection.IMAPConnection

Packages that use IMAPConnection
org.apache.geronimo.javamail.store.imap   
org.apache.geronimo.javamail.store.imap.connection   
 

Uses of IMAPConnection in org.apache.geronimo.javamail.store.imap
 

Fields in org.apache.geronimo.javamail.store.imap declared as IMAPConnection
protected  IMAPConnection IMAPFolder.currentConnection
           
 

Methods in org.apache.geronimo.javamail.store.imap that return IMAPConnection
protected  IMAPConnection IMAPMessage.getConnection()
          get the current connection pool attached to the folder.
protected  IMAPConnection IMAPFolder.getConnection()
          Retrieve the connection attached to this folder.
protected  IMAPConnection IMAPStore.getStoreConnection()
          Retrieve the server connection created by this store.
 

Methods in org.apache.geronimo.javamail.store.imap with parameters of type IMAPConnection
protected  void IMAPMessage.releaseConnection(IMAPConnection connection)
          Release the connection back to the Folder after performing an operation that requires a connection.
protected  void IMAPFolder.releaseConnection(IMAPConnection connection)
          Release our connection back to the Store.
protected  void IMAPStore.releaseStoreConnection(IMAPConnection connection)
           
 

Uses of IMAPConnection in org.apache.geronimo.javamail.store.imap.connection
 

Fields in org.apache.geronimo.javamail.store.imap.connection declared as IMAPConnection
protected  IMAPConnection IMAPConnectionPool.storeConnection
           
 

Methods in org.apache.geronimo.javamail.store.imap.connection that return IMAPConnection
protected  IMAPConnection IMAPConnectionPool.createPoolConnection()
          Creates an authenticated pool connection and adds it to the connection pool.
protected  IMAPConnection IMAPConnectionPool.getConnection()
          Get a connection from the pool.
 IMAPConnection IMAPConnectionPool.getFolderConnection()
          Get a connection for Folder.
protected  IMAPConnection IMAPConnectionPool.getPoolConnection()
          Obtain a connection from the existing connection pool.
 IMAPConnection IMAPConnectionPool.getStoreConnection()
          Get a connection for the Store.
 

Methods in org.apache.geronimo.javamail.store.imap.connection with parameters of type IMAPConnection
protected  void IMAPConnectionPool.releaseConnection(IMAPConnection connection)
          Return a connection back to the connection pool.
 void IMAPConnectionPool.releaseFolderConnection(IMAPConnection connection)
          Return a Folder connection to the connection pool.
protected  void IMAPConnectionPool.releasePoolConnection(IMAPConnection connection)
          Release a closed connection.
 void IMAPConnectionPool.releaseStoreConnection(IMAPConnection connection)
          Return the Store connection to the connection pool.
protected  void IMAPConnectionPool.returnPoolConnection(IMAPConnection connection)
          Return a connection to the connection pool.
 void IMAPCommand.writeTo(OutputStream outStream, IMAPConnection connection)
          Write all of the command data to the stream.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.