com.tivoli.twg.engine
Interface ClientServiceListener

All Known Implementing Classes:
MSCSManagedObjectFactory.ValidateClusterInfo, TWGLocalManagedObject

public interface ClientServiceListener

Interface for client service start/stop event listener. This interface is used for asynchronous reporting of the completion of client service start and stop requests.


Method Summary
 void ClientServiceStartCompleted(TWGManagedObject mo, int resultcode)
          Notification method for completion of StartClientService() request
 void ClientServiceStopCompleted(TWGManagedObject mo, int resultcode)
          Notification method for completion of StopClientService() request
 

Method Detail

ClientServiceStartCompleted

public void ClientServiceStartCompleted(TWGManagedObject mo,
                                        int resultcode)
Notification method for completion of StartClientService() request

Parameters:
mo - - TWGManagedObject which request was related to
resultcode - - result code of the request

ClientServiceStopCompleted

public void ClientServiceStopCompleted(TWGManagedObject mo,
                                       int resultcode)
Notification method for completion of StopClientService() request

Parameters:
mo - - TWGManagedObject which request was related to
resultcode - - result code of the request