当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 connector API Documentation 英文版文档
MailFolder (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档
org.jboss.resource.adapter.mail.inflow
Class MailFolder
java.lang.Object
org.jboss.resource.adapter.mail.inflow.MailFolder
- public class MailFolder
- extends Object
An encapsulation of a mail store folder used by the MailActivation.run to
poll and retrieve new messages.
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailFolder
public MailFolder(MailActivationSpec spec)
throws Exception
open
public void open()
throws Exception
- Throws:
Exception
getNewMessages
public javax.mail.Message[] getNewMessages()
throws Exception
- Throws:
Exception
close
public void close()
throws javax.mail.MessagingException
- Throws:
javax.mail.MessagingException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.