|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGLocalManagedObject
This class is used to keep track of a managed object that represents a client as part of a task activation.
Constructor Summary | |
---|---|
TWGLocalManagedObject(long moid,
TWGClientTaskList clientTasks,
TWGLocalTaskClients clientSet)
Constructor |
Method Summary | |
---|---|
void |
ClientServiceStartCompleted(TWGManagedObject mo,
int resultCode)
Notification method for completion of ClientServiceStart() request. |
void |
ClientServiceStopCompleted(TWGManagedObject mo,
int resultCode)
Notification method for completion of ClientServiceStop() request |
byte[] |
getAddressEntryRecord()
Get the data for this object's address entry record. |
int |
getClientStatus()
Get the state of the client task activation/deactivation. |
int |
getClientTaskStatus()
|
int |
getID()
Get the actual managed object that this TWGLocalManagedObject represents. |
TWGManagedObject |
getMO()
Get the actual managed object that this TWGLocalManagedObject represents. |
int |
getMoState()
Get the state of the managed object that was determined during task activation. |
int |
incrementtaskcount()
Get the actual managed object that this TWGLocalManagedObject represents. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TWGLocalManagedObject(long moid, TWGClientTaskList clientTasks, TWGLocalTaskClients clientSet)
moid
- object ID of the managed objectclientTasks
- TWGClientTaskList to use to look up this
TWGLocalManagedObject list of client tasksclientSet
- TWGLocalTaskClients this LMO is a member ofMethod Detail |
public int getClientTaskStatus()
public void ClientServiceStartCompleted(TWGManagedObject mo, int resultCode)
ClientServiceStartCompleted
in interface ClientServiceListener
mo
- - TWGManagedObject which request was related toresultCode
- - result code of the requestpublic void ClientServiceStopCompleted(TWGManagedObject mo, int resultCode)
ClientServiceStopCompleted
in interface ClientServiceListener
mo
- - TWGManagedObject which request was related toresultCode
- - result code of the requestpublic int getID()
public int incrementtaskcount()
public TWGManagedObject getMO()
public final int getMoState()
public final int getClientStatus()
public final byte[] getAddressEntryRecord()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |