Uses of Class
org.apache.oozie.service.ServiceException

Packages that use ServiceException
org.apache.oozie.service   
 

Uses of ServiceException in org.apache.oozie.service
 

Methods in org.apache.oozie.service that throw ServiceException
static Object ELService.findConstant(String className, String constantName)
           
static Method ELService.findMethod(String className, String methodName)
           
static String ConfigurationService.getConfigurationDirectory()
           
static String Services.getOozieHome()
           
 void Services.init()
          Initialize all services define in the Services.CONF_SERVICE_CLASSES configuration property.
 void HadoopAccessorService.init(org.apache.hadoop.conf.Configuration conf)
           
 void XLogService.init(Services services)
          Initialize the log service.
 void WorkflowSchemaService.init(Services services)
          Initialize the service.
 void UUIDService.init(Services services)
          Initialize the UUID service.
 void StoreService.init(Services services)
          Initializes the StoreService.
 void SLAStoreService.init(Services services)
           
 void Service.init(Services services)
          Initialize the service.
 void SchemaService.init(Services services)
          Initialize the service.
 void ProxyUserService.init(Services services)
          Initializes the service.
 void JPAService.init(Services services)
          Initializes the JPAService.
 void InstrumentationService.init(Services services)
          Initialize the instrumentation service.
 void HadoopAccessorService.init(Services services)
           
 void ELService.init(Services services)
          Initialize the EL service.
 void DBLiteWorkflowStoreService.init(Services services)
           
 void CoordMaterializeTriggerService.init(Services services)
           
 void CoordinatorStoreService.init(Services services)
          Initializes the StoreService.
 void ConfigurationService.init(Services services)
          Initialize the log service.
 void AuthorizationService.init(Services services)
          Initialize the service.
 void ActionService.init(Services services)
           
 void ActionService.register(Class<? extends ActionExecutor> klass)
           
static void Services.setOozieHome()
           
 void Services.setService(Class<? extends Service> klass)
          Set a service programmatically.
 

Constructors in org.apache.oozie.service that throw ServiceException
Services()
          Create a services.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.