Oracle Application Server Wireless Java API Reference
B10400-01

oracle.wireless.me.provisioning
Interface ProvisioningDriver


public interface ProvisioningDriver

Method Summary
 void destroy()
          Destroy the driver.
 void init(java.util.Properties properties)
          Properties passed in include those custom to each driver type and values provided to each instance, as well as an implicit set of common properties in the iAS Wireless environment.
 oracle.wireless.me.provisioning.UserAction submitProvisioningRequest(User user, UserDevice userDevice, oracle.wireless.me.provisioning.ApplicationContentLocator contentLocator)
          The provisioning request operation

 

Method Detail

submitProvisioningRequest

public oracle.wireless.me.provisioning.UserAction submitProvisioningRequest(User user,
UserDevice userDevice,
                                                                            oracle.wireless.me.provisioning.ApplicationContentLocator contentLocator)
The provisioning request operation
Returns:
UserAction the action to perform. The provisioning could be enabled either through a SMS message or a download link. The mode of provisioning is indicated by the getUserActionType method

init

public void init(java.util.Properties properties)
          throws PanamaRuntimeException
Properties passed in include those custom to each driver type and values provided to each instance, as well as an implicit set of common properties in the iAS Wireless environment.
PanamaRuntimeException

destroy

public void destroy()
Destroy the driver.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.