org.apache.falcon.service
Class ServiceInitializer

java.lang.Object
  extended by org.apache.falcon.service.ServiceInitializer

public class ServiceInitializer
extends Object

Initializer that Falcon uses at startup to bring up all the falcon startup services.


Constructor Summary
ServiceInitializer()
           
 
Method Summary
 void destroy()
           
 void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInitializer

public ServiceInitializer()
Method Detail

initialize

public void initialize()
                throws FalconException
Throws:
FalconException

destroy

public void destroy()
             throws FalconException
Throws:
FalconException


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.