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
metaData
- Provider meta data stringjava.lang.Exception
java.lang.Exception