Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.hook
Interface ProvisioningPostDownloadHook


public interface ProvisioningPostDownloadHook

This interface represents the plug-in modules that perform the post download processing, e.g. for billing system notification The hooks are initialized using singleton pattern. The hook implementation must have a method like public static ProvisioningPostDownloadHook getInstance()

Since:
Oracle9i Application Server Wireless Edition

Field Summary
static int POST_DOWNLOAD
           
static int POST_NOTIFY
           

 

Method Summary
 boolean processRequest(UserDownloadStatus uds, javax.servlet.http.HttpServletRequest request, int hookType)
          Delegate additional processing of this download

 

Field Detail

POST_DOWNLOAD

public static final int POST_DOWNLOAD
See Also:
Constant Field Values

POST_NOTIFY

public static final int POST_NOTIFY
See Also:
Constant Field Values
Method Detail

processRequest

public boolean processRequest(UserDownloadStatus uds,
                              javax.servlet.http.HttpServletRequest request,
                              int hookType)
Delegate additional processing of this download
Parameters:
request - The http servlet request containing all the request headers passed by the device
hookType - indicates if the hook is invoked at post download time of post download notification time
Returns:
boolean to indicate sucessful hook processing
See Also:
UserDownloadStatus

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.