org.norther.tammi.core.base
Class RegistrationNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by org.norther.tammi.core.base.ReferableNotification
              extended by org.norther.tammi.core.base.RegistrationNotification
All Implemented Interfaces:
Serializable

public class RegistrationNotification
extends ReferableNotification

A registration notification sent after registration and before unregistration.

Version:
$Id: RegistrationNotification.java,v 1.8 2009/09/28 15:08:42 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Field Summary
static String POST_REGISTERED
          The registration notification.
static String PRE_UNREGISTERED
          The unregistration notification.
 
Fields inherited from class org.norther.tammi.core.base.ReferableNotification
GENERIC
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
RegistrationNotification(String type, MBeanReference<?> src, long sequenceNumber, long timeStamp)
          Creates a notification with a time stamp.
 
Method Summary
 
Methods inherited from class org.norther.tammi.core.base.ReferableNotification
getMBean
 
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

POST_REGISTERED

public static final String POST_REGISTERED
The registration notification.


PRE_UNREGISTERED

public static final String PRE_UNREGISTERED
The unregistration notification.

Constructor Detail

RegistrationNotification

public RegistrationNotification(String type,
                                MBeanReference<?> src,
                                long sequenceNumber,
                                long timeStamp)
Creates a notification with a time stamp.

Parameters:
type - the notification type.
src - the notification source.
sequenceNumber - the sequence number.
timeStamp - the time stamp.


Copyright © 2004 The Norther Organization. All rights reserved.