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

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

public class MgmtSDCompletionNotification
extends RtlInformationNotification

Software Distribution completion Notification class

Version:
1.0
Author:
Paul Ruocchio
See Also:
RtlInformationNotification, Serialized Form

Field Summary
protected  boolean isInstall
           
protected  int RC
           
protected  com.ibm.retail.si.mgmt.swdist.MgmtSftPackage swPackage
           
 
Fields inherited from class com.ibm.retail.si.mgmt.notifications.RtlInformationNotification
NOTIFICATION_TYPE
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
MgmtSDCompletionNotification(java.lang.Object source, java.lang.String message, com.ibm.retail.si.mgmt.swdist.MgmtSftPackage swPackage, boolean isInstall, int RC)
          Construct a MgmtSDCompletionNotification for submission to the agent.
 
Method Summary
 int getCompletionCode()
          Retrieve the completion code for this distribution.
 com.ibm.retail.si.mgmt.swdist.MgmtSftPackage getSwPackage()
          Retrieve the Package
 boolean isInstall()
           
 
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
 

Field Detail

swPackage

protected com.ibm.retail.si.mgmt.swdist.MgmtSftPackage swPackage

RC

protected int RC

isInstall

protected boolean isInstall
Constructor Detail

MgmtSDCompletionNotification

public MgmtSDCompletionNotification(java.lang.Object source,
                                    java.lang.String message,
                                    com.ibm.retail.si.mgmt.swdist.MgmtSftPackage swPackage,
                                    boolean isInstall,
                                    int RC)
Construct a MgmtSDCompletionNotification for submission to the agent.

See Also:
MgmtSoftwareDistClientMBean
Method Detail

getSwPackage

public com.ibm.retail.si.mgmt.swdist.MgmtSftPackage getSwPackage()
Retrieve the Package

Returns:
MgmtSftPackage

getCompletionCode

public int getCompletionCode()
Retrieve the completion code for this distribution.

Returns:
int

isInstall

public boolean isInstall()
Returns:
True if the completed distribution was an installation, false if an uninstallation


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