|
|||||||||||
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.TWGUpdateRequestCommand
Command for requesting updates for shadowed objects from the Director Workgroup server engine.
Field Summary | |
---|---|
static int |
UPDATEREC_ADD_UPDATE_OBJECT
Update record for adding or modifying shadowed object |
static int |
UPDATEREC_INVALID_OBJECT_IDS
Update record code for list of deleted object IDs |
static int |
UPDATEREC_SHADOW_CLASS_MAP
Record describing base class, its shadow class, and their index |
static int |
UPDATEREC_UPDATE_TIMESTAMP
Update timestamp : indicates new timestamp after updates |
static int |
UPDATEREC_VALID_OBJECT_IDS
Update record code for list of valid object IDs |
Constructor Summary | |
---|---|
TWGUpdateRequestCommand()
Constructor for update request command. |
|
TWGUpdateRequestCommand(CommandCompleteListener lstn)
Constructor for update request command, with listener |
Method Summary | |
---|---|
void |
AddTimestampAndLocale(long cur_ts,
java.util.Locale locale)
Add timestamp and locale parameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int UPDATEREC_VALID_OBJECT_IDS
public static final int UPDATEREC_INVALID_OBJECT_IDS
public static final int UPDATEREC_SHADOW_CLASS_MAP
public static final int UPDATEREC_ADD_UPDATE_OBJECT
public static final int UPDATEREC_UPDATE_TIMESTAMP
Constructor Detail |
public TWGUpdateRequestCommand()
public TWGUpdateRequestCommand(CommandCompleteListener lstn)
lstn
- - CommandCompleteListener for commandMethod Detail |
public void AddTimestampAndLocale(long cur_ts, java.util.Locale locale)
cur_ts
- - current timestamplocale
- - locale for requested data
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |