|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.publish.alerts.SMTPServerInfo
@SASScope(value="ALL") @BinaryCompatibilityOnly public class SMTPServerInfo
Represents all the information needed to connect to a SMTP mail server.
| Constructor Summary | |
|---|---|
SMTPServerInfo(java.lang.String host,
int port,
java.lang.String user,
java.lang.String password)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHost()
Return the host for the SMTP server. |
java.lang.String |
getPassword()
Return the password to use when binding to the SMTP server. |
int |
getPort()
Return the port for the SMTP server. |
java.lang.String |
getUser()
Return the user name to use when binding to the SMTP server. |
| Constructor Detail |
|---|
public SMTPServerInfo(java.lang.String host,
int port,
java.lang.String user,
java.lang.String password)
host - the SMTP server.port - the port of the SMTP server.user - the user name to use when binding to the SMTP server.password - the password to use when binding to the SMTP server| Method Detail |
|---|
public java.lang.String getHost()
public int getPort()
public java.lang.String getUser()
public java.lang.String getPassword()
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||