Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1.6.3)

E14303-10
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.management.diagnostic.notification
Class ProbeAttributeChangeNotification

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.management.Notification
              |
              +--javax.management.AttributeChangeNotification
                    |
                    +--com.bea.wlevs.management.diagnostic.notification.ProbeAttributeChangeNotification

public class ProbeAttributeChangeNotification
extends javax.management.AttributeChangeNotification

The notification sent out by profiles.This class is a wrapper for AttributeChangeNotification, which is sent out by background probes.

See Also:
Serialized Form

Fields inherited from class javax.management.AttributeChangeNotification
ATTRIBUTE_CHANGE

 

Fields inherited from class javax.management.Notification
source

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
ProbeAttributeChangeNotification(javax.management.AttributeChangeNotification notification, javax.management.ObjectName startStage, javax.management.ObjectName endStage)
           

 

Method Summary
 javax.management.ObjectName getEndStage()
          Gets end stage of the probe which send out the notification.
 javax.management.ObjectName getStartStage()
          Gets the start stage of the probe which send out the notification
 void setEndStage(javax.management.ObjectName endStage)
          Sets end stage of the probe which send out the notification.
 void setStartStage(javax.management.ObjectName startStage)
          Sets the start stage of the probe which send out the notification

 

Methods inherited from class javax.management.AttributeChangeNotification
getAttributeName, getAttributeType, getNewValue, getOldValue

 

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

 

Constructor Detail

ProbeAttributeChangeNotification

public ProbeAttributeChangeNotification(javax.management.AttributeChangeNotification notification,
                                        javax.management.ObjectName startStage,
                                        javax.management.ObjectName endStage)

Method Detail

getEndStage

public javax.management.ObjectName getEndStage()
Gets end stage of the probe which send out the notification.
Returns:
 

setEndStage

public void setEndStage(javax.management.ObjectName endStage)
Sets end stage of the probe which send out the notification.
Parameters:
endStage -  

getStartStage

public javax.management.ObjectName getStartStage()
Gets the start stage of the probe which send out the notification
Returns:
 

setStartStage

public void setStartStage(javax.management.ObjectName startStage)
Sets the start stage of the probe which send out the notification
Parameters:
startStage -  

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2012 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD