com.netscape.certsrv.request
Interface INotify
- All Known Subinterfaces:
- IRequestNotifier
- All Known Implementing Classes:
- ARequestNotifier
public interface INotify
The INotify interface defines operations that are invoked
when a request is completely processed. A class implementing
this interface may be registered with a IRequestQueue.
The interface will be invoked when a request is completely
serviced by the IService object.
- Version:
- $Revision: 1211 $ $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $
Method Summary |
void |
notify(IRequest request)
Provides notification that a request has been completed. |
notify
void notify(IRequest request)
- Provides notification that a request has been completed.
The implementation may use values stored in the IRequest
object, and may implement any type publishing (such as email
or writing values into a directory)
- Parameters:
request
- the request that is completed.