***  This interface provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.deployment
Interface ServicesDeploymentEventListenerInterface


public interface ServicesDeploymentEventListenerInterface

Interface that a listener must implement in order to be notified of service deployment state transitions.

Since:
1.1

Method Summary
 void handleServicesDeploymentEvent(ServicesDeploymentEvent servicesDeploymentEvent)
          Handler which is invoked with an event describing a change in the status of the foundation services deployment.
 

Method Detail

handleServicesDeploymentEvent

void handleServicesDeploymentEvent(ServicesDeploymentEvent servicesDeploymentEvent)
                                   throws java.rmi.RemoteException
Handler which is invoked with an event describing a change in the status of the foundation services deployment.

Parameters:
servicesDeploymentEvent - Event describing a state transition for the foundation services deployment. Use ServicesDeploymentEvent.getServicesDeploymentState() to read the state of the services deployment.
Throws:
java.rmi.RemoteException - if a network anomaly is encountered.

***  This interface provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.