|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.web.notification.bobject.NotificationTarget
An interface used to encapsulate targets for notifications
Field Summary | |
static int |
TARGET_TYPE_GROUP
|
static int |
TARGET_TYPE_NOTIF
|
static int |
TARGET_TYPE_USER
The types of targets possible |
Constructor Summary | |
NotificationTarget()
|
Method Summary | |
abstract int |
getType()
Returns the type of a specific target |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TARGET_TYPE_USER
public static final int TARGET_TYPE_NOTIF
public static final int TARGET_TYPE_GROUP
Constructor Detail |
public NotificationTarget()
Method Detail |
public abstract int getType()
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |