|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGLocalTaskClients
This class is used to manage the list of clients to start and stop for a task activation.
Method Summary | |
---|---|
boolean |
areClientsActive()
See if any clients are active. |
java.lang.Object[] |
getAllClients()
Retrieve an Object array where each element in the array is a TWGLocalManagedObject that is part of the client set. |
boolean |
hadClientErrors()
Determine if any of the clients had errors during the client task activation/deactivation. |
void |
setClientTaskStatus(long moid,
int status)
Set a client's task status and fire an status change notification to the task activation. |
void |
setClientTaskStatus(TWGLocalManagedObject lmo,
int status)
Set a client's task status and fire an status change notification to the task activation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setClientTaskStatus(long moid, int status)
moid
- the managed object ID of the TWGLocalManaged to set the status ofstatus
- the new status for the lmopublic void setClientTaskStatus(TWGLocalManagedObject lmo, int status)
lmo
- the TWGLocalManagedObject to set the status ofstatus
- the new status for the lmopublic boolean areClientsActive()
public java.lang.Object[] getAllClients()
public boolean hadClientErrors()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |