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

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.AgentDiscoveredNotification
All Implemented Interfaces:
java.io.Serializable

public class AgentDiscoveredNotification
extends RtlInformationNotification

RtlInformationNotification for discovery of a new GeneralAgent, it encapsulates a MgmtDeviceInfo object which has the necessary information to handle and work with the remote agents.

Version:
1.0
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
AgentDiscoveredNotification(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

AgentDiscoveredNotification

public AgentDiscoveredNotification(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