com.tivoli.twg.engine
Class TWGConManagedObjectSet

java.lang.Object
  extended bycom.tivoli.twg.engine.TWGConObject
      extended bycom.tivoli.twg.engine.TWGConManagedObjectSet

public class TWGConManagedObjectSet
extends TWGConObject

Console shadow for TWGManagedObjectSet


Field Summary
 
Fields inherited from class com.tivoli.twg.engine.TWGConObject
INVALID_OBJECT_ID
 
Constructor Summary
TWGConManagedObjectSet(long obj_id)
          Constructor for TWGConManagedObjectSet with given object ID
 
Method Summary
 LongValueSet getManagedObjectIDs()
          Get reference to value set containing managed object IDs
 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, Delete, 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

TWGConManagedObjectSet

public TWGConManagedObjectSet(long obj_id)
                       throws DuplicateObjectIDException
Constructor for TWGConManagedObjectSet with given object ID

Parameters:
obj_id - - object ID of console object
Throws:
DuplicateObjectIDException - if ID is duplicate of existing object ID
Method Detail

UpdateUsingShadowRecord

public 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.

Specified by:
UpdateUsingShadowRecord in class TWGConObject
Parameters:
rec_off - - offset of shadow record in byte array
rec_len - - length of shadow record in byte array
buf - - byte array containing opaque representation of shadowed attributes

toString

public java.lang.String toString()
Get string representation of object

Overrides:
toString in class TWGConObject
Returns:
string representation

getManagedObjectIDs

public LongValueSet getManagedObjectIDs()
Get reference to value set containing managed object IDs

Returns:
managed object IDs value set