org.opennms.web.notification.bobject
Class NotificationTarget
java.lang.Object
org.opennms.web.notification.bobject.NotificationTarget
- Direct Known Subclasses:
- GroupTarget, NotifTarget, UserTarget
public abstract class NotificationTarget
- extends Object
An interface used to encapsulate targets for notifications
- Version:
- 1.1.1.1
- Author:
- Jason Johns , OpenNMS
|
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 |
TARGET_TYPE_USER
public static final int TARGET_TYPE_USER
- The types of targets possible
- See Also:
- Constant Field Values
TARGET_TYPE_NOTIF
public static final int TARGET_TYPE_NOTIF
- See Also:
- Constant Field Values
TARGET_TYPE_GROUP
public static final int TARGET_TYPE_GROUP
- See Also:
- Constant Field Values
NotificationTarget
public NotificationTarget()
getType
public abstract int getType()
- Returns the type of a specific target
Copyright © 2009. All Rights Reserved.