Apache JMeter

org.apache.jmeter.protocol.mail.sampler
Class MailFileStore

java.lang.Object
  extended by javax.mail.Service
      extended by javax.mail.Store
          extended by org.apache.jmeter.protocol.mail.sampler.MailFileStore

public class MailFileStore
extends javax.mail.Store


Field Summary
 
Fields inherited from class javax.mail.Service
debug, session, url
 
Constructor Summary
MailFileStore(javax.mail.Session s, javax.mail.URLName u)
           
 
Method Summary
 javax.mail.Folder getDefaultFolder()
           
 javax.mail.Folder getFolder(String path)
           
 javax.mail.Folder getFolder(javax.mail.URLName path)
           
protected  boolean protocolConnect(String host, int port, String user, String password)
           
 
Methods inherited from class javax.mail.Store
addFolderListener, addStoreListener, getPersonalNamespaces, getSharedNamespaces, getUserNamespaces, notifyFolderListeners, notifyFolderRenamedListeners, notifyStoreListeners, removeFolderListener, removeStoreListener
 
Methods inherited from class javax.mail.Service
addConnectionListener, close, connect, connect, connect, connect, finalize, getURLName, isConnected, notifyConnectionListeners, queueEvent, removeConnectionListener, setConnected, setURLName, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailFileStore

public MailFileStore(javax.mail.Session s,
                     javax.mail.URLName u)
Method Detail

protocolConnect

protected boolean protocolConnect(String host,
                                  int port,
                                  String user,
                                  String password)
                           throws javax.mail.MessagingException
Overrides:
protocolConnect in class javax.mail.Service
Throws:
javax.mail.MessagingException

getDefaultFolder

public javax.mail.Folder getDefaultFolder()
                                   throws javax.mail.MessagingException
Specified by:
getDefaultFolder in class javax.mail.Store
Throws:
javax.mail.MessagingException

getFolder

public javax.mail.Folder getFolder(String path)
                            throws javax.mail.MessagingException
Specified by:
getFolder in class javax.mail.Store
Throws:
javax.mail.MessagingException

getFolder

public javax.mail.Folder getFolder(javax.mail.URLName path)
                            throws javax.mail.MessagingException
Specified by:
getFolder in class javax.mail.Store
Throws:
javax.mail.MessagingException

Apache JMeter

Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.