|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGFilterNotifyCmd
Command handler for processing TWGFilter notification messages
Field Summary | |
---|---|
static int |
BASE_REC_ID
Base notification record ID |
static int |
CHG_OBJ_IDS
Changed managed object record ID |
static int |
FILTER_DELETE
Filter delete record ID |
static int |
NEW_OBJ_IDS
New managed object record ID |
static int |
REM_OBJ_IDS
Removed managed object record ID |
Constructor Summary | |
---|---|
TWGFilterNotifyCmd(Command command)
Constructor for TWGFilterNotifyCmd : used to interpret given notify command. |
Method Summary | |
---|---|
IntValueSet |
getAddedManagedObjectIDs()
Get added object IDs |
IntValueSet |
getChangedManagedObjectIDs()
Get changed object IDs |
int |
getFilterID()
Get filter ID of notification |
IntValueSet |
getRemovedManagedObjectIDs()
Get removed object IDs |
boolean |
isDeleteNotification()
Test if filter delete notification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int BASE_REC_ID
public static final int FILTER_DELETE
public static final int NEW_OBJ_IDS
public static final int CHG_OBJ_IDS
public static final int REM_OBJ_IDS
Constructor Detail |
public TWGFilterNotifyCmd(Command command)
command
- - Notification send to subscriberMethod Detail |
public int getFilterID()
public boolean isDeleteNotification()
public IntValueSet getAddedManagedObjectIDs()
public IntValueSet getChangedManagedObjectIDs()
public IntValueSet getRemovedManagedObjectIDs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |