|
|||||||||||
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.TWGConRelationship
Console shadow for TWGRelationship
Field Summary |
---|
Fields inherited from class com.tivoli.twg.engine.TWGConObject |
---|
INVALID_OBJECT_ID |
Constructor Summary | |
---|---|
TWGConRelationship(long obj_id)
Constructor for TWGConRelationship with given object ID |
Method Summary | |
---|---|
LongValueSet |
getDownwardLinks()
Get value set containing downward linked object IDs |
long |
getIsAObjectID()
Get ID of TWGManagedObject associated with relationship |
javax.swing.ImageIcon |
getLargeClosedImage()
Get image for large 'closed' image |
javax.swing.ImageIcon |
getLargeOpenImage()
Get image for large 'open' image |
java.lang.String |
getName()
Get name of relationship |
long |
getPrimaryUpwardLink()
Get object ID of primary upward link |
javax.swing.ImageIcon |
getSmallClosedImage()
Get image for small 'closed' image |
javax.swing.ImageIcon |
getSmallOpenImage()
Get image for small 'open' image |
LongValueSet |
getUpwardLinks()
Get value set containing upward (non-primary) linked object IDs |
boolean |
isRelationshipConsoleInfo()
Test if the console should get the image to display and the name to label the object with from the relationship object rather than from the managed object for the case where the relationship object is a managed object. |
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 |
public TWGConRelationship(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 java.lang.String toString()
toString
in class TWGConObject
public java.lang.String getName()
public long getIsAObjectID()
public LongValueSet getUpwardLinks()
public LongValueSet getDownwardLinks()
public long getPrimaryUpwardLink()
public javax.swing.ImageIcon getSmallOpenImage()
public javax.swing.ImageIcon getSmallClosedImage()
public javax.swing.ImageIcon getLargeOpenImage()
public javax.swing.ImageIcon getLargeClosedImage()
public boolean isRelationshipConsoleInfo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |