WildFly Mail RA IMPL 1.0.0.Alpha3
C E G H I M N O P R S T U V W 

C

close() - Method in class org.wildfly.mail.ra.MailFolder
Closes the mail session
close(boolean) - Method in class org.wildfly.mail.ra.MailFolder
Closes a mail session
closeStore(boolean, Store, Folder) - Method in class org.wildfly.mail.ra.IMAPMailFolder
Close a store
closeStore(boolean, Store, Folder) - Method in class org.wildfly.mail.ra.MailFolder
Close a store
closeStore(boolean, Store, Folder) - Method in class org.wildfly.mail.ra.POP3MailFolder
Close a store
compareTo(Object) - Method in class org.wildfly.mail.ra.MailActivation

E

endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class org.wildfly.mail.ra.MailResourceAdapter
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class org.wildfly.mail.ra.MailResourceAdapter
endpointFactory - Variable in class org.wildfly.mail.ra.MailActivation
The message endpoint factory
equals(Object) - Method in class org.wildfly.mail.ra.MailResourceAdapter

G

getInstance(MailActivationSpec) - Static method in class org.wildfly.mail.ra.MailFolder
Get an instance of a mail folder
getMailFolder() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the mail folder
getMailServer() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the mail server
getMaxMessages() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the max messages
getMessages(Folder) - Method in class org.wildfly.mail.ra.IMAPMailFolder
Get the messages from a folder
getMessages(Folder) - Method in class org.wildfly.mail.ra.MailFolder
Get the messages from a folder
getMessages(Folder) - Method in class org.wildfly.mail.ra.POP3MailFolder
Get the messages from a folder
getMessageSelector() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the message selector
getNextNewMsgCheckTime() - Method in class org.wildfly.mail.ra.MailActivation
Get the next message check time
getPassword() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the password
getPollingInterval() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the polling interval
getPort() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the port
getQueueSize() - Method in class org.wildfly.mail.ra.MailResourceAdapter
Get the queue size
getResourceAdapter() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the resource adapter
getStoreProtocol() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the store protocol
getUserName() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the user name
getXAResources(ActivationSpec[]) - Method in class org.wildfly.mail.ra.MailResourceAdapter

H

hashCode() - Method in class org.wildfly.mail.ra.MailResourceAdapter
hasNext() - Method in class org.wildfly.mail.ra.MailFolder

I

IMAPMailFolder - Class in org.wildfly.mail.ra
An IMAP mail folder
IMAPMailFolder(MailActivationSpec) - Constructor for class org.wildfly.mail.ra.IMAPMailFolder
Constructor
IMAPsMailFolder - Class in org.wildfly.mail.ra
An IMAPs mail folder
IMAPsMailFolder(MailActivationSpec) - Constructor for class org.wildfly.mail.ra.IMAPsMailFolder
Constructor
isDebug() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the max messages
isFlush() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the flush
isReleased() - Method in class org.wildfly.mail.ra.MailActivation
Is the activation released ?
isStarttls() - Method in class org.wildfly.mail.ra.MailActivationSpec
Get the starttls

M

MailActivation - Class in org.wildfly.mail.ra
The MailActivation encapsulates a MailResourceAdapter#endpointActivation
MailActivation(MessageEndpointFactory, MailActivationSpec) - Constructor for class org.wildfly.mail.ra.MailActivation
Constructor
MailActivationSpec - Class in org.wildfly.mail.ra
The encapsulation of the mail folder endpoint specification
MailActivationSpec() - Constructor for class org.wildfly.mail.ra.MailActivationSpec
Constructor
MailFolder - Class in org.wildfly.mail.ra
An encapsulation of a mail store folder used by the MailActivation.run to poll and retrieve new messages.
MailFolder(MailActivationSpec) - Constructor for class org.wildfly.mail.ra.MailFolder
Constructor
MailResourceAdapter - Class in org.wildfly.mail.ra
The mail resource adapter
MailResourceAdapter() - Constructor for class org.wildfly.mail.ra.MailResourceAdapter
Constructor
markMessageSeen(Message) - Method in class org.wildfly.mail.ra.IMAPMailFolder
Mark a message as seen
markMessageSeen(Message) - Method in class org.wildfly.mail.ra.MailFolder
Mark a message as seen
markMessageSeen(Message) - Method in class org.wildfly.mail.ra.POP3MailFolder
Mark a message as seen

