com.nonesole.persistence.main
Class Main

java.lang.Object
  extended by com.nonesole.persistence.main.Main

public class Main
extends java.lang.Object

Entrance of current jar package
It can initialize frame environment , start connection pool service and close connection pool service

Version:
1.0 - build in 2009-08-05
Author:
JACK LEE

Method Summary
static Main getInstance()
          Return main object
static void main(java.lang.String[] args)
          Entrance of jar
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Entrance of jar
 Service��
    1��initialize frame environment
    2��start connection pool service
    3��close connection pool service
 

Parameters:
args -

getInstance

public static Main getInstance()
Return main object