Deprecated API

Deprecated Classes
org.apache.james.util.RFC822Date
          Use java.util.Date in combination with org.apache.james.util.RFC822DateFormat. 
 

Deprecated Fields
org.apache.james.transport.Resources.MAIL_SERVER
          this is unused 
org.apache.james.transport.Resources.TMP_REPOSITORY
          this is unused 
org.apache.james.transport.Resources.TRANSPORT
          this is unused 
org.apache.james.transport.Resources.USERS_MANAGER
          this is unused 
 

Deprecated Methods
org.apache.james.services.UsersRepository.getAttributes(String)
          As of James 1.2.2 . Use the getUserByName method. 
org.apache.james.userrepository.AbstractUsersRepository.getAttributes(String)
          As of James 1.2.2 . Use the getUserByName method. 
org.apache.james.util.mordred.JdbcDataSource.killAllConnections()
          This was left over code from Town... but not exposed in Avalon. 
org.apache.james.util.mordred.JdbcDataSource.killConnection(PoolConnEntry)
          - No longer used in the new approach. 
org.apache.james.services.UsersRepository.test(String, Object)
          As of James 1.2.2, use test(String name, String password) 
org.apache.james.userrepository.AbstractUsersRepository.test(String, Object)
          As of James 1.2.2, use test(String name, String password) 
org.apache.james.util.RFC822DateFormat.toString(Date)
          This method is not necessary and is preserved for API backwards compatibility. Users of this class should instantiate an instance and use it as they would any other DateFormat object. 
 



"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."