|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProvisioningStorage
Provides persistent storage for the Initial Provisioning Dictionary. This service is used by the Provisioning Agent to store the provisioning data.
| Method Summary | |
|---|---|
java.util.Dictionary |
getStoredInfo()
This method is invoked by Provisioning Agent on startup. |
void |
store(java.util.Dictionary provisioningData)
This method is invoked by provisioning service on provisioning data update. |
| Method Detail |
|---|
java.util.Dictionary getStoredInfo()
throws java.lang.Exception
java.lang.Exception - an exception if I/O error occurs
void store(java.util.Dictionary provisioningData)
throws java.lang.Exception
provisioningData - Provisioning Data dictionary.
java.lang.Exception - if the data cannot be stored
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||