|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by classes which are shadowed to specific instances of the Director Console which are attached to the Director Server. This interface defines additional methods to the TWGBaseShadowedObject interface, which are required in order to associate and disassociate the object with specific TWGActiveConsole instances.
Method Summary | |
---|---|
void |
AttachObjectToConsole(TWGActiveConsole act_con)
Associate the object with the given TWGActiveConsole instance. |
void |
DetachObjectFromAllConsoles()
Disassociate the object from all TWGActiveConsoles. |
void |
DetachObjectFromConsole(TWGActiveConsole act_con)
Disassociate the object from the given TWGActiveConsole instance. |
Methods inherited from interface com.tivoli.twg.engine.TWGBaseShadowedObject |
---|
GetConShadowClass, GetShadowRecord, GetShadowVersion, UpdateShadowVersion |
Method Detail |
public void AttachObjectToConsole(TWGActiveConsole act_con)
act_con
- - Active console instance to be associated withpublic void DetachObjectFromConsole(TWGActiveConsole act_con)
act_con
- - Active console instance to be disassociated frompublic void DetachObjectFromAllConsoles()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |