com.tivoli.twg.engine
Class TWGConRelationshipSet
java.lang.Object
com.tivoli.twg.engine.TWGConObject
com.tivoli.twg.engine.TWGConRelationshipSet
- public class TWGConRelationshipSet
- extends TWGConObject
Console shadow for TWGRelationshipSet
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 |
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
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 arrayrec_len
- - length of shadow record in byte arraybuf
- - 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