|
|||||||||||
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.TWGConManagedObjectFactory
Console object used to shadow an instance of TWGManagedObjectFactory in the Director Server.
Field Summary |
---|
Fields inherited from class com.tivoli.twg.engine.TWGConObject |
---|
INVALID_OBJECT_ID |
Constructor Summary | |
---|---|
TWGConManagedObjectFactory(long oid)
Constructor for TWGConManagedObjectFactory with a given object ID. |
Method Summary | |
---|---|
void |
Delete()
Destructor for TWGConObject: remove object from hash table |
void |
findAllTasks(IntValueSet taskset)
Find all tasks associated with MOF, and add them to provided set |
static TWGConManagedObjectFactory |
findByMOClass(java.lang.String mo_cname)
Find TWGConManagedObjectFactory by TWGManagedObject class name |
TWGConImageSet |
findImageSet()
Find image set for given MOF instance |
java.lang.String |
getAddObjectClassname()
Get add-object classname |
long |
getAutoDiscoverInterval()
Get automatic discovery interval |
long |
getAutoPingInterval()
Get automatic ping interval |
StringValueSet |
getDatabaseList()
Return the database table list for the instance. |
StringValueSet |
getDatabaseList(boolean traverseParent)
Return the database table list. |
java.lang.String |
getEditObjectClassname()
Get edit-object classname |
java.lang.String |
getName()
Get name for this instance. |
TWGConManagedObjectFactory |
getParentMOF()
Get parent MOF reference |
boolean |
isAutoAddEnabled()
Test if auto-add of unknown agents is enabled |
boolean |
isAutoAddSupported()
Test if this factory supports auto-add of unknown agents |
boolean |
isAutoSecureClientsEnabled()
Test if this factory has automatic client secure enabled |
boolean |
isClientSecureSupported()
Test if this factory supports client secure/unsecure |
boolean |
isDiscoverySupported()
Test if this factory supports discovery requests |
boolean |
isPingSupported()
Test if this factory supports auto-ping |
boolean |
isRoot()
Checks if this instance is the root MOF in the tree. |
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, 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 TWGConManagedObjectFactory(long oid) throws DuplicateObjectIDException
DuplicateObjectIDException
- if ID is duplicate of
existing object IDMethod Detail |
public void Delete()
Delete
in class TWGConObject
public void UpdateUsingShadowRecord(byte[] rec, int rec_off, int rec_len) throws TWGConObjectUpdateException
UpdateUsingShadowRecord
in class TWGConObject
rec
- - byte array containing opaque representation of
shadowed attributesrec_off
- - offset of start of shadow record in byte arrayrec_len
- - length of shadow record within byte array
TWGConObjectUpdateException
- if error during updatepublic java.lang.String toString()
toString
in class TWGConObject
public java.lang.String getName()
public boolean isRoot()
public TWGConImageSet findImageSet()
public static TWGConManagedObjectFactory findByMOClass(java.lang.String mo_cname)
mo_cname
- - managed object class name
public TWGConManagedObjectFactory getParentMOF()
public void findAllTasks(IntValueSet taskset)
taskset
- - set to add tasks intopublic StringValueSet getDatabaseList()
public StringValueSet getDatabaseList(boolean traverseParent)
public java.lang.String getAddObjectClassname()
public java.lang.String getEditObjectClassname()
public boolean isDiscoverySupported()
public boolean isClientSecureSupported()
public boolean isAutoSecureClientsEnabled()
public long getAutoDiscoverInterval()
public long getAutoPingInterval()
public boolean isPingSupported()
public boolean isAutoAddSupported()
public boolean isAutoAddEnabled()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |