|
|||||||||||
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.TWGConPopupEvent
Console object used to shadow the state of a TWGPopupEvent object in the Director Server.
Field Summary |
---|
Fields inherited from class com.tivoli.twg.engine.TWGConObject |
---|
INVALID_OBJECT_ID |
Constructor Summary | |
---|---|
TWGConPopupEvent(long obj_id)
Constructor for TWGConPopupEvent with given object ID |
Method Summary | |
---|---|
java.lang.String |
getPopupHandlerClassname()
Get popup handler classname |
DataValue[] |
getPopupParameters()
Get popup handler parameter list |
java.lang.String |
getText()
Get text string |
java.util.Date |
getTimestamp()
Get timestamp |
java.lang.String |
getTitle()
Get title string |
boolean |
isASAPEvent()
Test to see if event is ASAP display (as opposed to immediate only) |
boolean |
isMarqueSuggested()
Test to see if marque display is suggested |
boolean |
isPersistentEvent()
Test to see if persistent event |
boolean |
isSingleAckDismiss()
Test to see if single-acknowledge dismiss event |
java.lang.String |
toString()
Generate 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 TWGConPopupEvent(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
buf
- - byte array containing opaque representation of
shadowed attributesrec_off
- - offset of shadow record in byte arrayrec_len
- - length of shadow record in byte arraypublic java.lang.String toString()
toString
in class TWGConObject
public java.lang.String getTitle()
public java.lang.String getText()
public java.lang.String getPopupHandlerClassname()
public java.util.Date getTimestamp()
public DataValue[] getPopupParameters()
public boolean isMarqueSuggested()
public boolean isSingleAckDismiss()
public boolean isPersistentEvent()
public boolean isASAPEvent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |