|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.service.BundleEngineService
public class BundleEngineService
Service that return a bundle engine for a user.
Field Summary |
---|
Fields inherited from interface org.apache.oozie.service.Service |
---|
CONF_PREFIX, DEFAULT_LOCK_TIMEOUT, lockTimeout, USE_XCOMMAND |
Constructor Summary | |
---|---|
BundleEngineService()
|
Method Summary | |
---|---|
void |
destroy()
Destroy the service. |
BundleEngine |
getBundleEngine(String user,
String authToken)
Return a Bundle engine. |
Class<? extends Service> |
getInterface()
Return the public interface of the Bundle engine service. |
BundleEngine |
getSystemBundleEngine()
Return a Bundle engine for a system user (no user, no group). |
void |
init(Services services)
Initialize the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BundleEngineService()
Method Detail |
---|
public void init(Services services)
init
in interface Service
services
- services instance.public void destroy()
destroy
in interface Service
public Class<? extends Service> getInterface()
getInterface
in interface Service
BundleEngineService
.public BundleEngine getBundleEngine(String user, String authToken)
user
- user for the bundle engine.authToken
- the authentication token.
public BundleEngine getSystemBundleEngine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |