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 serviceConf)
           
 void KerberosHadoopAccessorService.init(org.apache.hadoop.conf.Configuration serviceConf)
           
 void SchemaService.init(Services services)
          Initialize the service.
 void Service.init(Services services)
          Initialize the service.
 void ELService.init(Services services)
          Initialize the EL service.
 void StoreService.init(Services services)
          Initializes the StoreService.
 void HadoopAccessorService.init(Services services)
           
 void DBLiteWorkflowStoreService.init(Services services)
           
 void CoordJobMatLookupTriggerService.init(Services services)
           
 void XLogService.init(Services services)
          Initialize the log service.
 void CoordinatorStoreService.init(Services services)
          Initializes the StoreService.
 void UUIDService.init(Services services)
          Initialize the UUID service.
 void ConfigurationService.init(Services services)
          Initialize the log service.
 void ActionService.init(Services services)
           
 void InstrumentationService.init(Services services)
          Initialize the instrumentation service.
 void AuthorizationService.init(Services services)
          Initialize the service.
 void WorkflowSchemaService.init(Services services)
          Initialize the service.
 void SLAStoreService.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 Yahoo. All Rights Reserved.