|
Produced by Siminov Software Solution LLP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsiminov.orm.Siminov
public class Siminov
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 |
---|
public Siminov()
Method Detail |
---|
public static void validateSiminov()
SIMINOV become active only when deployment of application is successful.
If
- SIMINOV is not active it will throw DeploymentException which is RuntimeException.public static IInitializer initialize()
public static void shutdown()
When application shutdown they should call this. It do following services:
SiminovException
- If any error occur while shutting down SIMINOV.
|
Apache License 2.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |