|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.adapters.mail.inflow.MailActivationSpec
public class MailActivationSpec

The encapsulation of the mail folder endpoint specification
| Constructor Summary | |
|---|---|
MailActivationSpec()
Constructor |
|
| Method Summary | |
|---|---|
String |
getMailFolder()
Get the mail folder |
String |
getMailServer()
Get the mail server |
Integer |
getMaxMessages()
Get the max messages |
String |
getMessageSelector()
Get the message selector |
String |
getPassword()
Get the password |
Long |
getPollingInterval()
Get the polling interval |
Integer |
getPort()
Get the port |
javax.resource.spi.ResourceAdapter |
getResourceAdapter()
Get the resource adapter |
String |
getStoreProtocol()
Get the store protocol |
String |
getUserName()
Get the user name |
Boolean |
isDebug()
Get the max messages |
Boolean |
isFlush()
Get the flush |
Boolean |
isStarttls()
Get the starttls |
void |
setDebug(Boolean debug)
Set the debug |
void |
setFlush(Boolean flush)
Set the flush |
void |
setMailFolder(String mailFolder)
Set the mail folder |
void |
setMailServer(String mailServer)
Set the mail server |
void |
setMaxMessages(Integer maxMessages)
Set the max messages |
void |
setMessageSelector(String messageSelector)
Set the message selector |
void |
setPassword(String password)
Set the password |
void |
setPollingInterval(Long pollingInterval)
Set the polling interval |
void |
setPort(Integer port)
Set the port |
void |
setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
Set the resource adapter |
void |
setStarttls(Boolean starttls)
Set the starttls |
void |
setStoreProtocol(String storeProtocol)
Set the store protocol |
void |
setUserName(String userName)
Set the user name |
String |
toString()
String representation |
void |
validate()
Validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MailActivationSpec()
| Method Detail |
|---|
public String getMailServer()
public void setMailServer(String mailServer)
mailServer - The valuepublic String getStoreProtocol()
public void setStoreProtocol(String storeProtocol)
storeProtocol - The valuepublic String getMailFolder()
public void setMailFolder(String mailFolder)
mailFolder - The valuepublic String getMessageSelector()
public void setMessageSelector(String messageSelector)
messageSelector - The valuepublic String getUserName()
public void setUserName(String userName)
userName - The valuepublic String getPassword()
public void setPassword(String password)
password - The valuepublic Long getPollingInterval()
public void setPollingInterval(Long pollingInterval)
pollingInterval - The valuepublic Integer getMaxMessages()
public void setMaxMessages(Integer maxMessages)
maxMessages - The valuepublic Boolean isDebug()
public void setDebug(Boolean debug)
debug - The valuepublic Integer getPort()
public void setPort(Integer port)
port - The valuepublic Boolean isStarttls()
public void setStarttls(Boolean starttls)
starttls - The valuepublic Boolean isFlush()
public void setFlush(Boolean flush)
flush - The valuepublic javax.resource.spi.ResourceAdapter getResourceAdapter()
getResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociation
public void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
throws javax.resource.ResourceException
setResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociationra - The value
javax.resource.ResourceException - Thrown if an error occurs
public void validate()
throws javax.resource.spi.InvalidPropertyException
validate in interface javax.resource.spi.ActivationSpecjavax.resource.spi.InvalidPropertyException - Thrown if an error occurspublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||