|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientCallbackHandler
The interface give user a chance to define how to handle notifications of client.
Method Summary | |
---|---|
int |
onActivityStateChange(ActivityStateChange activityChange)
The operation notifies the EGO client that activity state has been changed. |
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. |
int |
onServiceInstanceStateChange(ServiceInstanceStateChange instanceChange)
The operation notifies the EGO client that service instance state has been changed. |
int |
onServiceStateChange(ServiceStateChange servicechange)
The operation notifies the EGO client that service state has been changed. |
Method Detail |
---|
int onAddResource(AllocReply allocreply)
allocreply
- : allocation reply message content.
int onReclaimForce(AllocReclaim allocreclaim)
allocreclaim
- : allocation reclaim message content.
int onHostStateChange(ResourceStateChange resourceChange)
resourceChange
- : host state change message content.
int onActivityStateChange(ActivityStateChange activityChange)
activityChange
- : activity state change message content.
int onServiceStateChange(ServiceStateChange servicechange)
servicechange
- : service state change message content.
int onServiceInstanceStateChange(ServiceInstanceStateChange instanceChange)
instanceChange
- : service instance state change message content.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |