|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.notifd.NullNotificationStrategy
public class NullNotificationStrategy
Implements NotificationStragey pattern used to send NULL notifications The idea here is to allow for user assignment of a notice with in the UI with out an email sent. Typically the email will be sent to a shared email box.
| Constructor Summary | |
|---|---|
NullNotificationStrategy()
Constructor for NullNotificationStrategy. |
|
| Method Summary | |
|---|---|
int |
send(List<Argument> arguments)
send |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullNotificationStrategy()
Constructor for NullNotificationStrategy.
| Method Detail |
|---|
public int send(List<Argument> arguments)
send
send in interface NotificationStrategyarguments - a List object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||