com.tivoli.twg.mscs
Class MSCSManagedObjectFactory.ValidateClusterInfo

java.lang.Object
  extended bycom.tivoli.twg.mscs.MSCSManagedObjectFactory.ValidateClusterInfo
All Implemented Interfaces:
ClientServiceListener, CommandCompleteListener
Enclosing class:
MSCSManagedObjectFactory

public static class MSCSManagedObjectFactory.ValidateClusterInfo
extends java.lang.Object
implements CommandCompleteListener, ClientServiceListener

Inner class for tracking cluster information validation


Constructor Summary
MSCSManagedObjectFactory.ValidateClusterInfo(TWGNativeManagedObject nmo, MSCSManagedObject clus)
           
 
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
 void CommandComplete(Command cmd)
          Command completion callback.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSCSManagedObjectFactory.ValidateClusterInfo

public MSCSManagedObjectFactory.ValidateClusterInfo(TWGNativeManagedObject nmo,
                                                    MSCSManagedObject clus)
Method Detail

CommandComplete

public void CommandComplete(Command cmd)
Command completion callback. This listener method is called when a Command instance registered to this listener is completed.

Specified by:
CommandComplete in interface CommandCompleteListener
Parameters:
cmd - - Command instance of command which has completed

ClientServiceStartCompleted

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

Specified by:
ClientServiceStartCompleted in interface ClientServiceListener
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

Specified by:
ClientServiceStopCompleted in interface ClientServiceListener
Parameters:
mo - - TWGManagedObject which request was related to
resultcode - - result code of the request