public interface GenericProvider
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Mobile Server will call this method when the system shutsdown.
|
void |
initialize(java.lang.String metaData)
Mobile Server will call
initialize method before calling any other
method of provider class. |
void destroy() throws java.lang.Exception
java.lang.Exception
java.lang.Exception
void initialize(java.lang.String metaData) throws java.lang.Exception
initialize
method before calling any other
method of provider class. This method will be called when the provider
is initialized as well as when the Provider 'Meta-Data' changes.metaData
- Provider meta data stringjava.lang.Exception
java.lang.Exception