|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGConObject
com.tivoli.twg.engine.TWGConManagedObjectStatusSet
Console shadow for TWGManagedObjectStatusSet
Field Summary |
---|
Fields inherited from class com.tivoli.twg.engine.TWGConObject |
---|
INVALID_OBJECT_ID |
Constructor Summary | |
---|---|
TWGConManagedObjectStatusSet(long obj_id)
Constructor for TWGConManagedObjectStatusSet with given object ID |
Method Summary | |
---|---|
void |
Delete()
Handle delete |
static TWGConManagedObjectStatusSet |
findStatusSet(java.lang.String status_group,
java.lang.String status)
Find status set for given status group ID and status ID |
static TWGConManagedObjectStatusGroup.StatusDefinition[] |
getAllDefinitionsForMO(long moid)
Find all status definitions (in priority order) associated with a given managed object. |
static java.util.Enumeration |
getAllStatusSets()
Get all defined status sets |
LongValueSet |
getManagedObjectIDs()
Get reference to value set containing managed object IDs which have this status associated with them. |
LongValueSet |
getNewlyAddedManagedObjectIDs()
Get reference to value set containing managed object IDs which have just been associated with this status set. |
LongValueSet |
getNewlyRemovedManagedObjectIDs()
Get reference to value set containing managed object IDs which have just been dropped from this status set. |
java.lang.String |
getStatusGroupID()
Get status group ID |
java.lang.String |
getStatusID()
Get status ID |
boolean |
isObjectAssociatedWithStatusSet(long moid)
Test if given object is associated with status set |
java.lang.String |
toString()
Get string representation of object |
void |
UpdateUsingShadowRecord(byte[] buf,
int rec_off,
int rec_len)
Update object using shadow record created by the the engine object which is matched with this class. |
Methods inherited from class com.tivoli.twg.engine.TWGConObject |
---|
AllObjects, AllObjects, DeleteObjects, DeregisterListener, FindObject, getBaseClassName, LookUpShadowClass, ObjectID, ProcessUpdateRequest, RegisterListener, SetObjectID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGConManagedObjectStatusSet(long obj_id) throws DuplicateObjectIDException
obj_id
- - object ID of console object
DuplicateObjectIDException
- if ID is duplicate of
existing object IDMethod Detail |
public void UpdateUsingShadowRecord(byte[] buf, int rec_off, int rec_len)
UpdateUsingShadowRecord
in class TWGConObject
rec_off
- - offset of shadow record in byte arrayrec_len
- - length of shadow record in byte arraybuf
- - byte array containing opaque representation of
shadowed attributespublic void Delete()
Delete
in class TWGConObject
public java.lang.String toString()
toString
in class TWGConObject
public LongValueSet getManagedObjectIDs()
public LongValueSet getNewlyAddedManagedObjectIDs()
public LongValueSet getNewlyRemovedManagedObjectIDs()
public static TWGConManagedObjectStatusSet findStatusSet(java.lang.String status_group, java.lang.String status)
status_group
- - ID of status groupstatus
- - ID of status in set
public static java.util.Enumeration getAllStatusSets()
public java.lang.String getStatusGroupID()
public java.lang.String getStatusID()
public boolean isObjectAssociatedWithStatusSet(long moid)
moid
- - object ID
public static TWGConManagedObjectStatusGroup.StatusDefinition[] getAllDefinitionsForMO(long moid)
moid
- - managed object ID
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |