|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AllocationCallbackHandler
The interface give user a chance to define how to handle notifications of client's allocation.
Method Summary | |
---|---|
int |
onAddResource(AllocReply allocreply)
This operation notifies the EGO client that resources have been added to an allocation. |
int |
onHostStateChange(ResourceStateChange resourceChange)
This operation notifies the EGO client that resource state has been changed. |
int |
onReclaimForce(AllocReclaim allocreclaim)
This operation notifies the EGO client that resources have been reclaimed from a particular allocation. |
Method Detail |
---|
int onAddResource(AllocReply allocreply)
allocreply
- : allocation reply message content.
int onHostStateChange(ResourceStateChange resourceChange)
resourceChange
- : host state change message content.
int onReclaimForce(AllocReclaim allocreclaim)
allocreclaim
- : allocation reclaim message content.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |