|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.libs.Command
com.tivoli.twg.engine.TWGFilterSubscribeCommand
Filter notification subscribe command
Field Summary | |
---|---|
static int |
DO_CHANGE_NOTIFY
Flag for requesting membership change notifications |
static int |
DO_INC_ADDRESS
Flag for requesting that address information be included in notifies |
Constructor Summary | |
---|---|
TWGFilterSubscribeCommand(int flt_id,
boolean inc_chg_notify,
boolean inc_address,
long cmdcode)
Constructor for subscribe request |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int DO_CHANGE_NOTIFY
public static final int DO_INC_ADDRESS
Constructor Detail |
public TWGFilterSubscribeCommand(int flt_id, boolean inc_chg_notify, boolean inc_address, long cmdcode)
flt_id
- - persistent object ID of filter to be subscribed toinc_chg_notify
- - include change notifications in subscribeinc_address
- - include address record in change notificationscmdcode
- - command code to be used for notifications
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |