You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bu...@apache.org on 2002/01/11 22:29:00 UTC

DO NOT REPLY [Bug 5818] New: - ConnectionHandler upgrade

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5818>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5818

ConnectionHandler upgrade

           Summary: ConnectionHandler upgrade
           Product: James
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: James Core
        AssignedTo: james-dev@jakarta.apache.org
        ReportedBy: sergek@lokitech.com


>From Paul H:

When you next get cornerstone.jar from Avalon you'll need to add this method to 
any class that is a ConnectionHandler

/**
  * Release a previously created ConnectionHandler e.g. for spooling.
  */
public void releaseConnectionHandler(ConnectionHandler connectionHandler)
{
}

Of course, you could add it before you get the next cornerstone, as it will do 
no harm.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>