Produced by Siminov Software Solution LLP

siminov.orm
Class Siminov

java.lang.Object
  extended by siminov.orm.Siminov

public class Siminov
extends java.lang.Object

Exposes methods to deal with SIMINOV FRAMEWORK.

Such As

1. Initializer: Entry point to the SIMINOV.

2. Shutdown: Exit point from the SIMINOV.


Constructor Summary
Siminov()
           
 
Method Summary
static IInitializer initialize()
           
static void shutdown()
          It is used to stop all service started by SIMINOV.
static void validateSiminov()
          It is used to check whether SIMINOV FRAMEWORK is active or not.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Siminov

public Siminov()
Method Detail

validateSiminov

public static void validateSiminov()
It is used to check whether SIMINOV FRAMEWORK is active or not.

SIMINOV become active only when deployment of application is successful.

Throws:
If - SIMINOV is not active it will throw DeploymentException which is RuntimeException.

initialize

public static IInitializer initialize()

shutdown

public static void 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.

Throws:
SiminovException - If any error occur while shutting down SIMINOV.

Apache License 2.0

Copyright 2013