com.atlassian.mail.server.impl
Class PopMailServerImpl

java.lang.Object
  extended by com.atlassian.mail.server.AbstractMailServer
      extended by com.atlassian.mail.server.impl.PopMailServerImpl
All Implemented Interfaces:
MailServer, PopMailServer, Serializable

public class PopMailServerImpl
extends AbstractMailServer
implements PopMailServer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.mail.server.AbstractMailServer
LOG
 
Constructor Summary
PopMailServerImpl()
           
PopMailServerImpl(Long id, String name, String description, String serverName, String username, String password)
           
 
Method Summary
 Session getSession()
           
 String getType()
           
 
Methods inherited from class com.atlassian.mail.server.AbstractMailServer
equals, getDescription, getHostname, getId, getName, getPassword, getUsername, hashCode, propertyChanged, setDescription, setHostname, setId, setName, setPassword, setUsername, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.mail.server.MailServer
getDescription, getHostname, getId, getName, getPassword, getUsername, setDescription, setHostname, setId, setName, setPassword, setUsername
 

Constructor Detail

PopMailServerImpl

public PopMailServerImpl()

PopMailServerImpl

public PopMailServerImpl(Long id,
                         String name,
                         String description,
                         String serverName,
                         String username,
                         String password)
Method Detail

getType

public String getType()
Specified by:
getType in interface MailServer

getSession

public Session getSession()
                   throws NamingException
Specified by:
getSession in interface MailServer
Throws:
NamingException


Atlassian Mail is developed by Atlassian Software Systems.