|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.report.ReportMailer
public class ReportMailer
ReportMailer class.
| Constructor Summary | |
|---|---|
ReportMailer()
Constructor for ReportMailer. |
|
ReportMailer(String address,
String filename,
String subject)
Constructor for ReportMailer. |
|
| Method Summary | |
|---|---|
String |
getAddress()
getAddress |
String |
getFilename()
getFilename |
void |
send()
send |
void |
setAddress(String address)
setAddress |
void |
setFilename(String filename)
setFilename |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportMailer()
Constructor for ReportMailer.
public ReportMailer(String address,
String filename,
String subject)
Constructor for ReportMailer.
address - a String object.filename - a String object.subject - a String object.| Method Detail |
|---|
public void send()
throws IOException
send
IOException - if any.public String getAddress()
getAddress
String object.public void setAddress(String address)
setAddress
address - a String object.public String getFilename()
getFilename
String object.public void setFilename(String filename)
setFilename
filename - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||