|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.notification.bobject.NotificationTarget
public abstract class NotificationTarget
An interface used to encapsulate targets for notifications
| Field Summary | |
|---|---|
static int |
TARGET_TYPE_GROUP
Constant TARGET_TYPE_GROUP=3 |
static int |
TARGET_TYPE_NOTIF
Constant TARGET_TYPE_NOTIF=2 |
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
TARGET_TYPE_NOTIF=2
public static final int TARGET_TYPE_GROUP
TARGET_TYPE_GROUP=3
| Constructor Detail |
|---|
public NotificationTarget()
| Method Detail |
|---|
public abstract int getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||