Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.rt.hook
Interface ProvisioningPreDownloadHook


public interface ProvisioningPreDownloadHook

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

Since:
Oracle9i Application Server Wireless Edition

Method Summary
 boolean processRequest(UserDownloadStatus uds)
          Delegate additional processing of this download

 

Method Detail

processRequest

public boolean processRequest(UserDownloadStatus uds)
Delegate additional processing of this download
Returns:
boolean to indicate sucessful hook processing
See Also:
UserDownloadStatus

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.