SIHSiminov Class Reference

Inherits from SIKSiminov
Declared in SIHSiminov.h
SIHSiminov.m

Overview

Exposes methods to deal with SIMINOV HYBRID FRAMEWORK.

Such As

1. Initializer: Entry point to the SIMINOV HYBRID.

Note*: siminov.hybrid.Siminov extends siminov.core.Siminov.

</p>

+ isActive

It is used to check whether SIMINOV HYBRID FRAMEWORK is active or not.

SIMINOV become active only when its dependent and itself get initialized.

+ (void)isActive

Discussion

It is used to check whether SIMINOV HYBRID FRAMEWORK is active or not.

SIMINOV become active only when its dependent and itself get initialized.

Exceptions

If

SIMINOV is not active it will throw DeploymentException which is RuntimeException.

Declared In

SIHSiminov.h

+ start

android_asset/www/home.html");

+ (void)start

Discussion

android_asset/www/home.html");

Declared In

SIHSiminov.h

+ shutdown

It is used to stop all service started by SIMINOV.

When application shutdown they should call this. It do following services:

            
  • Close all database’s opened by SIMINOV.
  • Deallocate all resources held by SIMINOV.

+ (void)shutdown

Discussion

It is used to stop all service started by SIMINOV.

When application shutdown they should call this. It do following services:

            
  • Close all database’s opened by SIMINOV.
  • Deallocate all resources held by SIMINOV.

@throws SiminovException If any error occur while shutting down SIMINOV.

Declared In

SIHSiminov.h