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

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

public class AgentConnectionFailedNotification
extends RtlInformationNotification

Notification emitted indicating a set of failed connection attempts to a GeneralAgent has occurred

Author:
Chris D Arrington
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
AgentConnectionFailedNotification(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

AgentConnectionFailedNotification

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