Framework Professional Edition Package


com.prosyst.mprm.gateway.provisioning
Interface ProvisioningStorage


public interface ProvisioningStorage

Provides persistent storage for the Initial Provisioning Dictionary. This service is used by the Provisioning Agent to store the provisioning data.

Author:
Avgustin Marinov, e-mail: a_marinov@prosyst.bg

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

getStoredInfo

java.util.Dictionary getStoredInfo()
                                   throws java.lang.Exception
This method is invoked by Provisioning Agent on startup. The storage returns the stored data. After that the provisioning service is responsible to put the data into the provisioning service dictionary.

Returns:
the stored info
Throws:
java.lang.Exception - an exception if I/O error occurs

store

void store(java.util.Dictionary provisioningData)
           throws java.lang.Exception
This method is invoked by provisioning service on provisioning data update. The storage must store the data.

Parameters:
provisioningData - Provisioning Data dictionary.
Throws:
java.lang.Exception - if the data cannot be stored

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved