| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface that represents aspects of the 3GPP IRP notification header that are not present in the OSS Event interface.
Event, 
AttributeAccess| Field Summary | |
| static java.lang.String | APPLICATION_DNConstant representing event attribute 'applicationDN'. | 
| static java.lang.String | EVENT_TIMEConstant representing event attribute 'eventTime'. | 
| static java.lang.String | MANAGED_OBJECT_CLASSConstant representing event attribute 'managedObjectClass'. | 
| static java.lang.String | MANAGED_OBJECT_INSTANCEConstant representing event attribute 'managedObjectInstance'. | 
| static java.lang.String | NOTIFICATION_IDConstant representing event attribute 'notificationId'. | 
| Method Summary | |
|  java.lang.String | getManagedObjectClass()Gets the class name of the object instance where this event occurred. | 
|  java.lang.String | getManagedObjectInstance()Gets the distinguished name of the object instance where this event occurred. | 
|  java.lang.String | getNotificationId()Returns the notification id. | 
|  void | setManagedObjectClass(java.lang.String moc)Sets the class name of the object instance that will issue this event. | 
|  void | setManagedObjectInstance(java.lang.String moi)Sets the distinguished name of the object instance that will issue this event. | 
|  void | setNotificationId(java.lang.String id)Sets the notification id. | 
| Methods inherited from interface com.sun.management.oss.Event | 
| clone, getApplicationDN, getEventTime, setApplicationDN, setEventTime | 
| Methods inherited from interface com.sun.management.oss.SerializerFactory | 
| getSupportedSerializerTypes, makeSerializer | 
| Methods inherited from interface com.sun.management.oss.AttributeAccess | 
| getAllPopulatedAttributes, getAttributeNames, getAttributeValue, getAttributeValues, getPopulatedAttributeNames, getSupportedOptionalAttributeNames, isFullyPopulated, isPopulated, setAttributeValue, setAttributeValues, unpopulateAllAttributes, unpopulateAttribute | 
| Field Detail | 
public static final java.lang.String APPLICATION_DN
public static final java.lang.String EVENT_TIME
public static final java.lang.String MANAGED_OBJECT_CLASS
public static final java.lang.String MANAGED_OBJECT_INSTANCE
public static final java.lang.String NOTIFICATION_ID
| Method Detail | 
public java.lang.String getManagedObjectClass()
                                       throws java.lang.IllegalStateException
java.lang.IllegalStateException - Is thrown if the attribute is supported, 
 and the attribute has not been populated.setManagedObjectClass(java.lang.String)
public void setManagedObjectClass(java.lang.String moc)
                           throws java.lang.IllegalArgumentException
moc - The class name of the object instance.
java.lang.IllegalArgumentException - Is thrown to report that
 a bad argument was provided to the method.getManagedObjectClass()
public java.lang.String getManagedObjectInstance()
                                          throws java.lang.IllegalStateException
java.lang.IllegalStateException - Is thrown if the attribute is supported, 
 and the attribute has not been populated.setManagedObjectInstance(java.lang.String)
public void setManagedObjectInstance(java.lang.String moi)
                              throws java.lang.IllegalArgumentException
moi - The distinguished name of the object instance.
java.lang.IllegalArgumentException - Is thrown to report that
 a bad argument was provided to the method.getManagedObjectInstance()
public java.lang.String getNotificationId()
                                   throws java.lang.IllegalStateException
java.lang.IllegalStateException - Is thrown if the attribute is supported, 
 and the attribute has not been populated.setNotificationId(java.lang.String)
public void setNotificationId(java.lang.String id)
                       throws java.lang.IllegalArgumentException
id - A unique identifier across all notifications of a particular 
 managed entity.
java.lang.IllegalArgumentException - Is thrown to report that
 a bad argument was provided to the method.getNotificationId()| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||