| Interface | Description |
|---|---|
| ResourceInstanceData |
Designed for provider to handle provider specific configuration data of the resource in corresponding to implementation to the ResourceUIBinding object.
|
| ResourceManager |
Exposed to resource provider for registering the resource and its listeners.
|
| ResourceProvider |
Represents the central point for management of custom resource configuration.
|
| ResourceProviderFactory |
Factory interface to be implemented per Resource Provider types
|
| ResourceProviderListener |
Resource provider may choose to implement this interface to perform additional operations in react to OSB change notifications.
|
| ResourceProviderLoadListener |
Resource provider may choose to implement this interface to perform additional operations in response to OSB load notifications.
|
| Class | Description |
|---|---|
| ResourceManagerHelper |
Contains a single static method for resource provider to retreive the ResourceManager instance.
|
| Exception | Description |
|---|---|
| CustomResourceException |
Thrown when error encountered during custom resource creation.
|