org.dozer
Class DozerInitializer

java.lang.Object
  extended by org.dozer.DozerInitializer

public final class DozerInitializer
extends Object

Internal class that performs one time Dozer initializations. Only intended for internal use. Registers internal JMX MBeans if those are enabled in the configuration.

Author:
tierney.matt, dmitry.buzdin

Method Summary
 void destroy()
          Performs framework shutdown sequence.
static DozerInitializer getInstance()
           
 void init()
           
 boolean isInitialized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init()

destroy

public void destroy()
Performs framework shutdown sequence. Includes de-registering existing Dozer JMX MBeans.


isInitialized

public boolean isInitialized()

getInstance

public static DozerInitializer getInstance()


Copyright © 2005-2011 dozer. All Rights Reserved.