org.apache.falcon.service
Interface FalconService

All Known Implementing Classes:
ConfigurationStore, LateRunService, LogCleanupService, ProcessSubscriberService, RetryService, SLAMonitoringService

public interface FalconService

Falcon service initialized at startup.


Method Summary
 void destroy()
           
 String getName()
           
 void init()
           
 

Method Detail

getName

String getName()

init

void init()
          throws FalconException
Throws:
FalconException

destroy

void destroy()
             throws FalconException
Throws:
FalconException


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