|
||||||||||
| 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.ActorNotification
public class ActorNotification
An extended notification of RelationMBeans sent after changes within actors.
| Field Summary | |
|---|---|
static String |
ACTOR_GENERIC
The actor unknown notification. |
static String |
ACTOR_MODIFIED
The actor modified notification. |
static String |
ACTOR_REGISTERED
The actor registration notification. |
static String |
ACTOR_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 | |
|---|---|
ActorNotification(String type,
MBeanReference src,
long sequenceNumber,
long timeStamp,
String theRoleName,
Notification notif)
Creates a notification with a time stamp. |
|
ActorNotification(String type,
MBeanReference src,
long sequenceNumber,
String theRoleName,
Notification notif)
Creates a notification. |
|
| Method Summary | |
|---|---|
Object |
getActor()
Gets the modified actor. |
Notification |
getActorNotification()
Gets the original actor notification. |
String |
getMessage()
Gets the message. |
String |
getRoleName()
Gets the name of the modified role. |
Object |
getUserData()
Gets the user data. |
void |
setUserData(Object data)
Sets the user data. |
| Methods inherited from class org.norther.tammi.core.base.ReferableNotification |
|---|
get, getClassName, getMBeanServer, getObjectName, isRegistered |
| Methods inherited from class javax.management.Notification |
|---|
getSequenceNumber, getTimeStamp, getType, setSequenceNumber, setSource, setTimeStamp, 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 ACTOR_REGISTERED
public static final String ACTOR_UNREGISTERED
public static final String ACTOR_MODIFIED
public static final String ACTOR_GENERIC
| Constructor Detail |
|---|
public ActorNotification(String type,
MBeanReference src,
long sequenceNumber,
String theRoleName,
Notification notif)
type - the notification type.src - the notification source.sequenceNumber - the sequence number.theRoleName - the name of the role.notif - the original notification from the actor.
public ActorNotification(String type,
MBeanReference src,
long sequenceNumber,
long timeStamp,
String theRoleName,
Notification notif)
type - the notification type.src - the notification source.sequenceNumber - the sequence number.timeStamp - the time stamp.theRoleName - the name of the role.notif - the original notification from the actor.| Method Detail |
|---|
public String getMessage()
getMessage in class Notificationpublic Object getUserData()
getUserData in class Notificationpublic void setUserData(Object data)
setUserData in class Notificationdata - the user data.public String getRoleName()
public Object getActor()
public Notification getActorNotification()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||