|
|||||||||||
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.TWGConFilter
Console object used to shadow the state of a TWGFilter object in the Director Server.
Field Summary | |
---|---|
static int |
FILTER_TYPE_FUNCTIONAL
Filter type = functional |
static int |
FILTER_TYPE_STATIC
Filter type = static |
static int |
FILTER_TYPE_TASK
Filter type = task-based |
static int |
FLT_IMAGE_DETAILVIEW
Image flags for filter : detail view icon requested |
static int |
FLT_IMAGE_ICONVIEW
Image flags for filter : icon view icon requested |
Fields inherited from class com.tivoli.twg.engine.TWGConObject |
---|
INVALID_OBJECT_ID |
Constructor Summary | |
---|---|
TWGConFilter(long obj_id)
Constructor for TWGConFilter with given object ID |
Method Summary | |
---|---|
javax.swing.ImageIcon |
getCurrentImage(int flags)
Get current image for object, for given mode. |
java.lang.String |
getIDString()
Get ID string |
java.lang.String |
getName()
Get name of filter |
int |
getType()
Get type of filter |
boolean |
isConsoleDeletable()
Test if object is console deletable |
boolean |
isConsoleHidden()
Test if object is console hidden |
boolean |
isDefault()
Test if filter is global default ('all') filter |
boolean |
isFunctional()
Test if object is a functional filter |
boolean |
isMOClass()
Test if object is a Managed Object class based filter |
boolean |
isReadOnly()
Test if filter is read-only |
boolean |
isStatic()
Test if object is a static filter |
boolean |
isTask()
Test if object is a task filter |
java.lang.String |
toString()
Generate 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 FILTER_TYPE_FUNCTIONAL
public static final int FILTER_TYPE_STATIC
public static final int FILTER_TYPE_TASK
public static final int FLT_IMAGE_DETAILVIEW
public static final int FLT_IMAGE_ICONVIEW
Constructor Detail |
public TWGConFilter(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 int getType()
public boolean isReadOnly()
public boolean isDefault()
public boolean isConsoleDeletable()
public boolean isStatic()
public boolean isFunctional()
public boolean isMOClass()
public boolean isTask()
public boolean isConsoleHidden()
public javax.swing.ImageIcon getCurrentImage(int flags)
flags
- - image selection flags
public java.lang.String getIDString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |