com.tivoli.twg.engine
Class TWGConRelationshipSet

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

public class TWGConRelationshipSet
extends TWGConObject

Console shadow for TWGRelationshipSet


Field Summary
 
Fields inherited from class com.tivoli.twg.engine.TWGConObject
INVALID_OBJECT_ID
 
Constructor Summary
TWGConRelationshipSet(long obj_id)
          Constructor for TWGConRelationshipSet with given object ID
 
Method Summary
 LongValueSet getRelationships()
          Get reference to the value set containing the relationship 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

TWGConRelationshipSet

public TWGConRelationshipSet(long obj_id)
                      throws DuplicateObjectIDException
Constructor for TWGConRelationshipSet 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

getRelationships

public LongValueSet getRelationships()
Get reference to the value set containing the relationship IDs

Returns:
value set containing relationship IDs