|
|||||||||||
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.TWGConManagedObject
Console object used to shadow the state of a TWGImageSet object in the Director Server. Constants defined in com.tivoli.twg.engine.TWGManagedObjectConstants.
Field Summary | |
---|---|
static int |
MO_IMAGE_DETAILVIEW
Image set flags : request small/detail view images |
static int |
MO_IMAGE_ICONVIEW
Image set flags : request large/icon view images |
Fields inherited from class com.tivoli.twg.engine.TWGConObject |
---|
INVALID_OBJECT_ID |
Constructor Summary | |
---|---|
TWGConManagedObject(long obj_id)
Constructor for TWGConManagedObject with given object ID |
Method Summary | |
---|---|
boolean |
canConsolePowerDown()
Test if object can be powered down by the console |
boolean |
canConsoleReboot()
Test if object can be rebooted by the console |
boolean |
canConsoleShutdown()
Test if object can be shutdown by the console |
boolean |
canConsoleWakeOnLAN()
Test if object can wake on lan by the console |
void |
findAllTasks(IntValueSet taskset)
Find all tasks supported by managed object, and add to provided set |
TWGConImageSet |
findImageSet()
Find image set for given object |
TWGConManagedObjectFactory |
findMOF()
Find managed object factory associated with object |
TWGConManagedObjectStatusGroup.StatusDefinition[] |
getAllStatusDefinitions()
Get list of status definitions (in presentation priority order) associated with managed object. |
javax.swing.ImageIcon |
getCurrentImage(int flags)
Get current image for object, for given mode. |
static StringValueSet |
getDatabaseTableSet(LongValueSet moSet)
Get database table list associated with set of managed object ids and. |
static StringValueSet |
getDatabaseTableSet(LongValueSet moSet,
boolean traverseParent)
Get database table list associated with set of managed object ids. |
int |
getImageSetID()
Get image set ID |
static LongValueSet |
getMOFIDSet(LongValueSet moSet)
Get set of managed object factory ids associated with specified set of managed object ids |
static TWGConManagedObjectFactory[] |
getMOFSet(LongValueSet moSet)
Get managed object factorys associated with set of managed object ids. |
java.lang.String |
getName()
Read name of managed object |
long |
getPingInterval()
Get ping interval value |
int |
getState()
Get state value |
IntValueSet |
getTaskSet()
Get set of supported tasks. |
boolean |
hasLicenseGranted()
Test if object has been granted a licenses. |
boolean |
isAccessDenied()
Test if object has denied access to server |
boolean |
isAccessRequestSupported()
Test if access request supported |
boolean |
isClientSecureSupported()
Test if client secure/unsecure is supported |
boolean |
isClientUnsecure()
Test if client is currently unsecure |
boolean |
isConsoleDeletable()
Test if object is console deletable |
boolean |
isConsoleRenamable()
Test if managed object is console renameable |
boolean |
isLicensedObject()
Test if object is licensed (requires a license). |
boolean |
isServerMO()
Test if client is an ITD server |
boolean |
isTMADetectable()
Test if client can be checked for tma presence |
boolean |
isTMADetected()
Test if client has tma loaded and operational |
boolean |
lacksLicense()
Test to see if client lacks a required license |
java.lang.String |
toString()
Get string representation of object |
void |
UpdateUsingShadowRecord(byte[] rec,
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 |
Field Detail |
public static final int MO_IMAGE_ICONVIEW
public static final int MO_IMAGE_DETAILVIEW
Constructor Detail |
public TWGConManagedObject(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[] rec, int rec_off, int rec_len)
UpdateUsingShadowRecord
in class TWGConObject
rec
- - 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 getName()
public IntValueSet getTaskSet()
public int getImageSetID()
public int getState()
public long getPingInterval()
public javax.swing.ImageIcon getCurrentImage(int flags)
flags
- - image selection flags
public TWGConImageSet findImageSet()
public void findAllTasks(IntValueSet taskset)
taskset
- - set which will have tasks insertedpublic boolean isConsoleDeletable()
public boolean isConsoleRenamable()
public TWGConManagedObjectFactory findMOF()
public static TWGConManagedObjectFactory[] getMOFSet(LongValueSet moSet)
public static StringValueSet getDatabaseTableSet(LongValueSet moSet, boolean traverseParent)
public static LongValueSet getMOFIDSet(LongValueSet moSet)
moSet
- set of managed object ids
public static StringValueSet getDatabaseTableSet(LongValueSet moSet)
public boolean canConsoleShutdown()
public boolean canConsoleReboot()
public boolean canConsoleWakeOnLAN()
public boolean canConsolePowerDown()
public boolean isAccessDenied()
public boolean isLicensedObject()
public boolean hasLicenseGranted()
public boolean lacksLicense()
public final boolean isClientSecureSupported()
public final boolean isAccessRequestSupported()
public final boolean isClientUnsecure()
public final boolean isTMADetectable()
public final boolean isTMADetected()
public final boolean isServerMO()
public TWGConManagedObjectStatusGroup.StatusDefinition[] getAllStatusDefinitions()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |