|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.management.Notification
org.norther.tammi.core.base.ReferableNotification
org.norther.tammi.core.relation.RelationNotification
public class RelationNotification
A notification of RelationMBeans sent after creation and after removal from the relation service.
| Field Summary | |
|---|---|
static String |
RELATION_CREATED
The creation notification. |
static String |
RELATION_REMOVED
The removal notification. |
| Fields inherited from class org.norther.tammi.core.base.ReferableNotification |
|---|
GENERIC |
| Fields inherited from class javax.management.Notification |
|---|
source |
| Constructor Summary | |
|---|---|
RelationNotification(String type,
MBeanReference src,
long sequenceNumber)
Creates a notification. |
|
RelationNotification(String type,
MBeanReference src,
long sequenceNumber,
long timeStamp)
Creates a notification with a time stamp. |
|
RelationNotification(String type,
MBeanReference src,
long sequenceNumber,
long timeStamp,
String message)
Creates a notification with a time stamp and message. |
|
RelationNotification(String type,
MBeanReference src,
long sequenceNumber,
String message)
Creates a notification with a message. |
|
| Method Summary |
|---|
| Methods inherited from class org.norther.tammi.core.base.ReferableNotification |
|---|
get, getClassName, getMBeanServer, getObjectName, isRegistered |
| Methods inherited from class javax.management.Notification |
|---|
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String RELATION_CREATED
public static final String RELATION_REMOVED
| Constructor Detail |
|---|
public RelationNotification(String type,
MBeanReference src,
long sequenceNumber)
type - the notification type.src - the notification source.sequenceNumber - the sequence number.
public RelationNotification(String type,
MBeanReference src,
long sequenceNumber,
String message)
type - the notification type.src - the notification source.sequenceNumber - the sequence number.message - the notification message.
public RelationNotification(String type,
MBeanReference src,
long sequenceNumber,
long timeStamp)
type - the notification type.src - the notification source.sequenceNumber - the sequence number.timeStamp - the time stamp.
public RelationNotification(String type,
MBeanReference src,
long sequenceNumber,
long timeStamp,
String message)
type - the notification type.src - the notification source.sequenceNumber - the sequence number.timeStamp - the time stamp.message - the notification message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||