com.ibm.itim.remoteservices.provider
Interface Notifier


public interface Notifier

Interface to notify the provisioning platform when a response to an asynchronous request is made.

See Also:
AsynchronousResponse, ServiceProvider

Method Summary
 void notifyOfAsynchronousResponse(AsynchronousResponse response)
          Delivers an asynchronous response to the provisioning platform.
 

Method Detail

notifyOfAsynchronousResponse

public void notifyOfAsynchronousResponse(AsynchronousResponse response)
                                  throws RemoteServicesException
Delivers an asynchronous response to the provisioning platform.

Parameters:
response - AsynchronousResponse to deliver. response may not be null.
Throws:
RemoteServicesException - thrown if unable to deliver response.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.