org.duracloud.servicemonitor
Interface ServiceMonitorEventHandler

All Known Implementing Classes:
ServiceNotificationMonitor

public interface ServiceMonitorEventHandler


Method Summary
 void handleCompletionEvent(ServiceSummary summary)
          Performs work after learning that a service has completed.
 void handleDeployEvent()
          Performs work after learning that a service has been deployed.
 void handleUndeployEvent()
          Performs work after learning that a service has been undeployed.
 void handleUpdateConfigEvent()
          Performs work after learning that a service has been had a config change.
 

Method Detail

handleDeployEvent

void handleDeployEvent()
Performs work after learning that a service has been deployed.


handleUndeployEvent

void handleUndeployEvent()
Performs work after learning that a service has been undeployed.


handleUpdateConfigEvent

void handleUpdateConfigEvent()
Performs work after learning that a service has been had a config change.


handleCompletionEvent

void handleCompletionEvent(ServiceSummary summary)
Performs work after learning that a service has completed.



Copyright © 2009-2012 DuraSpace. All Rights Reserved.