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