N

NewMsgsWorker - Class in org.wildfly.mail.ra
Handles new messages
NewMsgsWorker(WorkManager, Integer) - Constructor for class org.wildfly.mail.ra.NewMsgsWorker
Constructor
next() - Method in class org.wildfly.mail.ra.MailFolder

O

ON_MESSAGE - Static variable in class org.wildfly.mail.ra.MailActivation
The MailListener.onMessage method
open() - Method in class org.wildfly.mail.ra.MailFolder
Open a mail session
openStore(Session) - Method in class org.wildfly.mail.ra.IMAPMailFolder
Open a store
openStore(Session) - Method in class org.wildfly.mail.ra.IMAPsMailFolder
Open a store
openStore(Session) - Method in class org.wildfly.mail.ra.MailFolder
Open a store
openStore(Session) - Method in class org.wildfly.mail.ra.POP3MailFolder
Open a store
openStore(Session) - Method in class org.wildfly.mail.ra.POP3sMailFolder
Open a store
org.wildfly.mail.ra - package org.wildfly.mail.ra
This package contains the inflow part of the mail resource adapter.

P

POP3MailFolder - Class in org.wildfly.mail.ra
Represents a POP3 mail folder
POP3MailFolder(MailActivationSpec) - Constructor for class org.wildfly.mail.ra.POP3MailFolder
Constructor
POP3sMailFolder - Class in org.wildfly.mail.ra
Represents a POP3s mail folder
POP3sMailFolder(MailActivationSpec) - Constructor for class org.wildfly.mail.ra.POP3sMailFolder
Constructor

R

release() - Method in class org.wildfly.mail.ra.MailActivation
Release the activation
release() - Method in class org.wildfly.mail.ra.NewMsgsWorker
Release
remove() - Method in class org.wildfly.mail.ra.MailFolder
run() - Method in class org.wildfly.mail.ra.MailActivation
run() - Method in class org.wildfly.mail.ra.NewMsgsWorker
Run

S

setDebug(boolean) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the debug
setFlush(boolean) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the flush
setMailFolder(String) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the mail folder
setMailServer(String) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the mail server
setMaxMessages(int) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the max messages
setMessageSelector(String) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the message selector
setPassword(String) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the password
setPollingInterval(Long) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the polling interval
setPort(int) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the port
setQueueSize(Integer) - Method in class org.wildfly.mail.ra.MailResourceAdapter
Set the queue size
setResourceAdapter(ResourceAdapter) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the resource adapter
setStarttls(boolean) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the starttls
setStoreProtocol(String) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the store protocol
setUserName(String) - Method in class org.wildfly.mail.ra.MailActivationSpec
Set the user name
spec - Variable in class org.wildfly.mail.ra.MailActivation
The activation spec for the mail folder
start(BootstrapContext) - Method in class org.wildfly.mail.ra.MailResourceAdapter
stop() - Method in class org.wildfly.mail.ra.MailResourceAdapter

T

toString() - Method in class org.wildfly.mail.ra.MailActivationSpec
String representation

U

unrelease() - Method in class org.wildfly.mail.ra.MailActivation
 
updateNextNewMsgCheckTime(long) - Method in class org.wildfly.mail.ra.MailActivation
Update the next message check time

V

validate() - Method in class org.wildfly.mail.ra.MailActivationSpec
Validate

W

watch(MailActivation) - Method in class org.wildfly.mail.ra.NewMsgsWorker
Watch an activation
workAccepted(WorkEvent) - Method in class org.wildfly.mail.ra.NewMsgsWorker
Work accepted
workCompleted(WorkEvent) - Method in class org.wildfly.mail.ra.NewMsgsWorker
Work completed
workRejected(WorkEvent) - Method in class org.wildfly.mail.ra.NewMsgsWorker
Work rejected
workStarted(WorkEvent) - Method in class org.wildfly.mail.ra.NewMsgsWorker
Work started
C E G H I M N O P R S T U V W 
WildFly Mail RA IMPL 1.0.0.Alpha3

Copyright © 2014 JBoss by Red Hat. All rights reserved.