com.ibm.retail.si.mgmt.notifications
Class StoredNotification
java.lang.Object
|
+--com.ibm.retail.si.mgmt.notifications.StoredNotification
- All Implemented Interfaces:
- java.io.Serializable
- public class StoredNotification
- extends java.lang.Object
- implements java.io.Serializable
Stored Notification represents a notification to be stored persistently
- Since:
- 1.0 Feb 10, 2004
- Author:
- Kriselie D Rivera
- See Also:
- Serialized Form
Constructor Summary |
StoredNotification(javax.management.Notification notification,
com.ibm.retail.si.mgmt.MgmtDeviceInfo devInfo,
int devType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoredNotification
public StoredNotification(javax.management.Notification notification,
com.ibm.retail.si.mgmt.MgmtDeviceInfo devInfo,
int devType)
- Parameters:
notification
- devInfo
- devType
-
getDeviceInfo
public com.ibm.retail.si.mgmt.MgmtDeviceInfo getDeviceInfo()
- Returns:
- MgmtDeviceInfo
getDeviceType
public int getDeviceType()
- Returns:
- int
getNotification
public javax.management.Notification getNotification()
- Returns:
- Notification
setDeviceInfo
public void setDeviceInfo(com.ibm.retail.si.mgmt.MgmtDeviceInfo devInfo)
- Parameters:
devInfo
-
setDeviceType
public void setDeviceType(int devType)
- Parameters:
devType
-
setNotification
public void setNotification(javax.management.Notification notification)
- Parameters:
notification
-
Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004