|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be implemented for an object to be able to register with TWGRemoteTaskManager to receive managed object life cycle notifications.
Field Summary | |
---|---|
static int |
CHANGED
Managed object changed (morphed) |
static int |
CREATED
Managed object was created |
static int |
DESTROYED
Managed object was destroyed |
Method Summary | |
---|---|
void |
remoteMOLifeCycleChanged(long moid,
long mofoid,
int status,
java.lang.String name,
byte[] address)
This method is called when a managed object life cycle change has been received from the engine. |
Field Detail |
public static final int CREATED
public static final int DESTROYED
public static final int CHANGED
Method Detail |
public void remoteMOLifeCycleChanged(long moid, long mofoid, int status, java.lang.String name, byte[] address)
moid
- ID of the managed object (MO) that has changed.mofoid
- ID of the managed object (MOF) factory for the changed MOstatus
- Type of change that occurred. See the values defined above.name
- Name of the managed object as displayed on the console.address
- Address entry record for the managed object. Use the
appropriate AddressEntryShadow subclass to retrieve
various addressing infromation from this byte array.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |