|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProvisioningInfoProvider
Provides a set (can be empty) of configuration properties used by the Initial Provisioning Bundle. The properties obtained by the providers become part of the Provisioning Dictionary. Arbitrary number of Configuration Loaders could be registered as services in the OSGi framework. Different providers could export different set of configuration properties. If a property is provided by more than one provider, the Provisioning Bundle uses this one, which is exported by a provider with the higher service ranking.
| Field Summary | |
|---|---|
static java.lang.String |
GM_HOST
This property specifies the host of the Gateway Manager that mPRM management agent bundle must connect to. |
static java.lang.String |
MANAGER_URL
This property specifies URL for connecting to the mPRM Management Server. |
static java.lang.String |
PROVIDERS
This manifest header determines the packed into the provisioning agent bundle providers that are to be started. |
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Object propertyKey)
Gets a property with a supplied key from the provider. |
java.util.Dictionary |
init(ProvisioningService prvSrv)
Initializes provider. |
| Field Detail |
|---|
static final java.lang.String MANAGER_URL
static final java.lang.String GM_HOST
static final java.lang.String PROVIDERS
| Method Detail |
|---|
java.util.Dictionary init(ProvisioningService prvSrv)
throws java.lang.Exception
Dictionary.keys() method or it evokes action (as
ProvisioningService.PROVISIONIN_REFERENCE).
prvSrv - provisioning service reference
java.lang.Exception - on initialization errorjava.lang.Object get(java.lang.Object propertyKey)
Dictionary.get(propertyKey) is invoked for a propertyKey
which is not already stored in the ProvisioningDictionary. The method is
invoked subsequently on all registered providers ordered by service ranking
until some of them returns value different from null.
propertyKey - the key.
null if there is no such
property.
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||