|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigurationMail
This interface define methods to manage mail configuration of server.
| Method Summary | |
|---|---|
boolean |
getAuthentication()
Return true if requires authentication mail, otherwise return false. |
int |
getDefaultMailFormat()
Return the mail format send out. |
boolean |
getEnableCompress()
Return true if compress mail, otherwise return false. |
java.lang.String |
getMailBox()
Return the mail form address. |
java.util.Vector |
getMailFormats()
Return the all mail formats . |
int |
getMailPort()
Return the smtp mail server 's port. |
java.lang.String |
getMailServer()
Return the smtp mail server 's name. |
int |
getMaxMailPage()
Get the mail's maximum page |
int |
getMaxMailSize()
Get the mail's maximum size |
int |
getSplitBy()
Get the split PDF by size or page |
void |
setAuthentication(boolean isEnable)
Set if requires authentication mail. |
void |
setEnableCompress(boolean isEnable)
Set if compress mail. |
void |
setMailBox(java.lang.String mailBox)
set the mail form address. |
void |
setMailFormat(int mailFormat)
Set the mail format send out. |
void |
setMailPort(int port)
set the smtp mail server 's port. |
void |
setMailServer(java.lang.String smtpServerName)
set the smtp mail server 's name . |
void |
setMaxMailPage(int page)
Set the mail's maximum page |
void |
setMaxMailSize(int size)
Set the mail's maximum size |
void |
setSplitBy(int split)
Set split PDF by size or page |
| Method Detail |
|---|
void setMailServer(java.lang.String smtpServerName)
throws java.rmi.RemoteException
smtpServerName - the smtp mail server 's name.
java.rmi.RemoteException - will be thrown if error occurs.
java.lang.String getMailServer()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setMailPort(int port)
throws java.rmi.RemoteException
port - the smtp mail server 's port.
java.rmi.RemoteException - will be thrown if error occurs.
int getMailPort()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setMailBox(java.lang.String mailBox)
throws java.rmi.RemoteException
mailBox - the mail form address.
java.rmi.RemoteException - will be thrown if error occurs.
java.lang.String getMailBox()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setMailFormat(int mailFormat)
throws java.rmi.RemoteException
mailFormat - the mail format send out.
java.rmi.RemoteException - will be thrown if error occurs.
int getDefaultMailFormat()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
java.util.Vector getMailFormats()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setEnableCompress(boolean isEnable)
throws java.rmi.RemoteException
isEnable - if compress mail.
java.rmi.RemoteException - will be thrown if error occurs.
boolean getEnableCompress()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setMaxMailSize(int size)
throws java.rmi.RemoteException
size - the mail's maximum size
java.rmi.RemoteException - will be thrown if error occurs.
int getMaxMailSize()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setMaxMailPage(int page)
throws java.rmi.RemoteException
page - the mail's maximum page
java.rmi.RemoteException - will be thrown if error occurs.
int getMaxMailPage()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setSplitBy(int split)
throws java.rmi.RemoteException
split - indicates split PDF by size or page
java.rmi.RemoteException - will be thrown if error occurs.
int getSplitBy()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
void setAuthentication(boolean isEnable)
throws java.rmi.RemoteException
isEnable - if requires authentication mail.
java.rmi.RemoteException - will be thrown if error occurs.
boolean getAuthentication()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||