|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jfw.probe.ProbeUtil
public final class ProbeUtil
Utilities methods for probes. The methods are static and thread safe.
Constructor Summary | |
---|---|
ProbeUtil()
|
Method Summary | |
---|---|
static void |
sendEmail(java.lang.String sender,
java.lang.String receivers,
java.lang.String object,
java.lang.String text,
java.util.HashMap mailParams)
Send an email. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProbeUtil()
Method Detail |
---|
public static void sendEmail(java.lang.String sender, java.lang.String receivers, java.lang.String object, java.lang.String text, java.util.HashMap mailParams)
sender
- the the mail sender.receivers
- the mail receivers.object
- the mail object.text
- the the mail text.mailParams
- paramaters values, if any, to substitute in mail text.
The parameters in text mail must be compatible with Parser
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |