com.platform.ego
Interface ServiceCallbackHandler


public interface ServiceCallbackHandler

The interface allows a user to define how to handle notifications of service.

Version:
1.2.3

Method Summary
 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

onServiceStateChange

int onServiceStateChange(ServiceStateChange serviceChange)
The operation notifies the EGO client that service state has been changed.

Parameters:
serviceChange - : service state change message content.
Returns:
success or fail

onServiceInstanceStateChange

int onServiceInstanceStateChange(ServiceInstanceStateChange instanceChange)
The operation notifies the EGO client that service instance state has been changed.

Parameters:
instanceChange - : service instance state change message content.
Returns:
success or fail


Copyright (C) 1992-2007 Platform Computing Corporation