org.azuki.framework
Class Framework

java.lang.Object
  extended by org.azuki.framework.Framework

public final class Framework
extends Object

Author:
Robert Bakic (robert.bakic@gmail.com)

Nested Class Summary
static interface Framework.Impl
           
 
Field Summary
static int BUILD_VERSION
           
static String EVENT_AZUKI_STARTED
           
static String EVENT_AZUKI_STOPPED
           
static String[] EVENTS
           
static int MAJOR_VERSION
           
static int MINOR_VERSION
           
 
Constructor Summary
Framework()
           
 
Method Summary
static Bean.Impl getBeanImpl()
           
static Locator.Impl getLocatorImpl()
           
static String getVersion()
           
static void init(ClassLoader ccl)
           
static boolean inited()
           
static void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR_VERSION

public static final int MAJOR_VERSION
See Also:
Constant Field Values

MINOR_VERSION

public static final int MINOR_VERSION
See Also:
Constant Field Values

BUILD_VERSION

public static final int BUILD_VERSION
See Also:
Constant Field Values

EVENT_AZUKI_STARTED

public static final String EVENT_AZUKI_STARTED
See Also:
Constant Field Values

EVENT_AZUKI_STOPPED

public static final String EVENT_AZUKI_STOPPED
See Also:
Constant Field Values

EVENTS

public static final String[] EVENTS
Constructor Detail

Framework

public Framework()
Method Detail

getVersion

public static final String getVersion()

inited

public static final boolean inited()

init

public static final void init(ClassLoader ccl)
                       throws Exception
Throws:
Exception

stop

public static final void stop()

getBeanImpl

public static final Bean.Impl getBeanImpl()

getLocatorImpl

public static final Locator.Impl getLocatorImpl()


Azuki Framework Copyright © 2006 the original author or authors.