com.ibm.retail.si.mgmt.notifications
Class AgentLostNotification

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.management.Notification
              |
              +--com.ibm.retail.si.mgmt.notifications.RtlNotification
                    |
                    +--com.ibm.retail.si.mgmt.notifications.RtlInformationNotification
                          |
                          +--com.ibm.retail.si.mgmt.notifications.AgentLostNotification
All Implemented Interfaces:
java.io.Serializable

public class AgentLostNotification
extends RtlInformationNotification

RtlInformationNotification for release of a GeneralAgent that is being managed, it encapsulates a MgmtDeviceInfo object which has the necessary information to remote the remote agent from the pool.

Version:
0.1
Author:
Kriselie D. Rivera
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.retail.si.mgmt.notifications.RtlInformationNotification
NOTIFICATION_TYPE
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
AgentLostNotification(java.lang.Object source, com.ibm.retail.si.mgmt.MgmtDeviceInfo devInfo)
           
 
Method Summary
 com.ibm.retail.si.mgmt.MgmtDeviceInfo getMgmtDeviceInfo()
           
 
Methods inherited from class com.ibm.retail.si.mgmt.notifications.RtlNotification
getOriginatingDevice, GetSystemSequenceNo, GetSystemTimeStamp, setOriginatingDevice, SetSystemSequenceNo, SetSystemTimeStamp
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentLostNotification

public AgentLostNotification(java.lang.Object source,
                             com.ibm.retail.si.mgmt.MgmtDeviceInfo devInfo)
Method Detail

getMgmtDeviceInfo

public com.ibm.retail.si.mgmt.MgmtDeviceInfo getMgmtDeviceInfo()
Returns:
MgmtDeviceInfo the encapsulated object with the remote agent's information


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004