|
||||||||||
| 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
public class ReferableNotification
A referable notification.
| Field Summary | |
|---|---|
static String |
GENERIC
The generic notification. |
| Fields inherited from class javax.management.Notification |
|---|
source |
| Constructor Summary | |
|---|---|
ReferableNotification(String type,
MBeanReference src,
long sequenceNumber)
Creates a notification. |
|
ReferableNotification(String type,
MBeanReference src,
long sequenceNumber,
long timeStamp)
Creates a notification with a time stamp. |
|
ReferableNotification(String type,
MBeanReference src,
long sequenceNumber,
long timeStamp,
String message)
Creates a notification with a time stamp and message. |
|
ReferableNotification(String type,
MBeanReference src,
long sequenceNumber,
String message)
Creates a notification with a message. |
|
| Method Summary | |
|---|---|
Object |
get()
Gets the referent. |
String |
getClassName()
Gets the class name. |
MBeanServer |
getMBeanServer()
Gets the MBean server. |
ObjectName |
getObjectName()
Gets the object name. |
boolean |
isRegistered()
Checks whether registered, already unregistered or unregistration is just going on. |
| 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 GENERIC
| Constructor Detail |
|---|
public ReferableNotification(String type,
MBeanReference src,
long sequenceNumber)
type - the notification type.src - the notification source.sequenceNumber - the sequence number.
public ReferableNotification(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 ReferableNotification(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 ReferableNotification(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.| Method Detail |
|---|
public Object get()
MBeanReference
get in interface MBeanReferencepublic ObjectName getObjectName()
MBeanReference
getObjectName in interface MBeanReferencepublic String getClassName()
MBeanReference
getClassName in interface MBeanReferencepublic boolean isRegistered()
MBeanReference
isRegistered in interface MBeanReferencepublic MBeanServer getMBeanServer()
MBeanReference
getMBeanServer in interface MBeanReference
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||