public class YMSender extends Sender
Constructor and Description |
---|
YMSender() |
Modifier and Type | Method and Description |
---|---|
boolean |
init(ExtProperties prop,
java.lang.String keyPrefix)
This method is called by
Notifier after an instance of a class implementing this interface is created
with the default constructor. |
boolean |
send(Message m)
Send the message to the target (mail / instant message / log file etc)
|
getClassInstance, getClassLoader, setClassLoader
public boolean init(ExtProperties prop, java.lang.String keyPrefix)
Sender
Notifier
after an instance of a class implementing this interface is created
with the default constructor. Each implementing class should take what is useful for it from the given
configuration, taking into account (only) the keys with the given prefix.